Shades of Deep Magenta #AF0CB4
Tints of Deep Magenta #AF0CB4
RGB
CMYK
RGB Variations
Color information
#AF0CB4 (or 0xAF0CB4) is known color: Deep Magenta. HEX triplet: AF, 0C and B4. RGB value is (175,12,180). Sum of RGB (Red+Green+Blue) = 175+12+180=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 180 (70.70% from 255 or 49.05% from 367); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF0CB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0CB4 is #50F34B. Grayscale: #4F4F4F. Windows color (decimal): -5305164 or 11799727. OLE color: 11799727.
HSL color Cylindrical-coordinate representation of color #AF0CB4: hue angle of 298.21º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0CB4 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 12 | 180 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.29 |
| HSL | 298.21º | 0.88% | 0.38% | - |
| HSV(B) | 298.21º | 0.93% | 0.71% | - |
| XYZ | 26.05 | 12.67 | 44.25 | - |
| YUV | 79.89 | 184.5 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 180 | 0.03 | 0.93 | 0 | 0.29 | 298.21 | 0.88 | 0.38 |
| Hex | AF | C | B4 | 3 | 5D | 0 | 1D | 12A | 58 | 26 |
| Octal | 257 | 14 | 264 | 3 | 135 | 0 | 35 | 452 | 130 | 46 |
| Binary | 10101111 | 1100 | 10110100 | 11 | 1011101 | 0 | 11101 | 100101010 | 1011000 | 100110 |
Color Harmonies of #AF0CB4
Complementary color
Monochromatic Colors of #AF0CB4
Black with #AF0CB4
Text Example
Text Example
White with #AF0CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0CB4; }
p { color: rgb(175,12,180); }
H1.HeaderClassName
{
color: #AF0CB4;
}
.AnyTagClassName
{
color: #AF0CB4;
}
</style>
background-color css
<style>
a { background-color: #AF0CB4; }
a { background-color: rgb(175,12,180); }
div.DivClassName
{
background-color: #AF0CB4;
}
.BgClassName
{
background-color: #AF0CB4;
}
</style>
border-color css
<style>
span { border-color: #AF0CB4; }
span { border-color: rgb(175,12,180); }
td.TdClassName
{
border-color: #AF0CB4;
}
.TagClassName
{
border-color: #AF0CB4;
}
</style>