Shades of Cerise #CC2262
Tints of Cerise #CC2262
RGB
CMYK
RGB Variations
Color information
#CC2262 (or 0xCC2262) is known color: Cerise. HEX triplet: CC, 22 and 62. RGB value is (204,34,98). Sum of RGB (Red+Green+Blue) = 204+34+98=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2262 is #33DD9D. Grayscale: #5C5C5C. Windows color (decimal): -3399070 or 6431436. OLE color: 6431436.
HSL color Cylindrical-coordinate representation of color #CC2262: hue angle of 337.41º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2262 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 98 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.2 |
| HSL | 337.41º | 0.71% | 0.47% | - |
| HSV(B) | 337.41º | 0.83% | 0.8% | - |
| XYZ | 27.68 | 14.86 | 12.97 | - |
| YUV | 92.13 | 131.32 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 98 | 0 | 0.83 | 0.52 | 0.2 | 337.41 | 0.71 | 0.47 |
| Hex | CC | 22 | 62 | 0 | 53 | 34 | 14 | 151 | 47 | 2F |
| Octal | 314 | 42 | 142 | 0 | 123 | 64 | 24 | 521 | 107 | 57 |
| Binary | 11001100 | 100010 | 1100010 | 0 | 1010011 | 110100 | 10100 | 101010001 | 1000111 | 101111 |
Color Harmonies of #CC2262
Complementary color
Monochromatic Colors of #CC2262
Black with #CC2262
Text Example
Text Example
White with #CC2262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2262; }
p { color: rgb(204,34,98); }
H1.HeaderClassName
{
color: #CC2262;
}
.AnyTagClassName
{
color: #CC2262;
}
</style>
background-color css
<style>
a { background-color: #CC2262; }
a { background-color: rgb(204,34,98); }
div.DivClassName
{
background-color: #CC2262;
}
.BgClassName
{
background-color: #CC2262;
}
</style>
border-color css
<style>
span { border-color: #CC2262; }
span { border-color: rgb(204,34,98); }
td.TdClassName
{
border-color: #CC2262;
}
.TagClassName
{
border-color: #CC2262;
}
</style>