Skip to content
ZeroServer.tools

CMYK to RGB

Convert CMYK print values into RGB screen colors.

CMYK Input
RGB
rgb(0, 242, 255)

From CMYK to RGB

To preview a print color on screen, CMYK ink percentages are converted back to additive RGB. Each channel is scaled by its complementary ink and dimmed by the black (Key) component. Because this is a device-independent formula rather than a color-managed transform, the on-screen result is a close approximation, not a proof. The calculation happens entirely in your browser.

Related Design & CSS tools