Shades of Deep Magenta #CD20DF
Tints of Deep Magenta #CD20DF
RGB
CMYK
RGB Variations
Color information
#CD20DF (or 0xCD20DF) is known color: Deep Magenta. HEX triplet: CD, 20 and DF. RGB value is (205,32,223). Sum of RGB (Red+Green+Blue) = 205+32+223=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD20DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD20DF is #32DF20. Grayscale: #686868. Windows color (decimal): -3333921 or 14622925. OLE color: 14622925.
HSL color Cylindrical-coordinate representation of color #CD20DF: hue angle of 294.35º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD20DF is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 32 | 223 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.13 |
| HSL | 294.35º | 0.75% | 0.5% | - |
| HSV(B) | 294.35º | 0.86% | 0.87% | - |
| XYZ | 39.01 | 19.34 | 71.49 | - |
| YUV | 105.5 | 194.31 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 223 | 0.08 | 0.86 | 0 | 0.13 | 294.35 | 0.75 | 0.5 |
| Hex | CD | 20 | DF | 8 | 56 | 0 | D | 126 | 4B | 32 |
| Octal | 315 | 40 | 337 | 10 | 126 | 0 | 15 | 446 | 113 | 62 |
| Binary | 11001101 | 100000 | 11011111 | 1000 | 1010110 | 0 | 1101 | 100100110 | 1001011 | 110010 |
Color Harmonies of #CD20DF
Complementary color
Monochromatic Colors of #CD20DF
Black with #CD20DF
Text Example
Text Example
White with #CD20DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD20DF; }
p { color: rgb(205,32,223); }
H1.HeaderClassName
{
color: #CD20DF;
}
.AnyTagClassName
{
color: #CD20DF;
}
</style>
background-color css
<style>
a { background-color: #CD20DF; }
a { background-color: rgb(205,32,223); }
div.DivClassName
{
background-color: #CD20DF;
}
.BgClassName
{
background-color: #CD20DF;
}
</style>
border-color css
<style>
span { border-color: #CD20DF; }
span { border-color: rgb(205,32,223); }
td.TdClassName
{
border-color: #CD20DF;
}
.TagClassName
{
border-color: #CD20DF;
}
</style>