Shades of Deep Magenta #AF01C9
Tints of Deep Magenta #AF01C9
RGB
CMYK
RGB Variations
Color information
#AF01C9 (or 0xAF01C9) is known color: Deep Magenta. HEX triplet: AF, 01 and C9. RGB value is (175,1,201). Sum of RGB (Red+Green+Blue) = 175+1+201=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 201 (78.91% from 255 or 53.32% from 377); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF01C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01C9 is #50FE36. Grayscale: #4B4B4B. Windows color (decimal): -5307959 or 13173167. OLE color: 13173167.
HSL color Cylindrical-coordinate representation of color #AF01C9: hue angle of 292.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF01C9 is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 1 | 201 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.21 |
| HSL | 292.2º | 0.99% | 0.4% | - |
| HSV(B) | 292.2º | 1% | 0.79% | - |
| XYZ | 28.23 | 13.35 | 56.35 | - |
| YUV | 75.83 | 198.65 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 201 | 0.13 | 1.00 | 0 | 0.21 | 292.2 | 0.99 | 0.4 |
| Hex | AF | 1 | C9 | D | 64 | 0 | 15 | 124 | 63 | 28 |
| Octal | 257 | 1 | 311 | 15 | 144 | 0 | 25 | 444 | 143 | 50 |
| Binary | 10101111 | 1 | 11001001 | 1101 | 1100100 | 0 | 10101 | 100100100 | 1100011 | 101000 |
Color Harmonies of #AF01C9
Complementary color
Monochromatic Colors of #AF01C9
Black with #AF01C9
Text Example
Text Example
White with #AF01C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01C9; }
p { color: rgb(175,1,201); }
H1.HeaderClassName
{
color: #AF01C9;
}
.AnyTagClassName
{
color: #AF01C9;
}
</style>
background-color css
<style>
a { background-color: #AF01C9; }
a { background-color: rgb(175,1,201); }
div.DivClassName
{
background-color: #AF01C9;
}
.BgClassName
{
background-color: #AF01C9;
}
</style>
border-color css
<style>
span { border-color: #AF01C9; }
span { border-color: rgb(175,1,201); }
td.TdClassName
{
border-color: #AF01C9;
}
.TagClassName
{
border-color: #AF01C9;
}
</style>