Shades of Deep Magenta #CE2AC9
Tints of Deep Magenta #CE2AC9
RGB
CMYK
RGB Variations
Color information
#CE2AC9 (or 0xCE2AC9) is known color: Deep Magenta. HEX triplet: CE, 2A and C9. RGB value is (206,42,201). Sum of RGB (Red+Green+Blue) = 206+42+201=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 42 (16.80% from 255 or 9.35% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2AC9 is #31D536. Grayscale: #6C6C6C. Windows color (decimal): -3265847 or 13183694. OLE color: 13183694.
HSL color Cylindrical-coordinate representation of color #CE2AC9: hue angle of 301.83º 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 #CE2AC9 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 201 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.19 |
| HSL | 301.83º | 0.66% | 0.49% | - |
| HSV(B) | 301.83º | 0.8% | 0.81% | - |
| XYZ | 36.82 | 18.99 | 56.98 | - |
| YUV | 109.16 | 179.83 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 201 | 0 | 0.80 | 0.02 | 0.19 | 301.83 | 0.66 | 0.49 |
| Hex | CE | 2A | C9 | 0 | 50 | 2 | 13 | 12E | 42 | 31 |
| Octal | 316 | 52 | 311 | 0 | 120 | 2 | 23 | 456 | 102 | 61 |
| Binary | 11001110 | 101010 | 11001001 | 0 | 1010000 | 10 | 10011 | 100101110 | 1000010 | 110001 |
Color Harmonies of #CE2AC9
Complementary color
Monochromatic Colors of #CE2AC9
Black with #CE2AC9
Text Example
Text Example
White with #CE2AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2AC9; }
p { color: rgb(206,42,201); }
H1.HeaderClassName
{
color: #CE2AC9;
}
.AnyTagClassName
{
color: #CE2AC9;
}
</style>
background-color css
<style>
a { background-color: #CE2AC9; }
a { background-color: rgb(206,42,201); }
div.DivClassName
{
background-color: #CE2AC9;
}
.BgClassName
{
background-color: #CE2AC9;
}
</style>
border-color css
<style>
span { border-color: #CE2AC9; }
span { border-color: rgb(206,42,201); }
td.TdClassName
{
border-color: #CE2AC9;
}
.TagClassName
{
border-color: #CE2AC9;
}
</style>