Shades of Deep Cerise #CE2DA0
Tints of Deep Cerise #CE2DA0
RGB
CMYK
RGB Variations
Color information
#CE2DA0 (or 0xCE2DA0) is known color: Deep Cerise. HEX triplet: CE, 2D and A0. RGB value is (206,45,160). Sum of RGB (Red+Green+Blue) = 206+45+160=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2DA0 is #31D25F. Grayscale: #696969. Windows color (decimal): -3265120 or 10497486. OLE color: 10497486.
HSL color Cylindrical-coordinate representation of color #CE2DA0: hue angle of 317.14º 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 #CE2DA0 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 160 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.19 |
| HSL | 317.14º | 0.64% | 0.49% | - |
| HSV(B) | 317.14º | 0.78% | 0.81% | - |
| XYZ | 32.74 | 17.54 | 34.92 | - |
| YUV | 106.25 | 158.34 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 160 | 0 | 0.78 | 0.22 | 0.19 | 317.14 | 0.64 | 0.49 |
| Hex | CE | 2D | A0 | 0 | 4E | 16 | 13 | 13D | 40 | 31 |
| Octal | 316 | 55 | 240 | 0 | 116 | 26 | 23 | 475 | 100 | 61 |
| Binary | 11001110 | 101101 | 10100000 | 0 | 1001110 | 10110 | 10011 | 100111101 | 1000000 | 110001 |
Color Harmonies of #CE2DA0
Complementary color
Monochromatic Colors of #CE2DA0
Black with #CE2DA0
Text Example
Text Example
White with #CE2DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DA0; }
p { color: rgb(206,45,160); }
H1.HeaderClassName
{
color: #CE2DA0;
}
.AnyTagClassName
{
color: #CE2DA0;
}
</style>
background-color css
<style>
a { background-color: #CE2DA0; }
a { background-color: rgb(206,45,160); }
div.DivClassName
{
background-color: #CE2DA0;
}
.BgClassName
{
background-color: #CE2DA0;
}
</style>
border-color css
<style>
span { border-color: #CE2DA0; }
span { border-color: rgb(206,45,160); }
td.TdClassName
{
border-color: #CE2DA0;
}
.TagClassName
{
border-color: #CE2DA0;
}
</style>