Shades of Deep Magenta #BA1CC2
Tints of Deep Magenta #BA1CC2
RGB
CMYK
RGB Variations
Color information
#BA1CC2 (or 0xBA1CC2) is known color: Deep Magenta. HEX triplet: BA, 1C and C2. RGB value is (186,28,194). Sum of RGB (Red+Green+Blue) = 186+28+194=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 194 (76.17% from 255 or 47.55% from 408); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA1CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1CC2 is #45E33D. Grayscale: #5D5D5D. Windows color (decimal): -4580158 or 12721338. OLE color: 12721338.
HSL color Cylindrical-coordinate representation of color #BA1CC2: hue angle of 297.11º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1CC2 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 28 | 194 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.24 |
| HSL | 297.11º | 0.75% | 0.44% | - |
| HSV(B) | 297.11º | 0.86% | 0.76% | - |
| XYZ | 30.4 | 15.16 | 52.36 | - |
| YUV | 94.17 | 184.35 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 194 | 0.04 | 0.86 | 0 | 0.24 | 297.11 | 0.75 | 0.44 |
| Hex | BA | 1C | C2 | 4 | 56 | 0 | 18 | 129 | 4B | 2C |
| Octal | 272 | 34 | 302 | 4 | 126 | 0 | 30 | 451 | 113 | 54 |
| Binary | 10111010 | 11100 | 11000010 | 100 | 1010110 | 0 | 11000 | 100101001 | 1001011 | 101100 |
Color Harmonies of #BA1CC2
Complementary color
Monochromatic Colors of #BA1CC2
Black with #BA1CC2
Text Example
Text Example
White with #BA1CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CC2; }
p { color: rgb(186,28,194); }
H1.HeaderClassName
{
color: #BA1CC2;
}
.AnyTagClassName
{
color: #BA1CC2;
}
</style>
background-color css
<style>
a { background-color: #BA1CC2; }
a { background-color: rgb(186,28,194); }
div.DivClassName
{
background-color: #BA1CC2;
}
.BgClassName
{
background-color: #BA1CC2;
}
</style>
border-color css
<style>
span { border-color: #BA1CC2; }
span { border-color: rgb(186,28,194); }
td.TdClassName
{
border-color: #BA1CC2;
}
.TagClassName
{
border-color: #BA1CC2;
}
</style>