Shades of Cerise #CC2163
Tints of Cerise #CC2163
RGB
CMYK
RGB Variations
Color information
#CC2163 (or 0xCC2163) is known color: Cerise. HEX triplet: CC, 21 and 63. RGB value is (204,33,99). Sum of RGB (Red+Green+Blue) = 204+33+99=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2163 is #33DE9C. Grayscale: #5B5B5B. Windows color (decimal): -3399325 or 6496716. OLE color: 6496716.
HSL color Cylindrical-coordinate representation of color #CC2163: hue angle of 336.84º 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 #CC2163 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 99 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.2 |
| HSL | 336.84º | 0.72% | 0.46% | - |
| HSV(B) | 336.84º | 0.84% | 0.8% | - |
| XYZ | 27.7 | 14.83 | 13.21 | - |
| YUV | 91.65 | 132.15 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 99 | 0 | 0.84 | 0.51 | 0.2 | 336.84 | 0.72 | 0.46 |
| Hex | CC | 21 | 63 | 0 | 54 | 33 | 14 | 151 | 48 | 2E |
| Octal | 314 | 41 | 143 | 0 | 124 | 63 | 24 | 521 | 110 | 56 |
| Binary | 11001100 | 100001 | 1100011 | 0 | 1010100 | 110011 | 10100 | 101010001 | 1001000 | 101110 |
Color Harmonies of #CC2163
Complementary color
Monochromatic Colors of #CC2163
Black with #CC2163
Text Example
Text Example
White with #CC2163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2163; }
p { color: rgb(204,33,99); }
H1.HeaderClassName
{
color: #CC2163;
}
.AnyTagClassName
{
color: #CC2163;
}
</style>
background-color css
<style>
a { background-color: #CC2163; }
a { background-color: rgb(204,33,99); }
div.DivClassName
{
background-color: #CC2163;
}
.BgClassName
{
background-color: #CC2163;
}
</style>
border-color css
<style>
span { border-color: #CC2163; }
span { border-color: rgb(204,33,99); }
td.TdClassName
{
border-color: #CC2163;
}
.TagClassName
{
border-color: #CC2163;
}
</style>