Shades of Deep Magenta #CD20CF
Tints of Deep Magenta #CD20CF
RGB
CMYK
RGB Variations
Color information
#CD20CF (or 0xCD20CF) is known color: Deep Magenta. HEX triplet: CD, 20 and CF. RGB value is (205,32,207). Sum of RGB (Red+Green+Blue) = 205+32+207=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 32 (12.89% from 255 or 7.21% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD20CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD20CF is #32DF30. Grayscale: #676767. Windows color (decimal): -3333937 or 13574349. OLE color: 13574349.
HSL color Cylindrical-coordinate representation of color #CD20CF: hue angle of 299.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD20CF is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 32 | 207 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.19 |
| HSL | 299.31º | 0.73% | 0.47% | - |
| HSV(B) | 299.31º | 0.85% | 0.81% | - |
| XYZ | 36.96 | 18.52 | 60.66 | - |
| YUV | 103.68 | 186.31 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 207 | 0.01 | 0.85 | 0 | 0.19 | 299.31 | 0.73 | 0.47 |
| Hex | CD | 20 | CF | 1 | 55 | 0 | 13 | 12B | 49 | 2F |
| Octal | 315 | 40 | 317 | 1 | 125 | 0 | 23 | 453 | 111 | 57 |
| Binary | 11001101 | 100000 | 11001111 | 1 | 1010101 | 0 | 10011 | 100101011 | 1001001 | 101111 |
Color Harmonies of #CD20CF
Complementary color
Monochromatic Colors of #CD20CF
Black with #CD20CF
Text Example
Text Example
White with #CD20CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD20CF; }
p { color: rgb(205,32,207); }
H1.HeaderClassName
{
color: #CD20CF;
}
.AnyTagClassName
{
color: #CD20CF;
}
</style>
background-color css
<style>
a { background-color: #CD20CF; }
a { background-color: rgb(205,32,207); }
div.DivClassName
{
background-color: #CD20CF;
}
.BgClassName
{
background-color: #CD20CF;
}
</style>
border-color css
<style>
span { border-color: #CD20CF; }
span { border-color: rgb(205,32,207); }
td.TdClassName
{
border-color: #CD20CF;
}
.TagClassName
{
border-color: #CD20CF;
}
</style>