Shades of Deep Magenta #CD20CE
Tints of Deep Magenta #CD20CE
RGB
CMYK
RGB Variations
Color information
#CD20CE (or 0xCD20CE) is known color: Deep Magenta. HEX triplet: CD, 20 and CE. RGB value is (205,32,206). Sum of RGB (Red+Green+Blue) = 205+32+206=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD20CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD20CE is #32DF31. Grayscale: #676767. Windows color (decimal): -3333938 or 13508813. OLE color: 13508813.
HSL color Cylindrical-coordinate representation of color #CD20CE: hue angle of 299.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD20CE is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 32 | 206 | - |
| CMYK | 0.00 | 0.84 | 0 | 0.19 |
| HSL | 299.66º | 0.73% | 0.47% | - |
| HSV(B) | 299.66º | 0.84% | 0.81% | - |
| XYZ | 36.83 | 18.47 | 60.02 | - |
| YUV | 103.56 | 185.81 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 206 | 0.00 | 0.84 | 0 | 0.19 | 299.66 | 0.73 | 0.47 |
| Hex | CD | 20 | CE | 0 | 54 | 0 | 13 | 12C | 49 | 2F |
| Octal | 315 | 40 | 316 | 0 | 124 | 0 | 23 | 454 | 111 | 57 |
| Binary | 11001101 | 100000 | 11001110 | 0 | 1010100 | 0 | 10011 | 100101100 | 1001001 | 101111 |
Color Harmonies of #CD20CE
Complementary color
Monochromatic Colors of #CD20CE
Black with #CD20CE
Text Example
Text Example
White with #CD20CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD20CE; }
p { color: rgb(205,32,206); }
H1.HeaderClassName
{
color: #CD20CE;
}
.AnyTagClassName
{
color: #CD20CE;
}
</style>
background-color css
<style>
a { background-color: #CD20CE; }
a { background-color: rgb(205,32,206); }
div.DivClassName
{
background-color: #CD20CE;
}
.BgClassName
{
background-color: #CD20CE;
}
</style>
border-color css
<style>
span { border-color: #CD20CE; }
span { border-color: rgb(205,32,206); }
td.TdClassName
{
border-color: #CD20CE;
}
.TagClassName
{
border-color: #CD20CE;
}
</style>