Shades of Deep Cerise #CE2888
Tints of Deep Cerise #CE2888
RGB
CMYK
RGB Variations
Color information
#CE2888 (or 0xCE2888) is known color: Deep Cerise. HEX triplet: CE, 28 and 88. RGB value is (206,40,136). Sum of RGB (Red+Green+Blue) = 206+40+136=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2888 is #31D777. Grayscale: #646464. Windows color (decimal): -3266424 or 8923342. OLE color: 8923342.
HSL color Cylindrical-coordinate representation of color #CE2888: hue angle of 325.3º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2888 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 40 | 136 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.19 |
| HSL | 325.3º | 0.67% | 0.48% | - |
| HSV(B) | 325.3º | 0.81% | 0.81% | - |
| XYZ | 30.66 | 16.42 | 24.85 | - |
| YUV | 100.58 | 148 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 136 | 0 | 0.81 | 0.34 | 0.19 | 325.3 | 0.67 | 0.48 |
| Hex | CE | 28 | 88 | 0 | 51 | 22 | 13 | 145 | 43 | 30 |
| Octal | 316 | 50 | 210 | 0 | 121 | 42 | 23 | 505 | 103 | 60 |
| Binary | 11001110 | 101000 | 10001000 | 0 | 1010001 | 100010 | 10011 | 101000101 | 1000011 | 110000 |
Color Harmonies of #CE2888
Complementary color
Monochromatic Colors of #CE2888
Black with #CE2888
Text Example
Text Example
White with #CE2888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2888; }
p { color: rgb(206,40,136); }
H1.HeaderClassName
{
color: #CE2888;
}
.AnyTagClassName
{
color: #CE2888;
}
</style>
background-color css
<style>
a { background-color: #CE2888; }
a { background-color: rgb(206,40,136); }
div.DivClassName
{
background-color: #CE2888;
}
.BgClassName
{
background-color: #CE2888;
}
</style>
border-color css
<style>
span { border-color: #CE2888; }
span { border-color: rgb(206,40,136); }
td.TdClassName
{
border-color: #CE2888;
}
.TagClassName
{
border-color: #CE2888;
}
</style>