Shades of Deep Magenta #BA1CCC
Tints of Deep Magenta #BA1CCC
RGB
CMYK
RGB Variations
Color information
#BA1CCC (or 0xBA1CCC) is known color: Deep Magenta. HEX triplet: BA, 1C and CC. RGB value is (186,28,204). Sum of RGB (Red+Green+Blue) = 186+28+204=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA1CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1CCC is #45E333. Grayscale: #5E5E5E. Windows color (decimal): -4580148 or 13376698. OLE color: 13376698.
HSL color Cylindrical-coordinate representation of color #BA1CCC: hue angle of 293.86º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1CCC is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 28 | 204 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.2 |
| HSL | 293.86º | 0.76% | 0.45% | - |
| HSV(B) | 293.86º | 0.86% | 0.8% | - |
| XYZ | 31.56 | 15.63 | 58.48 | - |
| YUV | 95.31 | 189.35 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 204 | 0.09 | 0.86 | 0 | 0.2 | 293.86 | 0.76 | 0.45 |
| Hex | BA | 1C | CC | 9 | 56 | 0 | 14 | 126 | 4C | 2D |
| Octal | 272 | 34 | 314 | 11 | 126 | 0 | 24 | 446 | 114 | 55 |
| Binary | 10111010 | 11100 | 11001100 | 1001 | 1010110 | 0 | 10100 | 100100110 | 1001100 | 101101 |
Color Harmonies of #BA1CCC
Complementary color
Monochromatic Colors of #BA1CCC
Black with #BA1CCC
Text Example
Text Example
White with #BA1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CCC; }
p { color: rgb(186,28,204); }
H1.HeaderClassName
{
color: #BA1CCC;
}
.AnyTagClassName
{
color: #BA1CCC;
}
</style>
background-color css
<style>
a { background-color: #BA1CCC; }
a { background-color: rgb(186,28,204); }
div.DivClassName
{
background-color: #BA1CCC;
}
.BgClassName
{
background-color: #BA1CCC;
}
</style>
border-color css
<style>
span { border-color: #BA1CCC; }
span { border-color: rgb(186,28,204); }
td.TdClassName
{
border-color: #BA1CCC;
}
.TagClassName
{
border-color: #BA1CCC;
}
</style>