Shades of Deep Cerise #CE2788
Tints of Deep Cerise #CE2788
RGB
CMYK
RGB Variations
Color information
#CE2788 (or 0xCE2788) is known color: Deep Cerise. HEX triplet: CE, 27 and 88. RGB value is (206,39,136). Sum of RGB (Red+Green+Blue) = 206+39+136=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2788 is #31D877. Grayscale: #636363. Windows color (decimal): -3266680 or 8923086. OLE color: 8923086.
HSL color Cylindrical-coordinate representation of color #CE2788: hue angle of 325.15º degrees, saturation: 0.68, 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 #CE2788 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 136 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.19 |
| HSL | 325.15º | 0.68% | 0.48% | - |
| HSV(B) | 325.15º | 0.81% | 0.81% | - |
| XYZ | 30.62 | 16.35 | 24.83 | - |
| YUV | 99.99 | 148.33 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 136 | 0 | 0.81 | 0.34 | 0.19 | 325.15 | 0.68 | 0.48 |
| Hex | CE | 27 | 88 | 0 | 51 | 22 | 13 | 145 | 44 | 30 |
| Octal | 316 | 47 | 210 | 0 | 121 | 42 | 23 | 505 | 104 | 60 |
| Binary | 11001110 | 100111 | 10001000 | 0 | 1010001 | 100010 | 10011 | 101000101 | 1000100 | 110000 |
Color Harmonies of #CE2788
Complementary color
Monochromatic Colors of #CE2788
Black with #CE2788
Text Example
Text Example
White with #CE2788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2788; }
p { color: rgb(206,39,136); }
H1.HeaderClassName
{
color: #CE2788;
}
.AnyTagClassName
{
color: #CE2788;
}
</style>
background-color css
<style>
a { background-color: #CE2788; }
a { background-color: rgb(206,39,136); }
div.DivClassName
{
background-color: #CE2788;
}
.BgClassName
{
background-color: #CE2788;
}
</style>
border-color css
<style>
span { border-color: #CE2788; }
span { border-color: rgb(206,39,136); }
td.TdClassName
{
border-color: #CE2788;
}
.TagClassName
{
border-color: #CE2788;
}
</style>