Shades of Deep Magenta #BA1CC0
Tints of Deep Magenta #BA1CC0
RGB
CMYK
RGB Variations
Color information
#BA1CC0 (or 0xBA1CC0) is known color: Deep Magenta. HEX triplet: BA, 1C and C0. RGB value is (186,28,192). Sum of RGB (Red+Green+Blue) = 186+28+192=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA1CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1CC0 is #45E33F. Grayscale: #5D5D5D. Windows color (decimal): -4580160 or 12590266. OLE color: 12590266.
HSL color Cylindrical-coordinate representation of color #BA1CC0: hue angle of 297.8º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1CC0 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 28 | 192 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.25 |
| HSL | 297.8º | 0.75% | 0.43% | - |
| HSV(B) | 297.8º | 0.85% | 0.75% | - |
| XYZ | 30.18 | 15.08 | 51.19 | - |
| YUV | 93.94 | 183.35 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 192 | 0.03 | 0.85 | 0 | 0.25 | 297.8 | 0.75 | 0.43 |
| Hex | BA | 1C | C0 | 3 | 55 | 0 | 19 | 12A | 4B | 2B |
| Octal | 272 | 34 | 300 | 3 | 125 | 0 | 31 | 452 | 113 | 53 |
| Binary | 10111010 | 11100 | 11000000 | 11 | 1010101 | 0 | 11001 | 100101010 | 1001011 | 101011 |
Color Harmonies of #BA1CC0
Complementary color
Monochromatic Colors of #BA1CC0
Black with #BA1CC0
Text Example
Text Example
White with #BA1CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CC0; }
p { color: rgb(186,28,192); }
H1.HeaderClassName
{
color: #BA1CC0;
}
.AnyTagClassName
{
color: #BA1CC0;
}
</style>
background-color css
<style>
a { background-color: #BA1CC0; }
a { background-color: rgb(186,28,192); }
div.DivClassName
{
background-color: #BA1CC0;
}
.BgClassName
{
background-color: #BA1CC0;
}
</style>
border-color css
<style>
span { border-color: #BA1CC0; }
span { border-color: rgb(186,28,192); }
td.TdClassName
{
border-color: #BA1CC0;
}
.TagClassName
{
border-color: #BA1CC0;
}
</style>