Shades of Deep Magenta #CD20C5
Tints of Deep Magenta #CD20C5
RGB
CMYK
RGB Variations
Color information
#CD20C5 (or 0xCD20C5) is known color: Deep Magenta. HEX triplet: CD, 20 and C5. RGB value is (205,32,197). Sum of RGB (Red+Green+Blue) = 205+32+197=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD20C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD20C5 is #32DF3A. Grayscale: #666666. Windows color (decimal): -3333947 or 12918989. OLE color: 12918989.
HSL color Cylindrical-coordinate representation of color #CD20C5: hue angle of 302.77º 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 #CD20C5 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 197 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.20 |
| HSL | 302.77º | 0.73% | 0.46% | - |
| HSV(B) | 302.77º | 0.84% | 0.8% | - |
| XYZ | 35.77 | 18.04 | 54.42 | - |
| YUV | 102.54 | 181.31 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 197 | 0 | 0.84 | 0.04 | 0.20 | 302.77 | 0.73 | 0.46 |
| Hex | CD | 20 | C5 | 0 | 54 | 4 | 14 | 12F | 49 | 2E |
| Octal | 315 | 40 | 305 | 0 | 124 | 4 | 24 | 457 | 111 | 56 |
| Binary | 11001101 | 100000 | 11000101 | 0 | 1010100 | 100 | 10100 | 100101111 | 1001001 | 101110 |
Color Harmonies of #CD20C5
Complementary color
Monochromatic Colors of #CD20C5
Black with #CD20C5
Text Example
Text Example
White with #CD20C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD20C5; }
p { color: rgb(205,32,197); }
H1.HeaderClassName
{
color: #CD20C5;
}
.AnyTagClassName
{
color: #CD20C5;
}
</style>
background-color css
<style>
a { background-color: #CD20C5; }
a { background-color: rgb(205,32,197); }
div.DivClassName
{
background-color: #CD20C5;
}
.BgClassName
{
background-color: #CD20C5;
}
</style>
border-color css
<style>
span { border-color: #CD20C5; }
span { border-color: rgb(205,32,197); }
td.TdClassName
{
border-color: #CD20C5;
}
.TagClassName
{
border-color: #CD20C5;
}
</style>