Shades of Deep Magenta #CD21DF
Tints of Deep Magenta #CD21DF
RGB
CMYK
RGB Variations
Color information
#CD21DF (or 0xCD21DF) is known color: Deep Magenta. HEX triplet: CD, 21 and DF. RGB value is (205,33,223). Sum of RGB (Red+Green+Blue) = 205+33+223=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD21DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD21DF is #32DE20. Grayscale: #696969. Windows color (decimal): -3333665 or 14623181. OLE color: 14623181.
HSL color Cylindrical-coordinate representation of color #CD21DF: hue angle of 294.32º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD21DF is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 33 | 223 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.13 |
| HSL | 294.32º | 0.75% | 0.5% | - |
| HSV(B) | 294.32º | 0.85% | 0.87% | - |
| XYZ | 39.04 | 19.39 | 71.5 | - |
| YUV | 106.09 | 193.98 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 33 | 223 | 0.08 | 0.85 | 0 | 0.13 | 294.32 | 0.75 | 0.5 |
| Hex | CD | 21 | DF | 8 | 55 | 0 | D | 126 | 4B | 32 |
| Octal | 315 | 41 | 337 | 10 | 125 | 0 | 15 | 446 | 113 | 62 |
| Binary | 11001101 | 100001 | 11011111 | 1000 | 1010101 | 0 | 1101 | 100100110 | 1001011 | 110010 |
Color Harmonies of #CD21DF
Complementary color
Monochromatic Colors of #CD21DF
Black with #CD21DF
Text Example
Text Example
White with #CD21DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD21DF; }
p { color: rgb(205,33,223); }
H1.HeaderClassName
{
color: #CD21DF;
}
.AnyTagClassName
{
color: #CD21DF;
}
</style>
background-color css
<style>
a { background-color: #CD21DF; }
a { background-color: rgb(205,33,223); }
div.DivClassName
{
background-color: #CD21DF;
}
.BgClassName
{
background-color: #CD21DF;
}
</style>
border-color css
<style>
span { border-color: #CD21DF; }
span { border-color: rgb(205,33,223); }
td.TdClassName
{
border-color: #CD21DF;
}
.TagClassName
{
border-color: #CD21DF;
}
</style>