Shades of Cerise #CC2166
Tints of Cerise #CC2166
RGB
CMYK
RGB Variations
Color information
#CC2166 (or 0xCC2166) is known color: Cerise. HEX triplet: CC, 21 and 66. RGB value is (204,33,102). Sum of RGB (Red+Green+Blue) = 204+33+102=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2166 is #33DE99. Grayscale: #5B5B5B. Windows color (decimal): -3399322 or 6693324. OLE color: 6693324.
HSL color Cylindrical-coordinate representation of color #CC2166: hue angle of 335.79º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2166 is Cyan = 0, Magento = 0.84, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 102 | - |
| CMYK | 0 | 0.84 | 0.5 | 0.2 |
| HSL | 335.79º | 0.72% | 0.46% | - |
| HSV(B) | 335.79º | 0.84% | 0.8% | - |
| XYZ | 27.84 | 14.88 | 13.98 | - |
| YUV | 92 | 133.65 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 102 | 0 | 0.84 | 0.5 | 0.2 | 335.79 | 0.72 | 0.46 |
| Hex | CC | 21 | 66 | 0 | 54 | 32 | 14 | 150 | 48 | 2E |
| Octal | 314 | 41 | 146 | 0 | 124 | 62 | 24 | 520 | 110 | 56 |
| Binary | 11001100 | 100001 | 1100110 | 0 | 1010100 | 110010 | 10100 | 101010000 | 1001000 | 101110 |
Color Harmonies of #CC2166
Complementary color
Monochromatic Colors of #CC2166
Black with #CC2166
Text Example
Text Example
White with #CC2166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2166; }
p { color: rgb(204,33,102); }
H1.HeaderClassName
{
color: #CC2166;
}
.AnyTagClassName
{
color: #CC2166;
}
</style>
background-color css
<style>
a { background-color: #CC2166; }
a { background-color: rgb(204,33,102); }
div.DivClassName
{
background-color: #CC2166;
}
.BgClassName
{
background-color: #CC2166;
}
</style>
border-color css
<style>
span { border-color: #CC2166; }
span { border-color: rgb(204,33,102); }
td.TdClassName
{
border-color: #CC2166;
}
.TagClassName
{
border-color: #CC2166;
}
</style>