Shades of Deep Magenta #CE2AD8
Tints of Deep Magenta #CE2AD8
RGB
CMYK
RGB Variations
Color information
#CE2AD8 (or 0xCE2AD8) is known color: Deep Magenta. HEX triplet: CE, 2A and D8. RGB value is (206,42,216). Sum of RGB (Red+Green+Blue) = 206+42+216=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE2AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2AD8 is #31D527. Grayscale: #6E6E6E. Windows color (decimal): -3265832 or 14166734. OLE color: 14166734.
HSL color Cylindrical-coordinate representation of color #CE2AD8: hue angle of 296.55º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2AD8 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 42 | 216 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.15 |
| HSL | 296.55º | 0.69% | 0.51% | - |
| HSV(B) | 296.55º | 0.81% | 0.85% | - |
| XYZ | 38.68 | 19.74 | 66.74 | - |
| YUV | 110.87 | 187.33 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 216 | 0.05 | 0.81 | 0 | 0.15 | 296.55 | 0.69 | 0.51 |
| Hex | CE | 2A | D8 | 5 | 51 | 0 | F | 129 | 45 | 33 |
| Octal | 316 | 52 | 330 | 5 | 121 | 0 | 17 | 451 | 105 | 63 |
| Binary | 11001110 | 101010 | 11011000 | 101 | 1010001 | 0 | 1111 | 100101001 | 1000101 | 110011 |
Color Harmonies of #CE2AD8
Complementary color
Monochromatic Colors of #CE2AD8
Black with #CE2AD8
Text Example
Text Example
White with #CE2AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2AD8; }
p { color: rgb(206,42,216); }
H1.HeaderClassName
{
color: #CE2AD8;
}
.AnyTagClassName
{
color: #CE2AD8;
}
</style>
background-color css
<style>
a { background-color: #CE2AD8; }
a { background-color: rgb(206,42,216); }
div.DivClassName
{
background-color: #CE2AD8;
}
.BgClassName
{
background-color: #CE2AD8;
}
</style>
border-color css
<style>
span { border-color: #CE2AD8; }
span { border-color: rgb(206,42,216); }
td.TdClassName
{
border-color: #CE2AD8;
}
.TagClassName
{
border-color: #CE2AD8;
}
</style>