Shades of Deep Magenta #CD16AF
Tints of Deep Magenta #CD16AF
RGB
CMYK
RGB Variations
Color information
#CD16AF (or 0xCD16AF) is known color: Deep Magenta. HEX triplet: CD, 16 and AF. RGB value is (205,22,175). Sum of RGB (Red+Green+Blue) = 205+22+175=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD16AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD16AF is #32E950. Grayscale: #5D5D5D. Windows color (decimal): -3336529 or 11474637. OLE color: 11474637.
HSL color Cylindrical-coordinate representation of color #CD16AF: hue angle of 309.84º degrees, saturation: 0.81, 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 #CD16AF is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 22 | 175 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.20 |
| HSL | 309.84º | 0.81% | 0.45% | - |
| HSV(B) | 309.84º | 0.89% | 0.8% | - |
| XYZ | 33.2 | 16.65 | 42.02 | - |
| YUV | 94.16 | 173.63 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 22 | 175 | 0 | 0.89 | 0.15 | 0.20 | 309.84 | 0.81 | 0.45 |
| Hex | CD | 16 | AF | 0 | 59 | F | 14 | 136 | 51 | 2D |
| Octal | 315 | 26 | 257 | 0 | 131 | 17 | 24 | 466 | 121 | 55 |
| Binary | 11001101 | 10110 | 10101111 | 0 | 1011001 | 1111 | 10100 | 100110110 | 1010001 | 101101 |
Color Harmonies of #CD16AF
Complementary color
Monochromatic Colors of #CD16AF
Black with #CD16AF
Text Example
Text Example
White with #CD16AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD16AF; }
p { color: rgb(205,22,175); }
H1.HeaderClassName
{
color: #CD16AF;
}
.AnyTagClassName
{
color: #CD16AF;
}
</style>
background-color css
<style>
a { background-color: #CD16AF; }
a { background-color: rgb(205,22,175); }
div.DivClassName
{
background-color: #CD16AF;
}
.BgClassName
{
background-color: #CD16AF;
}
</style>
border-color css
<style>
span { border-color: #CD16AF; }
span { border-color: rgb(205,22,175); }
td.TdClassName
{
border-color: #CD16AF;
}
.TagClassName
{
border-color: #CD16AF;
}
</style>