CMYK to RGB
Your data never leaves your browserConvert CMYK color values to RGB.
Brie — Bug Reporting Tool
Building a UI and spotting visual bugs?
Brie lets you capture, annotate, and share screenshots with your team — with full device and browser context attached.
About CMYK to RGB
Convert CMYK (Cyan, Magenta, Yellow, Key/Black) percentage values to RGB (Red, Green, Blue) values. Enter values as C,M,Y,K percentages (0–100). One color per line for batch conversion.
How to use
- Enter one CMYK color per line (e.g. 0, 66, 80, 0).
- The RGB equivalent appears instantly in the output panel.
- Click Copy to copy the results to your clipboard.
More Color Tools
Frequently Asked Questions
FAQs about CMYK to RGB
What is the difference between CMYK and RGB?
CMYK is a subtractive color model used for print (mixing inks). RGB is an additive color model used for screens (mixing light). Converting between them is an approximation.
What input formats are accepted?
This tool accepts comma-separated values like 0, 66, 80, 0 as well as cmyk(0%, 66%, 80%, 0%) format.
Why do colors look different on screen vs in print?
Screens use RGB (additive light) while printers use CMYK (subtractive inks). The color gamuts differ, so some RGB colors cannot be reproduced in CMYK and vice versa.
Can I convert multiple colors at once?
Yes. Enter one CMYK color per line for batch conversion.
What does cmyk(0, 0, 0, 100) convert to?
cmyk(0, 0, 0, 100) = rgb(0, 0, 0) — pure black.