Shades of Cerise #CC2466
Tints of Cerise #CC2466
RGB
CMYK
RGB Variations
Color information
#CC2466 (or 0xCC2466) is known color: Cerise. HEX triplet: CC, 24 and 66. RGB value is (204,36,102). Sum of RGB (Red+Green+Blue) = 204+36+102=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2466 is #33DB99. Grayscale: #5D5D5D. Windows color (decimal): -3398554 or 6694092. OLE color: 6694092.
HSL color Cylindrical-coordinate representation of color #CC2466: hue angle of 336.43º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2466 is Cyan = 0, Magento = 0.82, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 102 | - |
| CMYK | 0 | 0.82 | 0.5 | 0.2 |
| HSL | 336.43º | 0.7% | 0.47% | - |
| HSV(B) | 336.43º | 0.82% | 0.8% | - |
| XYZ | 27.93 | 15.06 | 14 | - |
| YUV | 93.76 | 132.66 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 102 | 0 | 0.82 | 0.5 | 0.2 | 336.43 | 0.7 | 0.47 |
| Hex | CC | 24 | 66 | 0 | 52 | 32 | 14 | 150 | 46 | 2F |
| Octal | 314 | 44 | 146 | 0 | 122 | 62 | 24 | 520 | 106 | 57 |
| Binary | 11001100 | 100100 | 1100110 | 0 | 1010010 | 110010 | 10100 | 101010000 | 1000110 | 101111 |
Color Harmonies of #CC2466
Complementary color
Monochromatic Colors of #CC2466
Black with #CC2466
Text Example
Text Example
White with #CC2466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2466; }
p { color: rgb(204,36,102); }
H1.HeaderClassName
{
color: #CC2466;
}
.AnyTagClassName
{
color: #CC2466;
}
</style>
background-color css
<style>
a { background-color: #CC2466; }
a { background-color: rgb(204,36,102); }
div.DivClassName
{
background-color: #CC2466;
}
.BgClassName
{
background-color: #CC2466;
}
</style>
border-color css
<style>
span { border-color: #CC2466; }
span { border-color: rgb(204,36,102); }
td.TdClassName
{
border-color: #CC2466;
}
.TagClassName
{
border-color: #CC2466;
}
</style>