Shades of Cerise #CC2463
Tints of Cerise #CC2463
RGB
CMYK
RGB Variations
Color information
#CC2463 (or 0xCC2463) is known color: Cerise. HEX triplet: CC, 24 and 63. RGB value is (204,36,99). Sum of RGB (Red+Green+Blue) = 204+36+99=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2463 is #33DB9C. Grayscale: #5D5D5D. Windows color (decimal): -3398557 or 6497484. OLE color: 6497484.
HSL color Cylindrical-coordinate representation of color #CC2463: hue angle of 337.5º 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 #CC2463 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 99 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.2 |
| HSL | 337.5º | 0.7% | 0.47% | - |
| HSV(B) | 337.5º | 0.82% | 0.8% | - |
| XYZ | 27.78 | 15 | 13.24 | - |
| YUV | 93.41 | 131.16 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 99 | 0 | 0.82 | 0.51 | 0.2 | 337.5 | 0.7 | 0.47 |
| Hex | CC | 24 | 63 | 0 | 52 | 33 | 14 | 152 | 46 | 2F |
| Octal | 314 | 44 | 143 | 0 | 122 | 63 | 24 | 522 | 106 | 57 |
| Binary | 11001100 | 100100 | 1100011 | 0 | 1010010 | 110011 | 10100 | 101010010 | 1000110 | 101111 |
Color Harmonies of #CC2463
Complementary color
Monochromatic Colors of #CC2463
Black with #CC2463
Text Example
Text Example
White with #CC2463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2463; }
p { color: rgb(204,36,99); }
H1.HeaderClassName
{
color: #CC2463;
}
.AnyTagClassName
{
color: #CC2463;
}
</style>
background-color css
<style>
a { background-color: #CC2463; }
a { background-color: rgb(204,36,99); }
div.DivClassName
{
background-color: #CC2463;
}
.BgClassName
{
background-color: #CC2463;
}
</style>
border-color css
<style>
span { border-color: #CC2463; }
span { border-color: rgb(204,36,99); }
td.TdClassName
{
border-color: #CC2463;
}
.TagClassName
{
border-color: #CC2463;
}
</style>