Shades of Deep Magenta #BA19CD
Tints of Deep Magenta #BA19CD
RGB
CMYK
RGB Variations
Color information
#BA19CD (or 0xBA19CD) is known color: Deep Magenta. HEX triplet: BA, 19 and CD. RGB value is (186,25,205). Sum of RGB (Red+Green+Blue) = 186+25+205=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA19CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA19CD is #45E632. Grayscale: #5D5D5D. Windows color (decimal): -4580915 or 13441466. OLE color: 13441466.
HSL color Cylindrical-coordinate representation of color #BA19CD: hue angle of 293.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA19CD is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 25 | 205 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.20 |
| HSL | 293.67º | 0.78% | 0.45% | - |
| HSV(B) | 293.67º | 0.88% | 0.8% | - |
| XYZ | 31.62 | 15.54 | 59.09 | - |
| YUV | 93.66 | 190.84 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 205 | 0.09 | 0.88 | 0 | 0.20 | 293.67 | 0.78 | 0.45 |
| Hex | BA | 19 | CD | 9 | 58 | 0 | 14 | 126 | 4E | 2D |
| Octal | 272 | 31 | 315 | 11 | 130 | 0 | 24 | 446 | 116 | 55 |
| Binary | 10111010 | 11001 | 11001101 | 1001 | 1011000 | 0 | 10100 | 100100110 | 1001110 | 101101 |
Color Harmonies of #BA19CD
Complementary color
Monochromatic Colors of #BA19CD
Black with #BA19CD
Text Example
Text Example
White with #BA19CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA19CD; }
p { color: rgb(186,25,205); }
H1.HeaderClassName
{
color: #BA19CD;
}
.AnyTagClassName
{
color: #BA19CD;
}
</style>
background-color css
<style>
a { background-color: #BA19CD; }
a { background-color: rgb(186,25,205); }
div.DivClassName
{
background-color: #BA19CD;
}
.BgClassName
{
background-color: #BA19CD;
}
</style>
border-color css
<style>
span { border-color: #BA19CD; }
span { border-color: rgb(186,25,205); }
td.TdClassName
{
border-color: #BA19CD;
}
.TagClassName
{
border-color: #BA19CD;
}
</style>