Shades of Deep Magenta #CE0ADA
Tints of Deep Magenta #CE0ADA
RGB
CMYK
RGB Variations
Color information
#CE0ADA (or 0xCE0ADA) is known color: Deep Magenta. HEX triplet: CE, 0A and DA. RGB value is (206,10,218). Sum of RGB (Red+Green+Blue) = 206+10+218=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 10 (4.30% from 255 or 2.30% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE0ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0ADA is #31F525. Grayscale: #5B5B5B. Windows color (decimal): -3274022 or 14289614. OLE color: 14289614.
HSL color Cylindrical-coordinate representation of color #CE0ADA: hue angle of 296.54º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0ADA is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 10 | 218 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.15 |
| HSL | 296.54º | 0.91% | 0.45% | - |
| HSV(B) | 296.54º | 0.95% | 0.85% | - |
| XYZ | 38.22 | 18.4 | 67.87 | - |
| YUV | 92.32 | 198.93 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 218 | 0.06 | 0.95 | 0 | 0.15 | 296.54 | 0.91 | 0.45 |
| Hex | CE | A | DA | 6 | 5F | 0 | F | 129 | 5B | 2D |
| Octal | 316 | 12 | 332 | 6 | 137 | 0 | 17 | 451 | 133 | 55 |
| Binary | 11001110 | 1010 | 11011010 | 110 | 1011111 | 0 | 1111 | 100101001 | 1011011 | 101101 |
Color Harmonies of #CE0ADA
Complementary color
Monochromatic Colors of #CE0ADA
Black with #CE0ADA
Text Example
Text Example
White with #CE0ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0ADA; }
p { color: rgb(206,10,218); }
H1.HeaderClassName
{
color: #CE0ADA;
}
.AnyTagClassName
{
color: #CE0ADA;
}
</style>
background-color css
<style>
a { background-color: #CE0ADA; }
a { background-color: rgb(206,10,218); }
div.DivClassName
{
background-color: #CE0ADA;
}
.BgClassName
{
background-color: #CE0ADA;
}
</style>
border-color css
<style>
span { border-color: #CE0ADA; }
span { border-color: rgb(206,10,218); }
td.TdClassName
{
border-color: #CE0ADA;
}
.TagClassName
{
border-color: #CE0ADA;
}
</style>