Shades of Deep Magenta #CE0AD0
Tints of Deep Magenta #CE0AD0
RGB
CMYK
RGB Variations
Color information
#CE0AD0 (or 0xCE0AD0) is known color: Deep Magenta. HEX triplet: CE, 0A and D0. RGB value is (206,10,208). Sum of RGB (Red+Green+Blue) = 206+10+208=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE0AD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0AD0 is #31F52F. Grayscale: #5A5A5A. Windows color (decimal): -3274032 or 13634254. OLE color: 13634254.
HSL color Cylindrical-coordinate representation of color #CE0AD0: hue angle of 299.39º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0AD0 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 10 | 208 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.18 |
| HSL | 299.39º | 0.91% | 0.43% | - |
| HSV(B) | 299.39º | 0.95% | 0.82% | - |
| XYZ | 36.95 | 17.89 | 61.18 | - |
| YUV | 91.18 | 193.93 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 208 | 0.01 | 0.95 | 0 | 0.18 | 299.39 | 0.91 | 0.43 |
| Hex | CE | A | D0 | 1 | 5F | 0 | 12 | 12B | 5B | 2B |
| Octal | 316 | 12 | 320 | 1 | 137 | 0 | 22 | 453 | 133 | 53 |
| Binary | 11001110 | 1010 | 11010000 | 1 | 1011111 | 0 | 10010 | 100101011 | 1011011 | 101011 |
Color Harmonies of #CE0AD0
Complementary color
Monochromatic Colors of #CE0AD0
Black with #CE0AD0
Text Example
Text Example
White with #CE0AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0AD0; }
p { color: rgb(206,10,208); }
H1.HeaderClassName
{
color: #CE0AD0;
}
.AnyTagClassName
{
color: #CE0AD0;
}
</style>
background-color css
<style>
a { background-color: #CE0AD0; }
a { background-color: rgb(206,10,208); }
div.DivClassName
{
background-color: #CE0AD0;
}
.BgClassName
{
background-color: #CE0AD0;
}
</style>
border-color css
<style>
span { border-color: #CE0AD0; }
span { border-color: rgb(206,10,208); }
td.TdClassName
{
border-color: #CE0AD0;
}
.TagClassName
{
border-color: #CE0AD0;
}
</style>