Shades of Cerise #CC2168
Tints of Cerise #CC2168
RGB
CMYK
RGB Variations
Color information
#CC2168 (or 0xCC2168) is known color: Cerise. HEX triplet: CC, 21 and 68. RGB value is (204,33,104). Sum of RGB (Red+Green+Blue) = 204+33+104=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2168 is #33DE97. Grayscale: #5C5C5C. Windows color (decimal): -3399320 or 6824396. OLE color: 6824396.
HSL color Cylindrical-coordinate representation of color #CC2168: hue angle of 335.09º 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 #CC2168 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 104 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.2 |
| HSL | 335.09º | 0.72% | 0.46% | - |
| HSV(B) | 335.09º | 0.84% | 0.8% | - |
| XYZ | 27.94 | 14.92 | 14.5 | - |
| YUV | 92.22 | 134.65 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 104 | 0 | 0.84 | 0.49 | 0.2 | 335.09 | 0.72 | 0.46 |
| Hex | CC | 21 | 68 | 0 | 54 | 31 | 14 | 14F | 48 | 2E |
| Octal | 314 | 41 | 150 | 0 | 124 | 61 | 24 | 517 | 110 | 56 |
| Binary | 11001100 | 100001 | 1101000 | 0 | 1010100 | 110001 | 10100 | 101001111 | 1001000 | 101110 |
Color Harmonies of #CC2168
Complementary color
Monochromatic Colors of #CC2168
Black with #CC2168
Text Example
Text Example
White with #CC2168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2168; }
p { color: rgb(204,33,104); }
H1.HeaderClassName
{
color: #CC2168;
}
.AnyTagClassName
{
color: #CC2168;
}
</style>
background-color css
<style>
a { background-color: #CC2168; }
a { background-color: rgb(204,33,104); }
div.DivClassName
{
background-color: #CC2168;
}
.BgClassName
{
background-color: #CC2168;
}
</style>
border-color css
<style>
span { border-color: #CC2168; }
span { border-color: rgb(204,33,104); }
td.TdClassName
{
border-color: #CC2168;
}
.TagClassName
{
border-color: #CC2168;
}
</style>