Shades of Deep Magenta #CD0ED4
Tints of Deep Magenta #CD0ED4
RGB
CMYK
RGB Variations
Color information
#CD0ED4 (or 0xCD0ED4) is known color: Deep Magenta. HEX triplet: CD, 0E and D4. RGB value is (205,14,212). Sum of RGB (Red+Green+Blue) = 205+14+212=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 212 (83.20% from 255 or 49.19% from 431); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD0ED4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0ED4 is #32F12B. Grayscale: #5D5D5D. Windows color (decimal): -3338540 or 13897421. OLE color: 13897421.
HSL color Cylindrical-coordinate representation of color #CD0ED4: hue angle of 297.88º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD0ED4 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 14 | 212 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.17 |
| HSL | 297.88º | 0.88% | 0.44% | - |
| HSV(B) | 297.88º | 0.93% | 0.83% | - |
| XYZ | 37.22 | 18.05 | 63.81 | - |
| YUV | 93.68 | 194.78 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 14 | 212 | 0.03 | 0.93 | 0 | 0.17 | 297.88 | 0.88 | 0.44 |
| Hex | CD | E | D4 | 3 | 5D | 0 | 11 | 12A | 58 | 2C |
| Octal | 315 | 16 | 324 | 3 | 135 | 0 | 21 | 452 | 130 | 54 |
| Binary | 11001101 | 1110 | 11010100 | 11 | 1011101 | 0 | 10001 | 100101010 | 1011000 | 101100 |
Color Harmonies of #CD0ED4
Complementary color
Monochromatic Colors of #CD0ED4
Black with #CD0ED4
Text Example
Text Example
White with #CD0ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0ED4; }
p { color: rgb(205,14,212); }
H1.HeaderClassName
{
color: #CD0ED4;
}
.AnyTagClassName
{
color: #CD0ED4;
}
</style>
background-color css
<style>
a { background-color: #CD0ED4; }
a { background-color: rgb(205,14,212); }
div.DivClassName
{
background-color: #CD0ED4;
}
.BgClassName
{
background-color: #CD0ED4;
}
</style>
border-color css
<style>
span { border-color: #CD0ED4; }
span { border-color: rgb(205,14,212); }
td.TdClassName
{
border-color: #CD0ED4;
}
.TagClassName
{
border-color: #CD0ED4;
}
</style>