Shades of Deep Cerise #CE2AA8
Tints of Deep Cerise #CE2AA8
RGB
CMYK
RGB Variations
Color information
#CE2AA8 (or 0xCE2AA8) is known color: Deep Cerise. HEX triplet: CE, 2A and A8. RGB value is (206,42,168). Sum of RGB (Red+Green+Blue) = 206+42+168=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2AA8 is #31D557. Grayscale: #696969. Windows color (decimal): -3265880 or 11021006. OLE color: 11021006.
HSL color Cylindrical-coordinate representation of color #CE2AA8: hue angle of 313.9º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2AA8 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 168 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.19 |
| HSL | 313.9º | 0.66% | 0.49% | - |
| HSV(B) | 313.9º | 0.8% | 0.81% | - |
| XYZ | 33.35 | 17.6 | 38.69 | - |
| YUV | 105.4 | 163.33 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 168 | 0 | 0.80 | 0.18 | 0.19 | 313.9 | 0.66 | 0.49 |
| Hex | CE | 2A | A8 | 0 | 50 | 12 | 13 | 13A | 42 | 31 |
| Octal | 316 | 52 | 250 | 0 | 120 | 22 | 23 | 472 | 102 | 61 |
| Binary | 11001110 | 101010 | 10101000 | 0 | 1010000 | 10010 | 10011 | 100111010 | 1000010 | 110001 |
Color Harmonies of #CE2AA8
Complementary color
Monochromatic Colors of #CE2AA8
Black with #CE2AA8
Text Example
Text Example
White with #CE2AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2AA8; }
p { color: rgb(206,42,168); }
H1.HeaderClassName
{
color: #CE2AA8;
}
.AnyTagClassName
{
color: #CE2AA8;
}
</style>
background-color css
<style>
a { background-color: #CE2AA8; }
a { background-color: rgb(206,42,168); }
div.DivClassName
{
background-color: #CE2AA8;
}
.BgClassName
{
background-color: #CE2AA8;
}
</style>
border-color css
<style>
span { border-color: #CE2AA8; }
span { border-color: rgb(206,42,168); }
td.TdClassName
{
border-color: #CE2AA8;
}
.TagClassName
{
border-color: #CE2AA8;
}
</style>