Shades of Cerise #CC2966
Tints of Cerise #CC2966
RGB
CMYK
RGB Variations
Color information
#CC2966 (or 0xCC2966) is known color: Cerise. HEX triplet: CC, 29 and 66. RGB value is (204,41,102). Sum of RGB (Red+Green+Blue) = 204+41+102=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2966 is #33D699. Grayscale: #606060. Windows color (decimal): -3397274 or 6695372. OLE color: 6695372.
HSL color Cylindrical-coordinate representation of color #CC2966: hue angle of 337.55º 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 #CC2966 is Cyan = 0, Magento = 0.80, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 102 | - |
| CMYK | 0 | 0.80 | 0.5 | 0.2 |
| HSL | 337.55º | 0.67% | 0.48% | - |
| HSV(B) | 337.55º | 0.8% | 0.8% | - |
| XYZ | 28.09 | 15.38 | 14.06 | - |
| YUV | 96.69 | 131 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 102 | 0 | 0.80 | 0.5 | 0.2 | 337.55 | 0.67 | 0.48 |
| Hex | CC | 29 | 66 | 0 | 50 | 32 | 14 | 152 | 43 | 30 |
| Octal | 314 | 51 | 146 | 0 | 120 | 62 | 24 | 522 | 103 | 60 |
| Binary | 11001100 | 101001 | 1100110 | 0 | 1010000 | 110010 | 10100 | 101010010 | 1000011 | 110000 |
Color Harmonies of #CC2966
Complementary color
Monochromatic Colors of #CC2966
Black with #CC2966
Text Example
Text Example
White with #CC2966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2966; }
p { color: rgb(204,41,102); }
H1.HeaderClassName
{
color: #CC2966;
}
.AnyTagClassName
{
color: #CC2966;
}
</style>
background-color css
<style>
a { background-color: #CC2966; }
a { background-color: rgb(204,41,102); }
div.DivClassName
{
background-color: #CC2966;
}
.BgClassName
{
background-color: #CC2966;
}
</style>
border-color css
<style>
span { border-color: #CC2966; }
span { border-color: rgb(204,41,102); }
td.TdClassName
{
border-color: #CC2966;
}
.TagClassName
{
border-color: #CC2966;
}
</style>