Shades of Deep Magenta #CE0AD1
Tints of Deep Magenta #CE0AD1
RGB
CMYK
RGB Variations
Color information
#CE0AD1 (or 0xCE0AD1) is known color: Deep Magenta. HEX triplet: CE, 0A and D1. RGB value is (206,10,209). Sum of RGB (Red+Green+Blue) = 206+10+209=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE0AD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0AD1 is #31F52E. Grayscale: #5A5A5A. Windows color (decimal): -3274031 or 13699790. OLE color: 13699790.
HSL color Cylindrical-coordinate representation of color #CE0AD1: hue angle of 299.1º 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 #CE0AD1 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 10 | 209 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.18 |
| HSL | 299.1º | 0.91% | 0.43% | - |
| HSV(B) | 299.1º | 0.95% | 0.82% | - |
| XYZ | 37.07 | 17.94 | 61.83 | - |
| YUV | 91.29 | 194.43 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 209 | 0.01 | 0.95 | 0 | 0.18 | 299.1 | 0.91 | 0.43 |
| Hex | CE | A | D1 | 1 | 5F | 0 | 12 | 12B | 5B | 2B |
| Octal | 316 | 12 | 321 | 1 | 137 | 0 | 22 | 453 | 133 | 53 |
| Binary | 11001110 | 1010 | 11010001 | 1 | 1011111 | 0 | 10010 | 100101011 | 1011011 | 101011 |
Color Harmonies of #CE0AD1
Complementary color
Monochromatic Colors of #CE0AD1
Black with #CE0AD1
Text Example
Text Example
White with #CE0AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0AD1; }
p { color: rgb(206,10,209); }
H1.HeaderClassName
{
color: #CE0AD1;
}
.AnyTagClassName
{
color: #CE0AD1;
}
</style>
background-color css
<style>
a { background-color: #CE0AD1; }
a { background-color: rgb(206,10,209); }
div.DivClassName
{
background-color: #CE0AD1;
}
.BgClassName
{
background-color: #CE0AD1;
}
</style>
border-color css
<style>
span { border-color: #CE0AD1; }
span { border-color: rgb(206,10,209); }
td.TdClassName
{
border-color: #CE0AD1;
}
.TagClassName
{
border-color: #CE0AD1;
}
</style>