Shades of Cerise #CC2762
Tints of Cerise #CC2762
RGB
CMYK
RGB Variations
Color information
#CC2762 (or 0xCC2762) is known color: Cerise. HEX triplet: CC, 27 and 62. RGB value is (204,39,98). Sum of RGB (Red+Green+Blue) = 204+39+98=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2762 is #33D89D. Grayscale: #5E5E5E. Windows color (decimal): -3397790 or 6432716. OLE color: 6432716.
HSL color Cylindrical-coordinate representation of color #CC2762: hue angle of 338.55º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2762 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 98 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.2 |
| HSL | 338.55º | 0.68% | 0.48% | - |
| HSV(B) | 338.55º | 0.81% | 0.8% | - |
| XYZ | 27.83 | 15.17 | 13.02 | - |
| YUV | 95.06 | 129.66 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 98 | 0 | 0.81 | 0.52 | 0.2 | 338.55 | 0.68 | 0.48 |
| Hex | CC | 27 | 62 | 0 | 51 | 34 | 14 | 153 | 44 | 30 |
| Octal | 314 | 47 | 142 | 0 | 121 | 64 | 24 | 523 | 104 | 60 |
| Binary | 11001100 | 100111 | 1100010 | 0 | 1010001 | 110100 | 10100 | 101010011 | 1000100 | 110000 |
Color Harmonies of #CC2762
Complementary color
Monochromatic Colors of #CC2762
Black with #CC2762
Text Example
Text Example
White with #CC2762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2762; }
p { color: rgb(204,39,98); }
H1.HeaderClassName
{
color: #CC2762;
}
.AnyTagClassName
{
color: #CC2762;
}
</style>
background-color css
<style>
a { background-color: #CC2762; }
a { background-color: rgb(204,39,98); }
div.DivClassName
{
background-color: #CC2762;
}
.BgClassName
{
background-color: #CC2762;
}
</style>
border-color css
<style>
span { border-color: #CC2762; }
span { border-color: rgb(204,39,98); }
td.TdClassName
{
border-color: #CC2762;
}
.TagClassName
{
border-color: #CC2762;
}
</style>