Shades of Deep Cerise #CE2F99
Tints of Deep Cerise #CE2F99
RGB
CMYK
RGB Variations
Color information
#CE2F99 (or 0xCE2F99) is known color: Deep Cerise. HEX triplet: CE, 2F and 99. RGB value is (206,47,153). Sum of RGB (Red+Green+Blue) = 206+47+153=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2F99 is #31D066. Grayscale: #6A6A6A. Windows color (decimal): -3264615 or 10039246. OLE color: 10039246.
HSL color Cylindrical-coordinate representation of color #CE2F99: hue angle of 320º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2F99 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 153 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.19 |
| HSL | 320º | 0.63% | 0.5% | - |
| HSV(B) | 320º | 0.77% | 0.81% | - |
| XYZ | 32.22 | 17.45 | 31.81 | - |
| YUV | 106.63 | 154.18 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 153 | 0 | 0.77 | 0.26 | 0.19 | 320 | 0.63 | 0.5 |
| Hex | CE | 2F | 99 | 0 | 4D | 1A | 13 | 140 | 3F | 32 |
| Octal | 316 | 57 | 231 | 0 | 115 | 32 | 23 | 500 | 77 | 62 |
| Binary | 11001110 | 101111 | 10011001 | 0 | 1001101 | 11010 | 10011 | 101000000 | 111111 | 110010 |
Color Harmonies of #CE2F99
Complementary color
Monochromatic Colors of #CE2F99
Black with #CE2F99
Text Example
Text Example
White with #CE2F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F99; }
p { color: rgb(206,47,153); }
H1.HeaderClassName
{
color: #CE2F99;
}
.AnyTagClassName
{
color: #CE2F99;
}
</style>
background-color css
<style>
a { background-color: #CE2F99; }
a { background-color: rgb(206,47,153); }
div.DivClassName
{
background-color: #CE2F99;
}
.BgClassName
{
background-color: #CE2F99;
}
</style>
border-color css
<style>
span { border-color: #CE2F99; }
span { border-color: rgb(206,47,153); }
td.TdClassName
{
border-color: #CE2F99;
}
.TagClassName
{
border-color: #CE2F99;
}
</style>