Shades of Deep Magenta #BA1FCC
Tints of Deep Magenta #BA1FCC
RGB
CMYK
RGB Variations
Color information
#BA1FCC (or 0xBA1FCC) is known color: Deep Magenta. HEX triplet: BA, 1F and CC. RGB value is (186,31,204). Sum of RGB (Red+Green+Blue) = 186+31+204=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA1FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FCC is #45E033. Grayscale: #606060. Windows color (decimal): -4579380 or 13377466. OLE color: 13377466.
HSL color Cylindrical-coordinate representation of color #BA1FCC: hue angle of 293.76º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1FCC is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 31 | 204 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.2 |
| HSL | 293.76º | 0.74% | 0.46% | - |
| HSV(B) | 293.76º | 0.85% | 0.8% | - |
| XYZ | 31.64 | 15.78 | 58.5 | - |
| YUV | 97.07 | 188.35 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 204 | 0.09 | 0.85 | 0 | 0.2 | 293.76 | 0.74 | 0.46 |
| Hex | BA | 1F | CC | 9 | 55 | 0 | 14 | 126 | 4A | 2E |
| Octal | 272 | 37 | 314 | 11 | 125 | 0 | 24 | 446 | 112 | 56 |
| Binary | 10111010 | 11111 | 11001100 | 1001 | 1010101 | 0 | 10100 | 100100110 | 1001010 | 101110 |
Color Harmonies of #BA1FCC
Complementary color
Monochromatic Colors of #BA1FCC
Black with #BA1FCC
Text Example
Text Example
White with #BA1FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FCC; }
p { color: rgb(186,31,204); }
H1.HeaderClassName
{
color: #BA1FCC;
}
.AnyTagClassName
{
color: #BA1FCC;
}
</style>
background-color css
<style>
a { background-color: #BA1FCC; }
a { background-color: rgb(186,31,204); }
div.DivClassName
{
background-color: #BA1FCC;
}
.BgClassName
{
background-color: #BA1FCC;
}
</style>
border-color css
<style>
span { border-color: #BA1FCC; }
span { border-color: rgb(186,31,204); }
td.TdClassName
{
border-color: #BA1FCC;
}
.TagClassName
{
border-color: #BA1FCC;
}
</style>