Shades of Deep Magenta #CD20E1
Tints of Deep Magenta #CD20E1
RGB
CMYK
RGB Variations
Color information
#CD20E1 (or 0xCD20E1) is known color: Deep Magenta. HEX triplet: CD, 20 and E1. RGB value is (205,32,225). Sum of RGB (Red+Green+Blue) = 205+32+225=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD20E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD20E1 is #32DF1E. Grayscale: #696969. Windows color (decimal): -3333919 or 14753997. OLE color: 14753997.
HSL color Cylindrical-coordinate representation of color #CD20E1: hue angle of 293.78º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD20E1 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 32 | 225 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.12 |
| HSL | 293.78º | 0.76% | 0.5% | - |
| HSV(B) | 293.78º | 0.86% | 0.88% | - |
| XYZ | 39.28 | 19.45 | 72.92 | - |
| YUV | 105.73 | 195.31 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 225 | 0.09 | 0.86 | 0 | 0.12 | 293.78 | 0.76 | 0.5 |
| Hex | CD | 20 | E1 | 9 | 56 | 0 | C | 126 | 4C | 32 |
| Octal | 315 | 40 | 341 | 11 | 126 | 0 | 14 | 446 | 114 | 62 |
| Binary | 11001101 | 100000 | 11100001 | 1001 | 1010110 | 0 | 1100 | 100100110 | 1001100 | 110010 |
Color Harmonies of #CD20E1
Complementary color
Monochromatic Colors of #CD20E1
Black with #CD20E1
Text Example
Text Example
White with #CD20E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD20E1; }
p { color: rgb(205,32,225); }
H1.HeaderClassName
{
color: #CD20E1;
}
.AnyTagClassName
{
color: #CD20E1;
}
</style>
background-color css
<style>
a { background-color: #CD20E1; }
a { background-color: rgb(205,32,225); }
div.DivClassName
{
background-color: #CD20E1;
}
.BgClassName
{
background-color: #CD20E1;
}
</style>
border-color css
<style>
span { border-color: #CD20E1; }
span { border-color: rgb(205,32,225); }
td.TdClassName
{
border-color: #CD20E1;
}
.TagClassName
{
border-color: #CD20E1;
}
</style>