Shades of Cerise #CC246E
Tints of Cerise #CC246E
RGB
CMYK
RGB Variations
Color information
#CC246E (or 0xCC246E) is known color: Cerise. HEX triplet: CC, 24 and 6E. RGB value is (204,36,110). Sum of RGB (Red+Green+Blue) = 204+36+110=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC246E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC246E is #33DB91. Grayscale: #5E5E5E. Windows color (decimal): -3398546 or 7218380. OLE color: 7218380.
HSL color Cylindrical-coordinate representation of color #CC246E: hue angle of 333.57º 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 #CC246E is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 110 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.2 |
| HSL | 333.57º | 0.7% | 0.47% | - |
| HSV(B) | 333.57º | 0.82% | 0.8% | - |
| XYZ | 28.35 | 15.22 | 16.2 | - |
| YUV | 94.67 | 136.66 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 110 | 0 | 0.82 | 0.46 | 0.2 | 333.57 | 0.7 | 0.47 |
| Hex | CC | 24 | 6E | 0 | 52 | 2E | 14 | 14E | 46 | 2F |
| Octal | 314 | 44 | 156 | 0 | 122 | 56 | 24 | 516 | 106 | 57 |
| Binary | 11001100 | 100100 | 1101110 | 0 | 1010010 | 101110 | 10100 | 101001110 | 1000110 | 101111 |
Color Harmonies of #CC246E
Complementary color
Monochromatic Colors of #CC246E
Black with #CC246E
Text Example
Text Example
White with #CC246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC246E; }
p { color: rgb(204,36,110); }
H1.HeaderClassName
{
color: #CC246E;
}
.AnyTagClassName
{
color: #CC246E;
}
</style>
background-color css
<style>
a { background-color: #CC246E; }
a { background-color: rgb(204,36,110); }
div.DivClassName
{
background-color: #CC246E;
}
.BgClassName
{
background-color: #CC246E;
}
</style>
border-color css
<style>
span { border-color: #CC246E; }
span { border-color: rgb(204,36,110); }
td.TdClassName
{
border-color: #CC246E;
}
.TagClassName
{
border-color: #CC246E;
}
</style>