Shades of Cerise #CE2A5E
Tints of Cerise #CE2A5E
RGB
CMYK
RGB Variations
Color information
#CE2A5E (or 0xCE2A5E) is known color: Cerise. HEX triplet: CE, 2A and 5E. RGB value is (206,42,94). Sum of RGB (Red+Green+Blue) = 206+42+94=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2A5E is #31D5A1. Grayscale: #606060. Windows color (decimal): -3265954 or 6171342. OLE color: 6171342.
HSL color Cylindrical-coordinate representation of color #CE2A5E: hue angle of 340.98º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2A5E is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 94 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.19 |
| HSL | 340.98º | 0.66% | 0.49% | - |
| HSV(B) | 340.98º | 0.8% | 0.81% | - |
| XYZ | 28.3 | 15.59 | 12.11 | - |
| YUV | 96.96 | 126.33 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 94 | 0 | 0.80 | 0.54 | 0.19 | 340.98 | 0.66 | 0.49 |
| Hex | CE | 2A | 5E | 0 | 50 | 36 | 13 | 155 | 42 | 31 |
| Octal | 316 | 52 | 136 | 0 | 120 | 66 | 23 | 525 | 102 | 61 |
| Binary | 11001110 | 101010 | 1011110 | 0 | 1010000 | 110110 | 10011 | 101010101 | 1000010 | 110001 |
Color Harmonies of #CE2A5E
Complementary color
Monochromatic Colors of #CE2A5E
Black with #CE2A5E
Text Example
Text Example
White with #CE2A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2A5E; }
p { color: rgb(206,42,94); }
H1.HeaderClassName
{
color: #CE2A5E;
}
.AnyTagClassName
{
color: #CE2A5E;
}
</style>
background-color css
<style>
a { background-color: #CE2A5E; }
a { background-color: rgb(206,42,94); }
div.DivClassName
{
background-color: #CE2A5E;
}
.BgClassName
{
background-color: #CE2A5E;
}
</style>
border-color css
<style>
span { border-color: #CE2A5E; }
span { border-color: rgb(206,42,94); }
td.TdClassName
{
border-color: #CE2A5E;
}
.TagClassName
{
border-color: #CE2A5E;
}
</style>