Shades of Cerise #CC2165
Tints of Cerise #CC2165
RGB
CMYK
RGB Variations
Color information
#CC2165 (or 0xCC2165) is known color: Cerise. HEX triplet: CC, 21 and 65. RGB value is (204,33,101). Sum of RGB (Red+Green+Blue) = 204+33+101=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2165 is #33DE9A. Grayscale: #5B5B5B. Windows color (decimal): -3399323 or 6627788. OLE color: 6627788.
HSL color Cylindrical-coordinate representation of color #CC2165: hue angle of 336.14º 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 #CC2165 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 101 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.2 |
| HSL | 336.14º | 0.72% | 0.46% | - |
| HSV(B) | 336.14º | 0.84% | 0.8% | - |
| XYZ | 27.79 | 14.86 | 13.72 | - |
| YUV | 91.88 | 133.15 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 101 | 0 | 0.84 | 0.50 | 0.2 | 336.14 | 0.72 | 0.46 |
| Hex | CC | 21 | 65 | 0 | 54 | 32 | 14 | 150 | 48 | 2E |
| Octal | 314 | 41 | 145 | 0 | 124 | 62 | 24 | 520 | 110 | 56 |
| Binary | 11001100 | 100001 | 1100101 | 0 | 1010100 | 110010 | 10100 | 101010000 | 1001000 | 101110 |
Color Harmonies of #CC2165
Complementary color
Monochromatic Colors of #CC2165
Black with #CC2165
Text Example
Text Example
White with #CC2165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2165; }
p { color: rgb(204,33,101); }
H1.HeaderClassName
{
color: #CC2165;
}
.AnyTagClassName
{
color: #CC2165;
}
</style>
background-color css
<style>
a { background-color: #CC2165; }
a { background-color: rgb(204,33,101); }
div.DivClassName
{
background-color: #CC2165;
}
.BgClassName
{
background-color: #CC2165;
}
</style>
border-color css
<style>
span { border-color: #CC2165; }
span { border-color: rgb(204,33,101); }
td.TdClassName
{
border-color: #CC2165;
}
.TagClassName
{
border-color: #CC2165;
}
</style>