Shades of Deep Magenta #BA09C1
Tints of Deep Magenta #BA09C1
RGB
CMYK
RGB Variations
Color information
#BA09C1 (or 0xBA09C1) is known color: Deep Magenta. HEX triplet: BA, 09 and C1. RGB value is (186,9,193). Sum of RGB (Red+Green+Blue) = 186+9+193=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA09C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09C1 is #45F63E. Grayscale: #525252. Windows color (decimal): -4585023 or 12650938. OLE color: 12650938.
HSL color Cylindrical-coordinate representation of color #BA09C1: hue angle of 297.72º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA09C1 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 9 | 193 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.24 |
| HSL | 297.72º | 0.91% | 0.4% | - |
| HSV(B) | 297.72º | 0.95% | 0.76% | - |
| XYZ | 29.97 | 14.48 | 51.67 | - |
| YUV | 82.9 | 190.14 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 193 | 0.04 | 0.95 | 0 | 0.24 | 297.72 | 0.91 | 0.4 |
| Hex | BA | 9 | C1 | 4 | 5F | 0 | 18 | 12A | 5B | 28 |
| Octal | 272 | 11 | 301 | 4 | 137 | 0 | 30 | 452 | 133 | 50 |
| Binary | 10111010 | 1001 | 11000001 | 100 | 1011111 | 0 | 11000 | 100101010 | 1011011 | 101000 |
Color Harmonies of #BA09C1
Complementary color
Monochromatic Colors of #BA09C1
Black with #BA09C1
Text Example
Text Example
White with #BA09C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09C1; }
p { color: rgb(186,9,193); }
H1.HeaderClassName
{
color: #BA09C1;
}
.AnyTagClassName
{
color: #BA09C1;
}
</style>
background-color css
<style>
a { background-color: #BA09C1; }
a { background-color: rgb(186,9,193); }
div.DivClassName
{
background-color: #BA09C1;
}
.BgClassName
{
background-color: #BA09C1;
}
</style>
border-color css
<style>
span { border-color: #BA09C1; }
span { border-color: rgb(186,9,193); }
td.TdClassName
{
border-color: #BA09C1;
}
.TagClassName
{
border-color: #BA09C1;
}
</style>