Shades of Deep Magenta #AF12C1
Tints of Deep Magenta #AF12C1
RGB
CMYK
RGB Variations
Color information
#AF12C1 (or 0xAF12C1) is known color: Deep Magenta. HEX triplet: AF, 12 and C1. RGB value is (175,18,193). Sum of RGB (Red+Green+Blue) = 175+18+193=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF12C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF12C1 is #50ED3E. Grayscale: #545454. Windows color (decimal): -5303615 or 12653231. OLE color: 12653231.
HSL color Cylindrical-coordinate representation of color #AF12C1: hue angle of 293.83º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF12C1 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 18 | 193 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.24 |
| HSL | 293.83º | 0.83% | 0.41% | - |
| HSV(B) | 293.83º | 0.91% | 0.76% | - |
| XYZ | 27.52 | 13.4 | 51.59 | - |
| YUV | 84.89 | 189.01 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 193 | 0.09 | 0.91 | 0 | 0.24 | 293.83 | 0.83 | 0.41 |
| Hex | AF | 12 | C1 | 9 | 5B | 0 | 18 | 126 | 53 | 29 |
| Octal | 257 | 22 | 301 | 11 | 133 | 0 | 30 | 446 | 123 | 51 |
| Binary | 10101111 | 10010 | 11000001 | 1001 | 1011011 | 0 | 11000 | 100100110 | 1010011 | 101001 |
Color Harmonies of #AF12C1
Complementary color
Monochromatic Colors of #AF12C1
Black with #AF12C1
Text Example
Text Example
White with #AF12C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF12C1; }
p { color: rgb(175,18,193); }
H1.HeaderClassName
{
color: #AF12C1;
}
.AnyTagClassName
{
color: #AF12C1;
}
</style>
background-color css
<style>
a { background-color: #AF12C1; }
a { background-color: rgb(175,18,193); }
div.DivClassName
{
background-color: #AF12C1;
}
.BgClassName
{
background-color: #AF12C1;
}
</style>
border-color css
<style>
span { border-color: #AF12C1; }
span { border-color: rgb(175,18,193); }
td.TdClassName
{
border-color: #AF12C1;
}
.TagClassName
{
border-color: #AF12C1;
}
</style>