powered by
These function convert colors between RGB and CMYK system.
RgbToCmy(col, maxColorValue = 1) CmykToRgb(cyan, magenta, yellow, black, maxColorValue=1) CmyToCmyk(col) CmykToCmy(col)
the converted value
the matrix of the color to be converted
cyan values of the color(s) to be converted
magenta values of the color(s) to be converted
yellow values of the color(s) to be converted
black values of the color(s) to be converted
the value for the color
Andri Signorell <andri@signorell.net>
RgbToCol
CmykToRgb(0.42, 45.23, 85.14, maxColorValue=100)
Run the code above in your browser using DataLab