Nodes/MdColorMod/Primitive Color CMYK (MD)
ComfyUI Node

Primitive Color CMYK (MD)

Converts CMYK color values to an integer color code and a hexadecimal string representation.

By MdONeilsl·Created 2 months ago·Updated about a month ago· 0
Primitive Color CMYK (MD)
    • int
    • HEX
    Cyan0.0
    Magenta0.0
    Yellow0.0
    Key0.0
    Categorymd/color

    Inputs (4)

    NameTypeDefaultDescription
    CyanFLOAT0.00–100Cyan percentage (0-100%).
    MagentaFLOAT0.00–100Magenta percentage (0-100%).
    YellowFLOAT0.00–100Yellow percentage (0-100%).
    KeyFLOAT0.00–100Key (black) percentage (0-100%).

    Outputs (2)

    NameTypeDescription
    intINTPacked 24-bit integer color value (0-16777215).
    HEXSTRINGHexadecimal color string (e.g., #FF0000).