Shades of Deep Magenta #BA1CC5
Tints of Deep Magenta #BA1CC5
RGB
CMYK
RGB Variations
Color information
#BA1CC5 (or 0xBA1CC5) is known color: Deep Magenta. HEX triplet: BA, 1C and C5. RGB value is (186,28,197). Sum of RGB (Red+Green+Blue) = 186+28+197=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 197 (77.34% from 255 or 47.93% from 411); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA1CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1CC5 is #45E33A. Grayscale: #5D5D5D. Windows color (decimal): -4580155 or 12917946. OLE color: 12917946.
HSL color Cylindrical-coordinate representation of color #BA1CC5: hue angle of 296.09º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1CC5 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 28 | 197 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.23 |
| HSL | 296.09º | 0.75% | 0.44% | - |
| HSV(B) | 296.09º | 0.86% | 0.77% | - |
| XYZ | 30.74 | 15.3 | 54.16 | - |
| YUV | 94.51 | 185.85 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 197 | 0.06 | 0.86 | 0 | 0.23 | 296.09 | 0.75 | 0.44 |
| Hex | BA | 1C | C5 | 6 | 56 | 0 | 17 | 128 | 4B | 2C |
| Octal | 272 | 34 | 305 | 6 | 126 | 0 | 27 | 450 | 113 | 54 |
| Binary | 10111010 | 11100 | 11000101 | 110 | 1010110 | 0 | 10111 | 100101000 | 1001011 | 101100 |
Color Harmonies of #BA1CC5
Complementary color
Monochromatic Colors of #BA1CC5
Black with #BA1CC5
Text Example
Text Example
White with #BA1CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CC5; }
p { color: rgb(186,28,197); }
H1.HeaderClassName
{
color: #BA1CC5;
}
.AnyTagClassName
{
color: #BA1CC5;
}
</style>
background-color css
<style>
a { background-color: #BA1CC5; }
a { background-color: rgb(186,28,197); }
div.DivClassName
{
background-color: #BA1CC5;
}
.BgClassName
{
background-color: #BA1CC5;
}
</style>
border-color css
<style>
span { border-color: #BA1CC5; }
span { border-color: rgb(186,28,197); }
td.TdClassName
{
border-color: #BA1CC5;
}
.TagClassName
{
border-color: #BA1CC5;
}
</style>