Shades of Deep Magenta #CD0EDC
Tints of Deep Magenta #CD0EDC
RGB
CMYK
RGB Variations
Color information
#CD0EDC (or 0xCD0EDC) is known color: Deep Magenta. HEX triplet: CD, 0E and DC. RGB value is (205,14,220). Sum of RGB (Red+Green+Blue) = 205+14+220=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD0EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0EDC is #32F123. Grayscale: #5D5D5D. Windows color (decimal): -3338532 or 14421709. OLE color: 14421709.
HSL color Cylindrical-coordinate representation of color #CD0EDC: hue angle of 295.63º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0EDC is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 14 | 220 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.14 |
| HSL | 295.63º | 0.88% | 0.46% | - |
| HSV(B) | 295.63º | 0.94% | 0.86% | - |
| XYZ | 38.25 | 18.46 | 69.26 | - |
| YUV | 94.59 | 198.78 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 14 | 220 | 0.07 | 0.94 | 0 | 0.14 | 295.63 | 0.88 | 0.46 |
| Hex | CD | E | DC | 7 | 5E | 0 | E | 128 | 58 | 2E |
| Octal | 315 | 16 | 334 | 7 | 136 | 0 | 16 | 450 | 130 | 56 |
| Binary | 11001101 | 1110 | 11011100 | 111 | 1011110 | 0 | 1110 | 100101000 | 1011000 | 101110 |
Color Harmonies of #CD0EDC
Complementary color
Monochromatic Colors of #CD0EDC
Black with #CD0EDC
Text Example
Text Example
White with #CD0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0EDC; }
p { color: rgb(205,14,220); }
H1.HeaderClassName
{
color: #CD0EDC;
}
.AnyTagClassName
{
color: #CD0EDC;
}
</style>
background-color css
<style>
a { background-color: #CD0EDC; }
a { background-color: rgb(205,14,220); }
div.DivClassName
{
background-color: #CD0EDC;
}
.BgClassName
{
background-color: #CD0EDC;
}
</style>
border-color css
<style>
span { border-color: #CD0EDC; }
span { border-color: rgb(205,14,220); }
td.TdClassName
{
border-color: #CD0EDC;
}
.TagClassName
{
border-color: #CD0EDC;
}
</style>