Shades of Deep Cerise #CE2A87
Tints of Deep Cerise #CE2A87
RGB
CMYK
RGB Variations
Color information
#CE2A87 (or 0xCE2A87) is known color: Deep Cerise. HEX triplet: CE, 2A and 87. RGB value is (206,42,135). Sum of RGB (Red+Green+Blue) = 206+42+135=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2A87 is #31D578. Grayscale: #656565. Windows color (decimal): -3265913 or 8858318. OLE color: 8858318.
HSL color Cylindrical-coordinate representation of color #CE2A87: hue angle of 325.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 #CE2A87 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 135 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.19 |
| HSL | 325.98º | 0.66% | 0.49% | - |
| HSV(B) | 325.98º | 0.8% | 0.81% | - |
| XYZ | 30.65 | 16.53 | 24.5 | - |
| YUV | 101.64 | 146.83 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 135 | 0 | 0.80 | 0.34 | 0.19 | 325.98 | 0.66 | 0.49 |
| Hex | CE | 2A | 87 | 0 | 50 | 22 | 13 | 146 | 42 | 31 |
| Octal | 316 | 52 | 207 | 0 | 120 | 42 | 23 | 506 | 102 | 61 |
| Binary | 11001110 | 101010 | 10000111 | 0 | 1010000 | 100010 | 10011 | 101000110 | 1000010 | 110001 |
Color Harmonies of #CE2A87
Complementary color
Monochromatic Colors of #CE2A87
Black with #CE2A87
Text Example
Text Example
White with #CE2A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2A87; }
p { color: rgb(206,42,135); }
H1.HeaderClassName
{
color: #CE2A87;
}
.AnyTagClassName
{
color: #CE2A87;
}
</style>
background-color css
<style>
a { background-color: #CE2A87; }
a { background-color: rgb(206,42,135); }
div.DivClassName
{
background-color: #CE2A87;
}
.BgClassName
{
background-color: #CE2A87;
}
</style>
border-color css
<style>
span { border-color: #CE2A87; }
span { border-color: rgb(206,42,135); }
td.TdClassName
{
border-color: #CE2A87;
}
.TagClassName
{
border-color: #CE2A87;
}
</style>