Shades of Deep Magenta #AF11C3
Tints of Deep Magenta #AF11C3
RGB
CMYK
RGB Variations
Color information
#AF11C3 (or 0xAF11C3) is known color: Deep Magenta. HEX triplet: AF, 11 and C3. RGB value is (175,17,195). Sum of RGB (Red+Green+Blue) = 175+17+195=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 195 (76.56% from 255 or 50.39% from 387); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF11C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11C3 is #50EE3C. Grayscale: #535353. Windows color (decimal): -5303869 or 12784047. OLE color: 12784047.
HSL color Cylindrical-coordinate representation of color #AF11C3: hue angle of 293.26º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF11C3 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 17 | 195 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.24 |
| HSL | 293.26º | 0.84% | 0.42% | - |
| HSV(B) | 293.26º | 0.91% | 0.76% | - |
| XYZ | 27.73 | 13.45 | 52.77 | - |
| YUV | 84.53 | 190.35 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 195 | 0.10 | 0.91 | 0 | 0.24 | 293.26 | 0.84 | 0.42 |
| Hex | AF | 11 | C3 | A | 5B | 0 | 18 | 125 | 54 | 2A |
| Octal | 257 | 21 | 303 | 12 | 133 | 0 | 30 | 445 | 124 | 52 |
| Binary | 10101111 | 10001 | 11000011 | 1010 | 1011011 | 0 | 11000 | 100100101 | 1010100 | 101010 |
Color Harmonies of #AF11C3
Complementary color
Monochromatic Colors of #AF11C3
Black with #AF11C3
Text Example
Text Example
White with #AF11C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11C3; }
p { color: rgb(175,17,195); }
H1.HeaderClassName
{
color: #AF11C3;
}
.AnyTagClassName
{
color: #AF11C3;
}
</style>
background-color css
<style>
a { background-color: #AF11C3; }
a { background-color: rgb(175,17,195); }
div.DivClassName
{
background-color: #AF11C3;
}
.BgClassName
{
background-color: #AF11C3;
}
</style>
border-color css
<style>
span { border-color: #AF11C3; }
span { border-color: rgb(175,17,195); }
td.TdClassName
{
border-color: #AF11C3;
}
.TagClassName
{
border-color: #AF11C3;
}
</style>