Shades of Deep Magenta #AF12C3
Tints of Deep Magenta #AF12C3
RGB
CMYK
RGB Variations
Color information
#AF12C3 (or 0xAF12C3) is known color: Deep Magenta. HEX triplet: AF, 12 and C3. RGB value is (175,18,195). Sum of RGB (Red+Green+Blue) = 175+18+195=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 195 (76.56% from 255 or 50.26% from 388); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF12C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF12C3 is #50ED3C. Grayscale: #545454. Windows color (decimal): -5303613 or 12784303. OLE color: 12784303.
HSL color Cylindrical-coordinate representation of color #AF12C3: hue angle of 293.22º degrees, saturation: 0.83, 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 #AF12C3 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 18 | 195 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.24 |
| HSL | 293.22º | 0.83% | 0.42% | - |
| HSV(B) | 293.22º | 0.91% | 0.76% | - |
| XYZ | 27.75 | 13.49 | 52.77 | - |
| YUV | 85.12 | 190.01 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 195 | 0.10 | 0.91 | 0 | 0.24 | 293.22 | 0.83 | 0.42 |
| Hex | AF | 12 | C3 | A | 5B | 0 | 18 | 125 | 53 | 2A |
| Octal | 257 | 22 | 303 | 12 | 133 | 0 | 30 | 445 | 123 | 52 |
| Binary | 10101111 | 10010 | 11000011 | 1010 | 1011011 | 0 | 11000 | 100100101 | 1010011 | 101010 |
Color Harmonies of #AF12C3
Complementary color
Monochromatic Colors of #AF12C3
Black with #AF12C3
Text Example
Text Example
White with #AF12C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF12C3; }
p { color: rgb(175,18,195); }
H1.HeaderClassName
{
color: #AF12C3;
}
.AnyTagClassName
{
color: #AF12C3;
}
</style>
background-color css
<style>
a { background-color: #AF12C3; }
a { background-color: rgb(175,18,195); }
div.DivClassName
{
background-color: #AF12C3;
}
.BgClassName
{
background-color: #AF12C3;
}
</style>
border-color css
<style>
span { border-color: #AF12C3; }
span { border-color: rgb(175,18,195); }
td.TdClassName
{
border-color: #AF12C3;
}
.TagClassName
{
border-color: #AF12C3;
}
</style>