Shades of Deep Magenta #BA1CC7
Tints of Deep Magenta #BA1CC7
RGB
CMYK
RGB Variations
Color information
#BA1CC7 (or 0xBA1CC7) is known color: Deep Magenta. HEX triplet: BA, 1C and C7. RGB value is (186,28,199). Sum of RGB (Red+Green+Blue) = 186+28+199=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA1CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1CC7 is #45E338. Grayscale: #5E5E5E. Windows color (decimal): -4580153 or 13049018. OLE color: 13049018.
HSL color Cylindrical-coordinate representation of color #BA1CC7: hue angle of 295.44º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1CC7 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 28 | 199 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.22 |
| HSL | 295.44º | 0.75% | 0.45% | - |
| HSV(B) | 295.44º | 0.86% | 0.78% | - |
| XYZ | 30.97 | 15.39 | 55.37 | - |
| YUV | 94.74 | 186.85 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 199 | 0.07 | 0.86 | 0 | 0.22 | 295.44 | 0.75 | 0.45 |
| Hex | BA | 1C | C7 | 7 | 56 | 0 | 16 | 127 | 4B | 2D |
| Octal | 272 | 34 | 307 | 7 | 126 | 0 | 26 | 447 | 113 | 55 |
| Binary | 10111010 | 11100 | 11000111 | 111 | 1010110 | 0 | 10110 | 100100111 | 1001011 | 101101 |
Color Harmonies of #BA1CC7
Complementary color
Monochromatic Colors of #BA1CC7
Black with #BA1CC7
Text Example
Text Example
White with #BA1CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CC7; }
p { color: rgb(186,28,199); }
H1.HeaderClassName
{
color: #BA1CC7;
}
.AnyTagClassName
{
color: #BA1CC7;
}
</style>
background-color css
<style>
a { background-color: #BA1CC7; }
a { background-color: rgb(186,28,199); }
div.DivClassName
{
background-color: #BA1CC7;
}
.BgClassName
{
background-color: #BA1CC7;
}
</style>
border-color css
<style>
span { border-color: #BA1CC7; }
span { border-color: rgb(186,28,199); }
td.TdClassName
{
border-color: #BA1CC7;
}
.TagClassName
{
border-color: #BA1CC7;
}
</style>