Shades of Cerise #CC3564
Tints of Cerise #CC3564
RGB
CMYK
RGB Variations
Color information
#CC3564 (or 0xCC3564) is known color: Cerise. HEX triplet: CC, 35 and 64. RGB value is (204,53,100). Sum of RGB (Red+Green+Blue) = 204+53+100=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3564 is #33CA9B. Grayscale: #676767. Windows color (decimal): -3394204 or 6567372. OLE color: 6567372.
HSL color Cylindrical-coordinate representation of color #CC3564: hue angle of 341.32º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3564 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 100 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.2 |
| HSL | 341.32º | 0.6% | 0.5% | - |
| HSV(B) | 341.32º | 0.74% | 0.8% | - |
| XYZ | 28.48 | 16.3 | 13.7 | - |
| YUV | 103.51 | 126.03 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 100 | 0 | 0.74 | 0.51 | 0.2 | 341.32 | 0.6 | 0.5 |
| Hex | CC | 35 | 64 | 0 | 4A | 33 | 14 | 155 | 3C | 32 |
| Octal | 314 | 65 | 144 | 0 | 112 | 63 | 24 | 525 | 74 | 62 |
| Binary | 11001100 | 110101 | 1100100 | 0 | 1001010 | 110011 | 10100 | 101010101 | 111100 | 110010 |
Color Harmonies of #CC3564
Complementary color
Monochromatic Colors of #CC3564
Black with #CC3564
Text Example
Text Example
White with #CC3564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3564; }
p { color: rgb(204,53,100); }
H1.HeaderClassName
{
color: #CC3564;
}
.AnyTagClassName
{
color: #CC3564;
}
</style>
background-color css
<style>
a { background-color: #CC3564; }
a { background-color: rgb(204,53,100); }
div.DivClassName
{
background-color: #CC3564;
}
.BgClassName
{
background-color: #CC3564;
}
</style>
border-color css
<style>
span { border-color: #CC3564; }
span { border-color: rgb(204,53,100); }
td.TdClassName
{
border-color: #CC3564;
}
.TagClassName
{
border-color: #CC3564;
}
</style>