Shades of Deep Magenta #CD20C2
Tints of Deep Magenta #CD20C2
RGB
CMYK
RGB Variations
Color information
#CD20C2 (or 0xCD20C2) is known color: Deep Magenta. HEX triplet: CD, 20 and C2. RGB value is (205,32,194). Sum of RGB (Red+Green+Blue) = 205+32+194=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD20C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD20C2 is #32DF3D. Grayscale: #656565. Windows color (decimal): -3333950 or 12722381. OLE color: 12722381.
HSL color Cylindrical-coordinate representation of color #CD20C2: hue angle of 303.82º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD20C2 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 194 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.20 |
| HSL | 303.82º | 0.73% | 0.46% | - |
| HSV(B) | 303.82º | 0.84% | 0.8% | - |
| XYZ | 35.43 | 17.91 | 52.63 | - |
| YUV | 102.2 | 179.81 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 194 | 0 | 0.84 | 0.05 | 0.20 | 303.82 | 0.73 | 0.46 |
| Hex | CD | 20 | C2 | 0 | 54 | 5 | 14 | 130 | 49 | 2E |
| Octal | 315 | 40 | 302 | 0 | 124 | 5 | 24 | 460 | 111 | 56 |
| Binary | 11001101 | 100000 | 11000010 | 0 | 1010100 | 101 | 10100 | 100110000 | 1001001 | 101110 |
Color Harmonies of #CD20C2
Complementary color
Monochromatic Colors of #CD20C2
Black with #CD20C2
Text Example
Text Example
White with #CD20C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD20C2; }
p { color: rgb(205,32,194); }
H1.HeaderClassName
{
color: #CD20C2;
}
.AnyTagClassName
{
color: #CD20C2;
}
</style>
background-color css
<style>
a { background-color: #CD20C2; }
a { background-color: rgb(205,32,194); }
div.DivClassName
{
background-color: #CD20C2;
}
.BgClassName
{
background-color: #CD20C2;
}
</style>
border-color css
<style>
span { border-color: #CD20C2; }
span { border-color: rgb(205,32,194); }
td.TdClassName
{
border-color: #CD20C2;
}
.TagClassName
{
border-color: #CD20C2;
}
</style>