Shades of Deep Magenta #CE2AD6
Tints of Deep Magenta #CE2AD6
RGB
CMYK
RGB Variations
Color information
#CE2AD6 (or 0xCE2AD6) is known color: Deep Magenta. HEX triplet: CE, 2A and D6. RGB value is (206,42,214). Sum of RGB (Red+Green+Blue) = 206+42+214=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 42 (16.80% from 255 or 9.09% from 462); Blue value is 214 (83.98% from 255 or 46.32% from 462); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE2AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2AD6 is #31D529. Grayscale: #6E6E6E. Windows color (decimal): -3265834 or 14035662. OLE color: 14035662.
HSL color Cylindrical-coordinate representation of color #CE2AD6: hue angle of 297.21º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2AD6 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 42 | 214 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.16 |
| HSL | 297.21º | 0.68% | 0.5% | - |
| HSV(B) | 297.21º | 0.8% | 0.84% | - |
| XYZ | 38.42 | 19.63 | 65.38 | - |
| YUV | 110.64 | 186.33 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 214 | 0.04 | 0.80 | 0 | 0.16 | 297.21 | 0.68 | 0.5 |
| Hex | CE | 2A | D6 | 4 | 50 | 0 | 10 | 129 | 44 | 32 |
| Octal | 316 | 52 | 326 | 4 | 120 | 0 | 20 | 451 | 104 | 62 |
| Binary | 11001110 | 101010 | 11010110 | 100 | 1010000 | 0 | 10000 | 100101001 | 1000100 | 110010 |
Color Harmonies of #CE2AD6
Complementary color
Monochromatic Colors of #CE2AD6
Black with #CE2AD6
Text Example
Text Example
White with #CE2AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2AD6; }
p { color: rgb(206,42,214); }
H1.HeaderClassName
{
color: #CE2AD6;
}
.AnyTagClassName
{
color: #CE2AD6;
}
</style>
background-color css
<style>
a { background-color: #CE2AD6; }
a { background-color: rgb(206,42,214); }
div.DivClassName
{
background-color: #CE2AD6;
}
.BgClassName
{
background-color: #CE2AD6;
}
</style>
border-color css
<style>
span { border-color: #CE2AD6; }
span { border-color: rgb(206,42,214); }
td.TdClassName
{
border-color: #CE2AD6;
}
.TagClassName
{
border-color: #CE2AD6;
}
</style>