Shades of Deep Cerise #CE2E99
Tints of Deep Cerise #CE2E99
RGB
CMYK
RGB Variations
Color information
#CE2E99 (or 0xCE2E99) is known color: Deep Cerise. HEX triplet: CE, 2E and 99. RGB value is (206,46,153). Sum of RGB (Red+Green+Blue) = 206+46+153=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2E99 is #31D166. Grayscale: #696969. Windows color (decimal): -3264871 or 10038990. OLE color: 10038990.
HSL color Cylindrical-coordinate representation of color #CE2E99: hue angle of 319.88º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2E99 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 153 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.19 |
| HSL | 319.88º | 0.63% | 0.49% | - |
| HSV(B) | 319.88º | 0.78% | 0.81% | - |
| XYZ | 32.18 | 17.38 | 31.79 | - |
| YUV | 106.04 | 154.51 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 153 | 0 | 0.78 | 0.26 | 0.19 | 319.88 | 0.63 | 0.49 |
| Hex | CE | 2E | 99 | 0 | 4E | 1A | 13 | 140 | 3F | 31 |
| Octal | 316 | 56 | 231 | 0 | 116 | 32 | 23 | 500 | 77 | 61 |
| Binary | 11001110 | 101110 | 10011001 | 0 | 1001110 | 11010 | 10011 | 101000000 | 111111 | 110001 |
Color Harmonies of #CE2E99
Complementary color
Monochromatic Colors of #CE2E99
Black with #CE2E99
Text Example
Text Example
White with #CE2E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E99; }
p { color: rgb(206,46,153); }
H1.HeaderClassName
{
color: #CE2E99;
}
.AnyTagClassName
{
color: #CE2E99;
}
</style>
background-color css
<style>
a { background-color: #CE2E99; }
a { background-color: rgb(206,46,153); }
div.DivClassName
{
background-color: #CE2E99;
}
.BgClassName
{
background-color: #CE2E99;
}
</style>
border-color css
<style>
span { border-color: #CE2E99; }
span { border-color: rgb(206,46,153); }
td.TdClassName
{
border-color: #CE2E99;
}
.TagClassName
{
border-color: #CE2E99;
}
</style>