Shades of Cerise #CC2364
Tints of Cerise #CC2364
RGB
CMYK
RGB Variations
Color information
#CC2364 (or 0xCC2364) is known color: Cerise. HEX triplet: CC, 23 and 64. RGB value is (204,35,100). Sum of RGB (Red+Green+Blue) = 204+35+100=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2364 is #33DC9B. Grayscale: #5C5C5C. Windows color (decimal): -3398812 or 6562764. OLE color: 6562764.
HSL color Cylindrical-coordinate representation of color #CC2364: hue angle of 336.92º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2364 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 100 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.2 |
| HSL | 336.92º | 0.71% | 0.47% | - |
| HSV(B) | 336.92º | 0.83% | 0.8% | - |
| XYZ | 27.8 | 14.96 | 13.48 | - |
| YUV | 92.94 | 131.99 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 100 | 0 | 0.83 | 0.51 | 0.2 | 336.92 | 0.71 | 0.47 |
| Hex | CC | 23 | 64 | 0 | 53 | 33 | 14 | 151 | 47 | 2F |
| Octal | 314 | 43 | 144 | 0 | 123 | 63 | 24 | 521 | 107 | 57 |
| Binary | 11001100 | 100011 | 1100100 | 0 | 1010011 | 110011 | 10100 | 101010001 | 1000111 | 101111 |
Color Harmonies of #CC2364
Complementary color
Monochromatic Colors of #CC2364
Black with #CC2364
Text Example
Text Example
White with #CC2364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2364; }
p { color: rgb(204,35,100); }
H1.HeaderClassName
{
color: #CC2364;
}
.AnyTagClassName
{
color: #CC2364;
}
</style>
background-color css
<style>
a { background-color: #CC2364; }
a { background-color: rgb(204,35,100); }
div.DivClassName
{
background-color: #CC2364;
}
.BgClassName
{
background-color: #CC2364;
}
</style>
border-color css
<style>
span { border-color: #CC2364; }
span { border-color: rgb(204,35,100); }
td.TdClassName
{
border-color: #CC2364;
}
.TagClassName
{
border-color: #CC2364;
}
</style>