Shades of Deep Magenta #BA1CC9
Tints of Deep Magenta #BA1CC9
RGB
CMYK
RGB Variations
Color information
#BA1CC9 (or 0xBA1CC9) is known color: Deep Magenta. HEX triplet: BA, 1C and C9. RGB value is (186,28,201). Sum of RGB (Red+Green+Blue) = 186+28+201=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 201 (78.91% from 255 or 48.43% from 415); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA1CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1CC9 is #45E336. Grayscale: #5E5E5E. Windows color (decimal): -4580151 or 13180090. OLE color: 13180090.
HSL color Cylindrical-coordinate representation of color #BA1CC9: hue angle of 294.8º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1CC9 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 28 | 201 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.21 |
| HSL | 294.8º | 0.76% | 0.45% | - |
| HSV(B) | 294.8º | 0.86% | 0.79% | - |
| XYZ | 31.21 | 15.49 | 56.6 | - |
| YUV | 94.96 | 187.85 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 201 | 0.07 | 0.86 | 0 | 0.21 | 294.8 | 0.76 | 0.45 |
| Hex | BA | 1C | C9 | 7 | 56 | 0 | 15 | 127 | 4C | 2D |
| Octal | 272 | 34 | 311 | 7 | 126 | 0 | 25 | 447 | 114 | 55 |
| Binary | 10111010 | 11100 | 11001001 | 111 | 1010110 | 0 | 10101 | 100100111 | 1001100 | 101101 |
Color Harmonies of #BA1CC9
Complementary color
Monochromatic Colors of #BA1CC9
Black with #BA1CC9
Text Example
Text Example
White with #BA1CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CC9; }
p { color: rgb(186,28,201); }
H1.HeaderClassName
{
color: #BA1CC9;
}
.AnyTagClassName
{
color: #BA1CC9;
}
</style>
background-color css
<style>
a { background-color: #BA1CC9; }
a { background-color: rgb(186,28,201); }
div.DivClassName
{
background-color: #BA1CC9;
}
.BgClassName
{
background-color: #BA1CC9;
}
</style>
border-color css
<style>
span { border-color: #BA1CC9; }
span { border-color: rgb(186,28,201); }
td.TdClassName
{
border-color: #BA1CC9;
}
.TagClassName
{
border-color: #BA1CC9;
}
</style>