Shades of Deep Magenta #BA1FCD
Tints of Deep Magenta #BA1FCD
RGB
CMYK
RGB Variations
Color information
#BA1FCD (or 0xBA1FCD) is known color: Deep Magenta. HEX triplet: BA, 1F and CD. RGB value is (186,31,205). Sum of RGB (Red+Green+Blue) = 186+31+205=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA1FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FCD is #45E032. Grayscale: #606060. Windows color (decimal): -4579379 or 13443002. OLE color: 13443002.
HSL color Cylindrical-coordinate representation of color #BA1FCD: hue angle of 293.45º 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 #BA1FCD is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 31 | 205 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.20 |
| HSL | 293.45º | 0.74% | 0.46% | - |
| HSV(B) | 293.45º | 0.85% | 0.8% | - |
| XYZ | 31.76 | 15.83 | 59.14 | - |
| YUV | 97.18 | 188.85 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 205 | 0.09 | 0.85 | 0 | 0.20 | 293.45 | 0.74 | 0.46 |
| Hex | BA | 1F | CD | 9 | 55 | 0 | 14 | 125 | 4A | 2E |
| Octal | 272 | 37 | 315 | 11 | 125 | 0 | 24 | 445 | 112 | 56 |
| Binary | 10111010 | 11111 | 11001101 | 1001 | 1010101 | 0 | 10100 | 100100101 | 1001010 | 101110 |
Color Harmonies of #BA1FCD
Complementary color
Monochromatic Colors of #BA1FCD
Black with #BA1FCD
Text Example
Text Example
White with #BA1FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FCD; }
p { color: rgb(186,31,205); }
H1.HeaderClassName
{
color: #BA1FCD;
}
.AnyTagClassName
{
color: #BA1FCD;
}
</style>
background-color css
<style>
a { background-color: #BA1FCD; }
a { background-color: rgb(186,31,205); }
div.DivClassName
{
background-color: #BA1FCD;
}
.BgClassName
{
background-color: #BA1FCD;
}
</style>
border-color css
<style>
span { border-color: #BA1FCD; }
span { border-color: rgb(186,31,205); }
td.TdClassName
{
border-color: #BA1FCD;
}
.TagClassName
{
border-color: #BA1FCD;
}
</style>