Shades of Deep Magenta #AF09C9
Tints of Deep Magenta #AF09C9
RGB
CMYK
RGB Variations
Color information
#AF09C9 (or 0xAF09C9) is known color: Deep Magenta. HEX triplet: AF, 09 and C9. RGB value is (175,9,201). Sum of RGB (Red+Green+Blue) = 175+9+201=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF09C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF09C9 is #50F636. Grayscale: #4F4F4F. Windows color (decimal): -5305911 or 13175215. OLE color: 13175215.
HSL color Cylindrical-coordinate representation of color #AF09C9: hue angle of 291.88º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF09C9 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 9 | 201 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.21 |
| HSL | 291.88º | 0.91% | 0.41% | - |
| HSV(B) | 291.88º | 0.96% | 0.79% | - |
| XYZ | 28.32 | 13.53 | 56.38 | - |
| YUV | 80.52 | 196 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 201 | 0.13 | 0.96 | 0 | 0.21 | 291.88 | 0.91 | 0.41 |
| Hex | AF | 9 | C9 | D | 60 | 0 | 15 | 124 | 5B | 29 |
| Octal | 257 | 11 | 311 | 15 | 140 | 0 | 25 | 444 | 133 | 51 |
| Binary | 10101111 | 1001 | 11001001 | 1101 | 1100000 | 0 | 10101 | 100100100 | 1011011 | 101001 |
Color Harmonies of #AF09C9
Complementary color
Monochromatic Colors of #AF09C9
Black with #AF09C9
Text Example
Text Example
White with #AF09C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF09C9; }
p { color: rgb(175,9,201); }
H1.HeaderClassName
{
color: #AF09C9;
}
.AnyTagClassName
{
color: #AF09C9;
}
</style>
background-color css
<style>
a { background-color: #AF09C9; }
a { background-color: rgb(175,9,201); }
div.DivClassName
{
background-color: #AF09C9;
}
.BgClassName
{
background-color: #AF09C9;
}
</style>
border-color css
<style>
span { border-color: #AF09C9; }
span { border-color: rgb(175,9,201); }
td.TdClassName
{
border-color: #AF09C9;
}
.TagClassName
{
border-color: #AF09C9;
}
</style>