Shades of Deep Magenta #CD21DC
Tints of Deep Magenta #CD21DC
RGB
CMYK
RGB Variations
Color information
#CD21DC (or 0xCD21DC) is known color: Deep Magenta. HEX triplet: CD, 21 and DC. RGB value is (205,33,220). Sum of RGB (Red+Green+Blue) = 205+33+220=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD21DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD21DC is #32DE23. Grayscale: #696969. Windows color (decimal): -3333668 or 14426573. OLE color: 14426573.
HSL color Cylindrical-coordinate representation of color #CD21DC: hue angle of 295.19º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD21DC is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 33 | 220 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.14 |
| HSL | 295.19º | 0.74% | 0.5% | - |
| HSV(B) | 295.19º | 0.85% | 0.86% | - |
| XYZ | 38.64 | 19.23 | 69.39 | - |
| YUV | 105.75 | 192.48 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 33 | 220 | 0.07 | 0.85 | 0 | 0.14 | 295.19 | 0.74 | 0.5 |
| Hex | CD | 21 | DC | 7 | 55 | 0 | E | 127 | 4A | 32 |
| Octal | 315 | 41 | 334 | 7 | 125 | 0 | 16 | 447 | 112 | 62 |
| Binary | 11001101 | 100001 | 11011100 | 111 | 1010101 | 0 | 1110 | 100100111 | 1001010 | 110010 |
Color Harmonies of #CD21DC
Complementary color
Monochromatic Colors of #CD21DC
Black with #CD21DC
Text Example
Text Example
White with #CD21DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD21DC; }
p { color: rgb(205,33,220); }
H1.HeaderClassName
{
color: #CD21DC;
}
.AnyTagClassName
{
color: #CD21DC;
}
</style>
background-color css
<style>
a { background-color: #CD21DC; }
a { background-color: rgb(205,33,220); }
div.DivClassName
{
background-color: #CD21DC;
}
.BgClassName
{
background-color: #CD21DC;
}
</style>
border-color css
<style>
span { border-color: #CD21DC; }
span { border-color: rgb(205,33,220); }
td.TdClassName
{
border-color: #CD21DC;
}
.TagClassName
{
border-color: #CD21DC;
}
</style>