Shades of Cerise #CC246A
Tints of Cerise #CC246A
RGB
CMYK
RGB Variations
Color information
#CC246A (or 0xCC246A) is known color: Cerise. HEX triplet: CC, 24 and 6A. RGB value is (204,36,106). Sum of RGB (Red+Green+Blue) = 204+36+106=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC246A is #33DB95. Grayscale: #5E5E5E. Windows color (decimal): -3398550 or 6956236. OLE color: 6956236.
HSL color Cylindrical-coordinate representation of color #CC246A: hue angle of 335º 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 #CC246A is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 106 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.2 |
| HSL | 335º | 0.7% | 0.47% | - |
| HSV(B) | 335º | 0.82% | 0.8% | - |
| XYZ | 28.13 | 15.14 | 15.08 | - |
| YUV | 94.21 | 134.66 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 106 | 0 | 0.82 | 0.48 | 0.2 | 335 | 0.7 | 0.47 |
| Hex | CC | 24 | 6A | 0 | 52 | 30 | 14 | 14F | 46 | 2F |
| Octal | 314 | 44 | 152 | 0 | 122 | 60 | 24 | 517 | 106 | 57 |
| Binary | 11001100 | 100100 | 1101010 | 0 | 1010010 | 110000 | 10100 | 101001111 | 1000110 | 101111 |
Color Harmonies of #CC246A
Complementary color
Monochromatic Colors of #CC246A
Black with #CC246A
Text Example
Text Example
White with #CC246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC246A; }
p { color: rgb(204,36,106); }
H1.HeaderClassName
{
color: #CC246A;
}
.AnyTagClassName
{
color: #CC246A;
}
</style>
background-color css
<style>
a { background-color: #CC246A; }
a { background-color: rgb(204,36,106); }
div.DivClassName
{
background-color: #CC246A;
}
.BgClassName
{
background-color: #CC246A;
}
</style>
border-color css
<style>
span { border-color: #CC246A; }
span { border-color: rgb(204,36,106); }
td.TdClassName
{
border-color: #CC246A;
}
.TagClassName
{
border-color: #CC246A;
}
</style>