Convert screen-based RGB colors to CMYK values for print references. This tool maps standard rgb() inputs into the four-channel cmyk() format.
Input formats
Provide colors using the standard rgb(r, g, b) syntax with channel values ranging from 0 to 255. The tool will parse the input and extract the individual red, green, and blue components.
CMYK percentage output
The output is returned in the cmyk(c%, m%, y%, k%) format. Each channel represents a percentage from 0% to 100% for cyan, magenta, yellow, and key (black). This mapping provides a mathematical approximation rather than an ICC-managed profile conversion.
Batch processing
Convert multiple RGB values simultaneously by pasting them into the input pane, one per line. The output pane generates a corresponding list of CMYK values.
Visual adjustments
Use the active color picker to visually tweak the currently selected line. Adjusting the picker automatically recalculates the RGB input and instantly updates the CMYK output.