Shades of Deep Magenta #CD0EDA
Tints of Deep Magenta #CD0EDA
RGB
CMYK
RGB Variations
Color information
#CD0EDA (or 0xCD0EDA) is known color: Deep Magenta. HEX triplet: CD, 0E and DA. RGB value is (205,14,218). Sum of RGB (Red+Green+Blue) = 205+14+218=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD0EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0EDA is #32F125. Grayscale: #5D5D5D. Windows color (decimal): -3338534 or 14290637. OLE color: 14290637.
HSL color Cylindrical-coordinate representation of color #CD0EDA: hue angle of 296.18º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0EDA is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 14 | 218 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.15 |
| HSL | 296.18º | 0.88% | 0.45% | - |
| HSV(B) | 296.18º | 0.94% | 0.85% | - |
| XYZ | 37.99 | 18.36 | 67.87 | - |
| YUV | 94.37 | 197.78 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 14 | 218 | 0.06 | 0.94 | 0 | 0.15 | 296.18 | 0.88 | 0.45 |
| Hex | CD | E | DA | 6 | 5E | 0 | F | 128 | 58 | 2D |
| Octal | 315 | 16 | 332 | 6 | 136 | 0 | 17 | 450 | 130 | 55 |
| Binary | 11001101 | 1110 | 11011010 | 110 | 1011110 | 0 | 1111 | 100101000 | 1011000 | 101101 |
Color Harmonies of #CD0EDA
Complementary color
Monochromatic Colors of #CD0EDA
Black with #CD0EDA
Text Example
Text Example
White with #CD0EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0EDA; }
p { color: rgb(205,14,218); }
H1.HeaderClassName
{
color: #CD0EDA;
}
.AnyTagClassName
{
color: #CD0EDA;
}
</style>
background-color css
<style>
a { background-color: #CD0EDA; }
a { background-color: rgb(205,14,218); }
div.DivClassName
{
background-color: #CD0EDA;
}
.BgClassName
{
background-color: #CD0EDA;
}
</style>
border-color css
<style>
span { border-color: #CD0EDA; }
span { border-color: rgb(205,14,218); }
td.TdClassName
{
border-color: #CD0EDA;
}
.TagClassName
{
border-color: #CD0EDA;
}
</style>