Shades of Deep Cerise #CE2D9F
Tints of Deep Cerise #CE2D9F
RGB
CMYK
RGB Variations
Color information
#CE2D9F (or 0xCE2D9F) is known color: Deep Cerise. HEX triplet: CE, 2D and 9F. RGB value is (206,45,159). Sum of RGB (Red+Green+Blue) = 206+45+159=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2D9F is #31D260. Grayscale: #696969. Windows color (decimal): -3265121 or 10431950. OLE color: 10431950.
HSL color Cylindrical-coordinate representation of color #CE2D9F: hue angle of 317.52º degrees, saturation: 0.64, 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 #CE2D9F is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 159 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.19 |
| HSL | 317.52º | 0.64% | 0.49% | - |
| HSV(B) | 317.52º | 0.78% | 0.81% | - |
| XYZ | 32.65 | 17.5 | 34.46 | - |
| YUV | 106.14 | 157.84 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 159 | 0 | 0.78 | 0.23 | 0.19 | 317.52 | 0.64 | 0.49 |
| Hex | CE | 2D | 9F | 0 | 4E | 17 | 13 | 13E | 40 | 31 |
| Octal | 316 | 55 | 237 | 0 | 116 | 27 | 23 | 476 | 100 | 61 |
| Binary | 11001110 | 101101 | 10011111 | 0 | 1001110 | 10111 | 10011 | 100111110 | 1000000 | 110001 |
Color Harmonies of #CE2D9F
Complementary color
Monochromatic Colors of #CE2D9F
Black with #CE2D9F
Text Example
Text Example
White with #CE2D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D9F; }
p { color: rgb(206,45,159); }
H1.HeaderClassName
{
color: #CE2D9F;
}
.AnyTagClassName
{
color: #CE2D9F;
}
</style>
background-color css
<style>
a { background-color: #CE2D9F; }
a { background-color: rgb(206,45,159); }
div.DivClassName
{
background-color: #CE2D9F;
}
.BgClassName
{
background-color: #CE2D9F;
}
</style>
border-color css
<style>
span { border-color: #CE2D9F; }
span { border-color: rgb(206,45,159); }
td.TdClassName
{
border-color: #CE2D9F;
}
.TagClassName
{
border-color: #CE2D9F;
}
</style>