Shades of Deep Magenta #CD20DC
Tints of Deep Magenta #CD20DC
RGB
CMYK
RGB Variations
Color information
#CD20DC (or 0xCD20DC) is known color: Deep Magenta. HEX triplet: CD, 20 and DC. RGB value is (205,32,220). Sum of RGB (Red+Green+Blue) = 205+32+220=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD20DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD20DC is #32DF23. Grayscale: #686868. Windows color (decimal): -3333924 or 14426317. OLE color: 14426317.
HSL color Cylindrical-coordinate representation of color #CD20DC: hue angle of 295.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD20DC is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 32 | 220 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.14 |
| HSL | 295.21º | 0.75% | 0.49% | - |
| HSV(B) | 295.21º | 0.85% | 0.86% | - |
| XYZ | 38.61 | 19.18 | 69.38 | - |
| YUV | 105.16 | 192.81 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 220 | 0.07 | 0.85 | 0 | 0.14 | 295.21 | 0.75 | 0.49 |
| Hex | CD | 20 | DC | 7 | 55 | 0 | E | 127 | 4B | 31 |
| Octal | 315 | 40 | 334 | 7 | 125 | 0 | 16 | 447 | 113 | 61 |
| Binary | 11001101 | 100000 | 11011100 | 111 | 1010101 | 0 | 1110 | 100100111 | 1001011 | 110001 |
Color Harmonies of #CD20DC
Complementary color
Monochromatic Colors of #CD20DC
Black with #CD20DC
Text Example
Text Example
White with #CD20DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD20DC; }
p { color: rgb(205,32,220); }
H1.HeaderClassName
{
color: #CD20DC;
}
.AnyTagClassName
{
color: #CD20DC;
}
</style>
background-color css
<style>
a { background-color: #CD20DC; }
a { background-color: rgb(205,32,220); }
div.DivClassName
{
background-color: #CD20DC;
}
.BgClassName
{
background-color: #CD20DC;
}
</style>
border-color css
<style>
span { border-color: #CD20DC; }
span { border-color: rgb(205,32,220); }
td.TdClassName
{
border-color: #CD20DC;
}
.TagClassName
{
border-color: #CD20DC;
}
</style>