Shades of Deep Magenta #AF10C9
Tints of Deep Magenta #AF10C9
RGB
CMYK
RGB Variations
Color information
#AF10C9 (or 0xAF10C9) is known color: Deep Magenta. HEX triplet: AF, 10 and C9. RGB value is (175,16,201). Sum of RGB (Red+Green+Blue) = 175+16+201=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF10C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10C9 is #50EF36. Grayscale: #545454. Windows color (decimal): -5304119 or 13177007. OLE color: 13177007.
HSL color Cylindrical-coordinate representation of color #AF10C9: hue angle of 291.57º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF10C9 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 16 | 201 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.21 |
| HSL | 291.57º | 0.85% | 0.43% | - |
| HSV(B) | 291.57º | 0.92% | 0.79% | - |
| XYZ | 28.41 | 13.7 | 56.41 | - |
| YUV | 84.63 | 193.68 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 201 | 0.13 | 0.92 | 0 | 0.21 | 291.57 | 0.85 | 0.43 |
| Hex | AF | 10 | C9 | D | 5C | 0 | 15 | 124 | 55 | 2B |
| Octal | 257 | 20 | 311 | 15 | 134 | 0 | 25 | 444 | 125 | 53 |
| Binary | 10101111 | 10000 | 11001001 | 1101 | 1011100 | 0 | 10101 | 100100100 | 1010101 | 101011 |
Color Harmonies of #AF10C9
Complementary color
Monochromatic Colors of #AF10C9
Black with #AF10C9
Text Example
Text Example
White with #AF10C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10C9; }
p { color: rgb(175,16,201); }
H1.HeaderClassName
{
color: #AF10C9;
}
.AnyTagClassName
{
color: #AF10C9;
}
</style>
background-color css
<style>
a { background-color: #AF10C9; }
a { background-color: rgb(175,16,201); }
div.DivClassName
{
background-color: #AF10C9;
}
.BgClassName
{
background-color: #AF10C9;
}
</style>
border-color css
<style>
span { border-color: #AF10C9; }
span { border-color: rgb(175,16,201); }
td.TdClassName
{
border-color: #AF10C9;
}
.TagClassName
{
border-color: #AF10C9;
}
</style>