Shades of Cerise #CC246D
Tints of Cerise #CC246D
RGB
CMYK
RGB Variations
Color information
#CC246D (or 0xCC246D) is known color: Cerise. HEX triplet: CC, 24 and 6D. RGB value is (204,36,109). Sum of RGB (Red+Green+Blue) = 204+36+109=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC246D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC246D is #33DB92. Grayscale: #5E5E5E. Windows color (decimal): -3398547 or 7152844. OLE color: 7152844.
HSL color Cylindrical-coordinate representation of color #CC246D: hue angle of 333.93º 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 #CC246D is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 109 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.2 |
| HSL | 333.93º | 0.7% | 0.47% | - |
| HSV(B) | 333.93º | 0.82% | 0.8% | - |
| XYZ | 28.29 | 15.2 | 15.91 | - |
| YUV | 94.55 | 136.16 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 109 | 0 | 0.82 | 0.47 | 0.2 | 333.93 | 0.7 | 0.47 |
| Hex | CC | 24 | 6D | 0 | 52 | 2F | 14 | 14E | 46 | 2F |
| Octal | 314 | 44 | 155 | 0 | 122 | 57 | 24 | 516 | 106 | 57 |
| Binary | 11001100 | 100100 | 1101101 | 0 | 1010010 | 101111 | 10100 | 101001110 | 1000110 | 101111 |
Color Harmonies of #CC246D
Complementary color
Monochromatic Colors of #CC246D
Black with #CC246D
Text Example
Text Example
White with #CC246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC246D; }
p { color: rgb(204,36,109); }
H1.HeaderClassName
{
color: #CC246D;
}
.AnyTagClassName
{
color: #CC246D;
}
</style>
background-color css
<style>
a { background-color: #CC246D; }
a { background-color: rgb(204,36,109); }
div.DivClassName
{
background-color: #CC246D;
}
.BgClassName
{
background-color: #CC246D;
}
</style>
border-color css
<style>
span { border-color: #CC246D; }
span { border-color: rgb(204,36,109); }
td.TdClassName
{
border-color: #CC246D;
}
.TagClassName
{
border-color: #CC246D;
}
</style>