Shades of Cerise #CC2964
Tints of Cerise #CC2964
RGB
CMYK
RGB Variations
Color information
#CC2964 (or 0xCC2964) is known color: Cerise. HEX triplet: CC, 29 and 64. RGB value is (204,41,100). Sum of RGB (Red+Green+Blue) = 204+41+100=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2964 is #33D69B. Grayscale: #606060. Windows color (decimal): -3397276 or 6564300. OLE color: 6564300.
HSL color Cylindrical-coordinate representation of color #CC2964: hue angle of 338.28º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2964 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 100 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.2 |
| HSL | 338.28º | 0.67% | 0.48% | - |
| HSV(B) | 338.28º | 0.8% | 0.8% | - |
| XYZ | 28 | 15.34 | 13.54 | - |
| YUV | 96.46 | 130 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 100 | 0 | 0.80 | 0.51 | 0.2 | 338.28 | 0.67 | 0.48 |
| Hex | CC | 29 | 64 | 0 | 50 | 33 | 14 | 152 | 43 | 30 |
| Octal | 314 | 51 | 144 | 0 | 120 | 63 | 24 | 522 | 103 | 60 |
| Binary | 11001100 | 101001 | 1100100 | 0 | 1010000 | 110011 | 10100 | 101010010 | 1000011 | 110000 |
Color Harmonies of #CC2964
Complementary color
Monochromatic Colors of #CC2964
Black with #CC2964
Text Example
Text Example
White with #CC2964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2964; }
p { color: rgb(204,41,100); }
H1.HeaderClassName
{
color: #CC2964;
}
.AnyTagClassName
{
color: #CC2964;
}
</style>
background-color css
<style>
a { background-color: #CC2964; }
a { background-color: rgb(204,41,100); }
div.DivClassName
{
background-color: #CC2964;
}
.BgClassName
{
background-color: #CC2964;
}
</style>
border-color css
<style>
span { border-color: #CC2964; }
span { border-color: rgb(204,41,100); }
td.TdClassName
{
border-color: #CC2964;
}
.TagClassName
{
border-color: #CC2964;
}
</style>