Shades of Deep Magenta #CE0AD4
Tints of Deep Magenta #CE0AD4
RGB
CMYK
RGB Variations
Color information
#CE0AD4 (or 0xCE0AD4) is known color: Deep Magenta. HEX triplet: CE, 0A and D4. RGB value is (206,10,212). Sum of RGB (Red+Green+Blue) = 206+10+212=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 212 (83.20% from 255 or 49.53% from 428); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE0AD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0AD4 is #31F52B. Grayscale: #5B5B5B. Windows color (decimal): -3274028 or 13896398. OLE color: 13896398.
HSL color Cylindrical-coordinate representation of color #CE0AD4: hue angle of 298.22º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0AD4 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 10 | 212 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.17 |
| HSL | 298.22º | 0.91% | 0.44% | - |
| HSV(B) | 298.22º | 0.95% | 0.83% | - |
| XYZ | 37.45 | 18.09 | 63.81 | - |
| YUV | 91.63 | 195.93 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 212 | 0.03 | 0.95 | 0 | 0.17 | 298.22 | 0.91 | 0.44 |
| Hex | CE | A | D4 | 3 | 5F | 0 | 11 | 12A | 5B | 2C |
| Octal | 316 | 12 | 324 | 3 | 137 | 0 | 21 | 452 | 133 | 54 |
| Binary | 11001110 | 1010 | 11010100 | 11 | 1011111 | 0 | 10001 | 100101010 | 1011011 | 101100 |
Color Harmonies of #CE0AD4
Complementary color
Monochromatic Colors of #CE0AD4
Black with #CE0AD4
Text Example
Text Example
White with #CE0AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0AD4; }
p { color: rgb(206,10,212); }
H1.HeaderClassName
{
color: #CE0AD4;
}
.AnyTagClassName
{
color: #CE0AD4;
}
</style>
background-color css
<style>
a { background-color: #CE0AD4; }
a { background-color: rgb(206,10,212); }
div.DivClassName
{
background-color: #CE0AD4;
}
.BgClassName
{
background-color: #CE0AD4;
}
</style>
border-color css
<style>
span { border-color: #CE0AD4; }
span { border-color: rgb(206,10,212); }
td.TdClassName
{
border-color: #CE0AD4;
}
.TagClassName
{
border-color: #CE0AD4;
}
</style>