Shades of Deep Magenta #CD20AF
Tints of Deep Magenta #CD20AF
RGB
CMYK
RGB Variations
Color information
#CD20AF (or 0xCD20AF) is known color: Deep Magenta. HEX triplet: CD, 20 and AF. RGB value is (205,32,175). Sum of RGB (Red+Green+Blue) = 205+32+175=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD20AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD20AF is #32DF50. Grayscale: #636363. Windows color (decimal): -3333969 or 11477197. OLE color: 11477197.
HSL color Cylindrical-coordinate representation of color #CD20AF: hue angle of 310.4º 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 #CD20AF is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 175 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.20 |
| HSL | 310.4º | 0.73% | 0.46% | - |
| HSV(B) | 310.4º | 0.84% | 0.8% | - |
| XYZ | 33.43 | 17.11 | 42.1 | - |
| YUV | 100.03 | 170.31 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 175 | 0 | 0.84 | 0.15 | 0.20 | 310.4 | 0.73 | 0.46 |
| Hex | CD | 20 | AF | 0 | 54 | F | 14 | 136 | 49 | 2E |
| Octal | 315 | 40 | 257 | 0 | 124 | 17 | 24 | 466 | 111 | 56 |
| Binary | 11001101 | 100000 | 10101111 | 0 | 1010100 | 1111 | 10100 | 100110110 | 1001001 | 101110 |
Color Harmonies of #CD20AF
Complementary color
Monochromatic Colors of #CD20AF
Black with #CD20AF
Text Example
Text Example
White with #CD20AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD20AF; }
p { color: rgb(205,32,175); }
H1.HeaderClassName
{
color: #CD20AF;
}
.AnyTagClassName
{
color: #CD20AF;
}
</style>
background-color css
<style>
a { background-color: #CD20AF; }
a { background-color: rgb(205,32,175); }
div.DivClassName
{
background-color: #CD20AF;
}
.BgClassName
{
background-color: #CD20AF;
}
</style>
border-color css
<style>
span { border-color: #CD20AF; }
span { border-color: rgb(205,32,175); }
td.TdClassName
{
border-color: #CD20AF;
}
.TagClassName
{
border-color: #CD20AF;
}
</style>