Shades of Cerise #CC2862
Tints of Cerise #CC2862
RGB
CMYK
RGB Variations
Color information
#CC2862 (or 0xCC2862) is known color: Cerise. HEX triplet: CC, 28 and 62. RGB value is (204,40,98). Sum of RGB (Red+Green+Blue) = 204+40+98=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2862 is #33D79D. Grayscale: #5F5F5F. Windows color (decimal): -3397534 or 6432972. OLE color: 6432972.
HSL color Cylindrical-coordinate representation of color #CC2862: hue angle of 338.78º 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 #CC2862 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 98 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.2 |
| HSL | 338.78º | 0.67% | 0.48% | - |
| HSV(B) | 338.78º | 0.8% | 0.8% | - |
| XYZ | 27.87 | 15.24 | 13.03 | - |
| YUV | 95.65 | 129.33 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 98 | 0 | 0.80 | 0.52 | 0.2 | 338.78 | 0.67 | 0.48 |
| Hex | CC | 28 | 62 | 0 | 50 | 34 | 14 | 153 | 43 | 30 |
| Octal | 314 | 50 | 142 | 0 | 120 | 64 | 24 | 523 | 103 | 60 |
| Binary | 11001100 | 101000 | 1100010 | 0 | 1010000 | 110100 | 10100 | 101010011 | 1000011 | 110000 |
Color Harmonies of #CC2862
Complementary color
Monochromatic Colors of #CC2862
Black with #CC2862
Text Example
Text Example
White with #CC2862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2862; }
p { color: rgb(204,40,98); }
H1.HeaderClassName
{
color: #CC2862;
}
.AnyTagClassName
{
color: #CC2862;
}
</style>
background-color css
<style>
a { background-color: #CC2862; }
a { background-color: rgb(204,40,98); }
div.DivClassName
{
background-color: #CC2862;
}
.BgClassName
{
background-color: #CC2862;
}
</style>
border-color css
<style>
span { border-color: #CC2862; }
span { border-color: rgb(204,40,98); }
td.TdClassName
{
border-color: #CC2862;
}
.TagClassName
{
border-color: #CC2862;
}
</style>