Shades of Deep Magenta #AF10C1
Tints of Deep Magenta #AF10C1
RGB
CMYK
RGB Variations
Color information
#AF10C1 (or 0xAF10C1) is known color: Deep Magenta. HEX triplet: AF, 10 and C1. RGB value is (175,16,193). Sum of RGB (Red+Green+Blue) = 175+16+193=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF10C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10C1 is #50EF3E. Grayscale: #535353. Windows color (decimal): -5304127 or 12652719. OLE color: 12652719.
HSL color Cylindrical-coordinate representation of color #AF10C1: hue angle of 293.9º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF10C1 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 16 | 193 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.24 |
| HSL | 293.9º | 0.85% | 0.41% | - |
| HSV(B) | 293.9º | 0.92% | 0.76% | - |
| XYZ | 27.49 | 13.33 | 51.58 | - |
| YUV | 83.72 | 189.68 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 193 | 0.09 | 0.92 | 0 | 0.24 | 293.9 | 0.85 | 0.41 |
| Hex | AF | 10 | C1 | 9 | 5C | 0 | 18 | 126 | 55 | 29 |
| Octal | 257 | 20 | 301 | 11 | 134 | 0 | 30 | 446 | 125 | 51 |
| Binary | 10101111 | 10000 | 11000001 | 1001 | 1011100 | 0 | 11000 | 100100110 | 1010101 | 101001 |
Color Harmonies of #AF10C1
Complementary color
Monochromatic Colors of #AF10C1
Black with #AF10C1
Text Example
Text Example
White with #AF10C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10C1; }
p { color: rgb(175,16,193); }
H1.HeaderClassName
{
color: #AF10C1;
}
.AnyTagClassName
{
color: #AF10C1;
}
</style>
background-color css
<style>
a { background-color: #AF10C1; }
a { background-color: rgb(175,16,193); }
div.DivClassName
{
background-color: #AF10C1;
}
.BgClassName
{
background-color: #AF10C1;
}
</style>
border-color css
<style>
span { border-color: #AF10C1; }
span { border-color: rgb(175,16,193); }
td.TdClassName
{
border-color: #AF10C1;
}
.TagClassName
{
border-color: #AF10C1;
}
</style>