Shades of Deep Magenta #AF12BC
Tints of Deep Magenta #AF12BC
RGB
CMYK
RGB Variations
Color information
#AF12BC (or 0xAF12BC) is known color: Deep Magenta. HEX triplet: AF, 12 and BC. RGB value is (175,18,188). Sum of RGB (Red+Green+Blue) = 175+18+188=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF12BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF12BC is #50ED43. Grayscale: #535353. Windows color (decimal): -5303620 or 12325551. OLE color: 12325551.
HSL color Cylindrical-coordinate representation of color #AF12BC: hue angle of 295.41º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF12BC is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 18 | 188 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.26 |
| HSL | 295.41º | 0.83% | 0.4% | - |
| HSV(B) | 295.41º | 0.9% | 0.74% | - |
| XYZ | 26.97 | 13.18 | 48.7 | - |
| YUV | 84.32 | 186.51 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 188 | 0.07 | 0.90 | 0 | 0.26 | 295.41 | 0.83 | 0.4 |
| Hex | AF | 12 | BC | 7 | 5A | 0 | 1A | 127 | 53 | 28 |
| Octal | 257 | 22 | 274 | 7 | 132 | 0 | 32 | 447 | 123 | 50 |
| Binary | 10101111 | 10010 | 10111100 | 111 | 1011010 | 0 | 11010 | 100100111 | 1010011 | 101000 |
Color Harmonies of #AF12BC
Complementary color
Monochromatic Colors of #AF12BC
Black with #AF12BC
Text Example
Text Example
White with #AF12BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF12BC; }
p { color: rgb(175,18,188); }
H1.HeaderClassName
{
color: #AF12BC;
}
.AnyTagClassName
{
color: #AF12BC;
}
</style>
background-color css
<style>
a { background-color: #AF12BC; }
a { background-color: rgb(175,18,188); }
div.DivClassName
{
background-color: #AF12BC;
}
.BgClassName
{
background-color: #AF12BC;
}
</style>
border-color css
<style>
span { border-color: #AF12BC; }
span { border-color: rgb(175,18,188); }
td.TdClassName
{
border-color: #AF12BC;
}
.TagClassName
{
border-color: #AF12BC;
}
</style>