The Input "#cc0033" detected as "HEX".
| Color | ||
| websafe | Yes | |
| Hex | #cc0033 | |
| Hex (short) | #c03 | |
| RGB | rgb(204,0,51) | |
| RGB in % | rgb(80%,0%,20%) | |
| CMY in % | C=20 M=100 Y=80 | |
| CMYK in % | C=0 M=100 Y=75 K=20 | |
| HSL | hsl(345,100%,40%) | |
| HSV | hsv(345,100%,80%) | |
| Rec. 601 luma | 66.81 | |
| Rec. 709 luma | 47.0526 | |
| Rec. 2020 luma | 56.6151 | |
| Grey scale (Rec. 601 luma) | #434343 | |
| Grey scale (Rec. 709 luma) | #2f2f2f | |
| Grey scale (Rec. 2020 luma) | #393939 | |
| Complementary color | #33ffcc | |
| Decimal | 13369395 | |
The following inputs are converted automatically:
    X11 Color names
    example: DodgerBlue4
  
    #rrggbb; rrggbb; #rgb; rgb
    (HEX to RGB bzw. HEX2RGB)
    example: #4169E1
  
    rgb(r,g,b); r,g,b; rgb(r%,g%,b%); r%,g%,b%
    (RGB to HEX bzw. RGB2HEX)
    example: 106,90,205