Shades of Deep Magenta #AF15C1
Tints of Deep Magenta #AF15C1
RGB
CMYK
RGB Variations
Color information
#AF15C1 (or 0xAF15C1) is known color: Deep Magenta. HEX triplet: AF, 15 and C1. RGB value is (175,21,193). Sum of RGB (Red+Green+Blue) = 175+21+193=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF15C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF15C1 is #50EA3E. Grayscale: #565656. Windows color (decimal): -5302847 or 12653999. OLE color: 12653999.
HSL color Cylindrical-coordinate representation of color #AF15C1: hue angle of 293.72º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF15C1 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 21 | 193 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.24 |
| HSL | 293.72º | 0.8% | 0.42% | - |
| HSV(B) | 293.72º | 0.89% | 0.76% | - |
| XYZ | 27.57 | 13.5 | 51.6 | - |
| YUV | 86.65 | 188.02 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 193 | 0.09 | 0.89 | 0 | 0.24 | 293.72 | 0.8 | 0.42 |
| Hex | AF | 15 | C1 | 9 | 59 | 0 | 18 | 126 | 50 | 2A |
| Octal | 257 | 25 | 301 | 11 | 131 | 0 | 30 | 446 | 120 | 52 |
| Binary | 10101111 | 10101 | 11000001 | 1001 | 1011001 | 0 | 11000 | 100100110 | 1010000 | 101010 |
Color Harmonies of #AF15C1
Complementary color
Monochromatic Colors of #AF15C1
Black with #AF15C1
Text Example
Text Example
White with #AF15C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF15C1; }
p { color: rgb(175,21,193); }
H1.HeaderClassName
{
color: #AF15C1;
}
.AnyTagClassName
{
color: #AF15C1;
}
</style>
background-color css
<style>
a { background-color: #AF15C1; }
a { background-color: rgb(175,21,193); }
div.DivClassName
{
background-color: #AF15C1;
}
.BgClassName
{
background-color: #AF15C1;
}
</style>
border-color css
<style>
span { border-color: #AF15C1; }
span { border-color: rgb(175,21,193); }
td.TdClassName
{
border-color: #AF15C1;
}
.TagClassName
{
border-color: #AF15C1;
}
</style>