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