Shades of Deep Magenta #CD17AF
Tints of Deep Magenta #CD17AF
RGB
CMYK
RGB Variations
Color information
#CD17AF (or 0xCD17AF) is known color: Deep Magenta. HEX triplet: CD, 17 and AF. RGB value is (205,23,175). Sum of RGB (Red+Green+Blue) = 205+23+175=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD17AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD17AF is #32E850. Grayscale: #5E5E5E. Windows color (decimal): -3336273 or 11474893. OLE color: 11474893.
HSL color Cylindrical-coordinate representation of color #CD17AF: hue angle of 309.89º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD17AF is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 23 | 175 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.20 |
| HSL | 309.89º | 0.8% | 0.45% | - |
| HSV(B) | 309.89º | 0.89% | 0.8% | - |
| XYZ | 33.22 | 16.69 | 42.03 | - |
| YUV | 94.75 | 173.3 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 23 | 175 | 0 | 0.89 | 0.15 | 0.20 | 309.89 | 0.8 | 0.45 |
| Hex | CD | 17 | AF | 0 | 59 | F | 14 | 136 | 50 | 2D |
| Octal | 315 | 27 | 257 | 0 | 131 | 17 | 24 | 466 | 120 | 55 |
| Binary | 11001101 | 10111 | 10101111 | 0 | 1011001 | 1111 | 10100 | 100110110 | 1010000 | 101101 |
Color Harmonies of #CD17AF
Complementary color
Monochromatic Colors of #CD17AF
Black with #CD17AF
Text Example
Text Example
White with #CD17AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD17AF; }
p { color: rgb(205,23,175); }
H1.HeaderClassName
{
color: #CD17AF;
}
.AnyTagClassName
{
color: #CD17AF;
}
</style>
background-color css
<style>
a { background-color: #CD17AF; }
a { background-color: rgb(205,23,175); }
div.DivClassName
{
background-color: #CD17AF;
}
.BgClassName
{
background-color: #CD17AF;
}
</style>
border-color css
<style>
span { border-color: #CD17AF; }
span { border-color: rgb(205,23,175); }
td.TdClassName
{
border-color: #CD17AF;
}
.TagClassName
{
border-color: #CD17AF;
}
</style>