Shades of Cerise #CE245E
Tints of Cerise #CE245E
RGB
CMYK
RGB Variations
Color information
#CE245E (or 0xCE245E) is known color: Cerise. HEX triplet: CE, 24 and 5E. RGB value is (206,36,94). Sum of RGB (Red+Green+Blue) = 206+36+94=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE245E is #31DBA1. Grayscale: #5D5D5D. Windows color (decimal): -3267490 or 6169806. OLE color: 6169806.
HSL color Cylindrical-coordinate representation of color #CE245E: hue angle of 339.53º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE245E is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 94 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.19 |
| HSL | 339.53º | 0.7% | 0.47% | - |
| HSV(B) | 339.53º | 0.83% | 0.81% | - |
| XYZ | 28.1 | 15.19 | 12.04 | - |
| YUV | 93.44 | 128.32 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 94 | 0 | 0.83 | 0.54 | 0.19 | 339.53 | 0.7 | 0.47 |
| Hex | CE | 24 | 5E | 0 | 53 | 36 | 13 | 154 | 46 | 2F |
| Octal | 316 | 44 | 136 | 0 | 123 | 66 | 23 | 524 | 106 | 57 |
| Binary | 11001110 | 100100 | 1011110 | 0 | 1010011 | 110110 | 10011 | 101010100 | 1000110 | 101111 |
Color Harmonies of #CE245E
Complementary color
Monochromatic Colors of #CE245E
Black with #CE245E
Text Example
Text Example
White with #CE245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE245E; }
p { color: rgb(206,36,94); }
H1.HeaderClassName
{
color: #CE245E;
}
.AnyTagClassName
{
color: #CE245E;
}
</style>
background-color css
<style>
a { background-color: #CE245E; }
a { background-color: rgb(206,36,94); }
div.DivClassName
{
background-color: #CE245E;
}
.BgClassName
{
background-color: #CE245E;
}
</style>
border-color css
<style>
span { border-color: #CE245E; }
span { border-color: rgb(206,36,94); }
td.TdClassName
{
border-color: #CE245E;
}
.TagClassName
{
border-color: #CE245E;
}
</style>