Shades of Cerise #CC245E
Tints of Cerise #CC245E
RGB
CMYK
RGB Variations
Color information
#CC245E (or 0xCC245E) is known color: Cerise. HEX triplet: CC, 24 and 5E. RGB value is (204,36,94). Sum of RGB (Red+Green+Blue) = 204+36+94=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC245E is #33DBA1. Grayscale: #5C5C5C. Windows color (decimal): -3398562 or 6169804. OLE color: 6169804.
HSL color Cylindrical-coordinate representation of color #CC245E: hue angle of 339.29º 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 #CC245E is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 94 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.2 |
| HSL | 339.29º | 0.7% | 0.47% | - |
| HSV(B) | 339.29º | 0.82% | 0.8% | - |
| XYZ | 27.55 | 14.91 | 12.01 | - |
| YUV | 92.84 | 128.66 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 94 | 0 | 0.82 | 0.54 | 0.2 | 339.29 | 0.7 | 0.47 |
| Hex | CC | 24 | 5E | 0 | 52 | 36 | 14 | 153 | 46 | 2F |
| Octal | 314 | 44 | 136 | 0 | 122 | 66 | 24 | 523 | 106 | 57 |
| Binary | 11001100 | 100100 | 1011110 | 0 | 1010010 | 110110 | 10100 | 101010011 | 1000110 | 101111 |
Color Harmonies of #CC245E
Complementary color
Monochromatic Colors of #CC245E
Black with #CC245E
Text Example
Text Example
White with #CC245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC245E; }
p { color: rgb(204,36,94); }
H1.HeaderClassName
{
color: #CC245E;
}
.AnyTagClassName
{
color: #CC245E;
}
</style>
background-color css
<style>
a { background-color: #CC245E; }
a { background-color: rgb(204,36,94); }
div.DivClassName
{
background-color: #CC245E;
}
.BgClassName
{
background-color: #CC245E;
}
</style>
border-color css
<style>
span { border-color: #CC245E; }
span { border-color: rgb(204,36,94); }
td.TdClassName
{
border-color: #CC245E;
}
.TagClassName
{
border-color: #CC245E;
}
</style>