CMYK to RGB Color Converter
Instantly convert Cyan, Magenta, Yellow, Key (Black) (CMYK) to Red, Green, Blue (RGB) color codes. Enter any CMYK value and get the RGB equivalent in real time — no signup required.
Color Preview
#6366F2
All formats
#6366F2
rgb(99, 102, 242)
hsl(239, 85%, 67%)
CMYK vs RGB — What's the Difference?
CMYK
Cyan, Magenta, Yellow, Key (Black)
Four percentages for Cyan, Magenta, Yellow, and Black ink. The standard color model for print design and professional publishing.
Example: Not natively supported in CSS (convert to HEX first)
RGB
Red, Green, Blue
Three integer values (0–255) for red, green, and blue light. The native color model for screens, monitors, and digital displays.
Example: color: rgb(99, 102, 241)
How to Convert CMYK to RGB
All conversion math runs in your browser using the sRGB color space. No data is sent to a server.
Common Colors — CMYK to RGB Reference Table
| Color | CMYK | RGB |
|---|---|---|
| Red | cmyk(0%, 100%, 100%, 0%) | rgb(255, 0, 0) |
| Green | cmyk(100%, 0%, 100%, 50%) | rgb(0, 128, 0) |
| Blue | cmyk(100%, 100%, 0%, 0%) | rgb(0, 0, 255) |
| White | cmyk(0%, 0%, 0%, 0%) | rgb(255, 255, 255) |
| Black | cmyk(0%, 0%, 0%, 100%) | rgb(0, 0, 0) |
| Orange | cmyk(0%, 35%, 100%, 0%) | rgb(255, 165, 0) |
| Purple | cmyk(0%, 100%, 0%, 50%) | rgb(128, 0, 128) |
| Yellow | cmyk(0%, 0%, 100%, 0%) | rgb(255, 255, 0) |
| Cyan | cmyk(100%, 0%, 0%, 0%) | rgb(0, 255, 255) |
| Magenta | cmyk(0%, 100%, 0%, 0%) | rgb(255, 0, 255) |
| Gray | cmyk(0%, 0%, 0%, 50%) | rgb(128, 128, 128) |
| Pink | cmyk(0%, 25%, 20%, 0%) | rgb(255, 192, 203) |
Related Color Converters
Frequently Asked Questions
How do I convert CMYK to RGB?
To convert CMYK to RGB: R = 255 × (1 − C) × (1 − K) | G = 255 × (1 − M) × (1 − K) | B = 255 × (1 − Y) × (1 − K). Use the converter above to do this instantly for any color value.
What is the CMYK color format?
Cyan, Magenta, Yellow, Key (Black) (CMYK) — Four percentages for Cyan, Magenta, Yellow, and Black ink. The standard color model for print design and professional publishing.
What is the RGB color format?
Red, Green, Blue (RGB) — Three integer values (0–255) for red, green, and blue light. The native color model for screens, monitors, and digital displays.
Is this CMYK to RGB converter free?
Yes. It is completely free, works in your browser with no signup or upload. All color math runs locally.
Can I convert RGB back to CMYK?
Yes — use the swap button in the converter above, or visit the RGB to CMYK converter page directly.