Converts CMYK (Cyan, Magenta, Yellow, Key/Black) ink values to RGB (Red, Green, Blue) screen values. This is useful when you have print color specifications and need to see or use the color on screen, in CSS, or in digital design tools.
CMYK to RGB Converter
Convert print colors to screen-ready RGB values
How to CMYK to RGB
- 1.Enter a CMYK value like cmyk(0%, 66%, 80%, 0%) in the input.
- 2.RGB and all other color formats appear instantly.
- 3.Use the color picker for visual selection.
- 4.Copy any result with one click.
About This Tool
Frequently Asked Questions
It will be close but not exact. Screen displays and printers use fundamentally different color technologies. The mathematical conversion gives a reasonable approximation.
Use the format cmyk(c%, m%, y%, k%) where each value is 0-100. Example: cmyk(100%, 0%, 0%, 0%) is pure cyan.
Pure black — 100% key (black) ink with no other colors.