Shades of Deep Magenta #AF0CB0
Tints of Deep Magenta #AF0CB0
RGB
CMYK
RGB Variations
Color information
#AF0CB0 (or 0xAF0CB0) is known color: Deep Magenta. HEX triplet: AF, 0C and B0. RGB value is (175,12,176). Sum of RGB (Red+Green+Blue) = 175+12+176=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 176 (69.14% from 255 or 48.48% from 363); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF0CB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0CB0 is #50F34F. Grayscale: #4E4E4E. Windows color (decimal): -5305168 or 11537583. OLE color: 11537583.
HSL color Cylindrical-coordinate representation of color #AF0CB0: hue angle of 299.63º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0CB0 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 176 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.31 |
| HSL | 299.63º | 0.87% | 0.37% | - |
| HSV(B) | 299.63º | 0.93% | 0.69% | - |
| XYZ | 25.65 | 12.51 | 42.14 | - |
| YUV | 79.43 | 182.5 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 176 | 0.01 | 0.93 | 0 | 0.31 | 299.63 | 0.87 | 0.37 |
| Hex | AF | C | B0 | 1 | 5D | 0 | 1F | 12C | 57 | 25 |
| Octal | 257 | 14 | 260 | 1 | 135 | 0 | 37 | 454 | 127 | 45 |
| Binary | 10101111 | 1100 | 10110000 | 1 | 1011101 | 0 | 11111 | 100101100 | 1010111 | 100101 |
Color Harmonies of #AF0CB0
Complementary color
Monochromatic Colors of #AF0CB0
Black with #AF0CB0
Text Example
Text Example
White with #AF0CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0CB0; }
p { color: rgb(175,12,176); }
H1.HeaderClassName
{
color: #AF0CB0;
}
.AnyTagClassName
{
color: #AF0CB0;
}
</style>
background-color css
<style>
a { background-color: #AF0CB0; }
a { background-color: rgb(175,12,176); }
div.DivClassName
{
background-color: #AF0CB0;
}
.BgClassName
{
background-color: #AF0CB0;
}
</style>
border-color css
<style>
span { border-color: #AF0CB0; }
span { border-color: rgb(175,12,176); }
td.TdClassName
{
border-color: #AF0CB0;
}
.TagClassName
{
border-color: #AF0CB0;
}
</style>