Shades of Deep Magenta #AF17C5
Tints of Deep Magenta #AF17C5
RGB
CMYK
RGB Variations
Color information
#AF17C5 (or 0xAF17C5) is known color: Deep Magenta. HEX triplet: AF, 17 and C5. RGB value is (175,23,197). Sum of RGB (Red+Green+Blue) = 175+23+197=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 197 (77.34% from 255 or 49.87% from 395); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF17C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17C5 is #50E83A. Grayscale: #575757. Windows color (decimal): -5302331 or 12916655. OLE color: 12916655.
HSL color Cylindrical-coordinate representation of color #AF17C5: hue angle of 292.41º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF17C5 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 23 | 197 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.23 |
| HSL | 292.41º | 0.79% | 0.43% | - |
| HSV(B) | 292.41º | 0.88% | 0.77% | - |
| XYZ | 28.06 | 13.76 | 54 | - |
| YUV | 88.28 | 189.36 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 197 | 0.11 | 0.88 | 0 | 0.23 | 292.41 | 0.79 | 0.43 |
| Hex | AF | 17 | C5 | B | 58 | 0 | 17 | 124 | 4F | 2B |
| Octal | 257 | 27 | 305 | 13 | 130 | 0 | 27 | 444 | 117 | 53 |
| Binary | 10101111 | 10111 | 11000101 | 1011 | 1011000 | 0 | 10111 | 100100100 | 1001111 | 101011 |
Color Harmonies of #AF17C5
Complementary color
Monochromatic Colors of #AF17C5
Black with #AF17C5
Text Example
Text Example
White with #AF17C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF17C5; }
p { color: rgb(175,23,197); }
H1.HeaderClassName
{
color: #AF17C5;
}
.AnyTagClassName
{
color: #AF17C5;
}
</style>
background-color css
<style>
a { background-color: #AF17C5; }
a { background-color: rgb(175,23,197); }
div.DivClassName
{
background-color: #AF17C5;
}
.BgClassName
{
background-color: #AF17C5;
}
</style>
border-color css
<style>
span { border-color: #AF17C5; }
span { border-color: rgb(175,23,197); }
td.TdClassName
{
border-color: #AF17C5;
}
.TagClassName
{
border-color: #AF17C5;
}
</style>