Shades of Deep Magenta #AF0CBB
Tints of Deep Magenta #AF0CBB
RGB
CMYK
RGB Variations
Color information
#AF0CBB (or 0xAF0CBB) is known color: Deep Magenta. HEX triplet: AF, 0C and BB. RGB value is (175,12,187). Sum of RGB (Red+Green+Blue) = 175+12+187=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF0CBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0CBB is #50F344. Grayscale: #505050. Windows color (decimal): -5305157 or 12258479. OLE color: 12258479.
HSL color Cylindrical-coordinate representation of color #AF0CBB: hue angle of 295.89º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0CBB is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 12 | 187 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.27 |
| HSL | 295.89º | 0.88% | 0.39% | - |
| HSV(B) | 295.89º | 0.94% | 0.73% | - |
| XYZ | 26.78 | 12.96 | 48.1 | - |
| YUV | 80.69 | 188 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 187 | 0.06 | 0.94 | 0 | 0.27 | 295.89 | 0.88 | 0.39 |
| Hex | AF | C | BB | 6 | 5E | 0 | 1B | 128 | 58 | 27 |
| Octal | 257 | 14 | 273 | 6 | 136 | 0 | 33 | 450 | 130 | 47 |
| Binary | 10101111 | 1100 | 10111011 | 110 | 1011110 | 0 | 11011 | 100101000 | 1011000 | 100111 |
Color Harmonies of #AF0CBB
Complementary color
Monochromatic Colors of #AF0CBB
Black with #AF0CBB
Text Example
Text Example
White with #AF0CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0CBB; }
p { color: rgb(175,12,187); }
H1.HeaderClassName
{
color: #AF0CBB;
}
.AnyTagClassName
{
color: #AF0CBB;
}
</style>
background-color css
<style>
a { background-color: #AF0CBB; }
a { background-color: rgb(175,12,187); }
div.DivClassName
{
background-color: #AF0CBB;
}
.BgClassName
{
background-color: #AF0CBB;
}
</style>
border-color css
<style>
span { border-color: #AF0CBB; }
span { border-color: rgb(175,12,187); }
td.TdClassName
{
border-color: #AF0CBB;
}
.TagClassName
{
border-color: #AF0CBB;
}
</style>