Shades of Deep Magenta #BA14CD
Tints of Deep Magenta #BA14CD
RGB
CMYK
RGB Variations
Color information
#BA14CD (or 0xBA14CD) is known color: Deep Magenta. HEX triplet: BA, 14 and CD. RGB value is (186,20,205). Sum of RGB (Red+Green+Blue) = 186+20+205=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA14CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA14CD is #45EB32. Grayscale: #5A5A5A. Windows color (decimal): -4582195 or 13440186. OLE color: 13440186.
HSL color Cylindrical-coordinate representation of color #BA14CD: hue angle of 293.84º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA14CD is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 20 | 205 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.20 |
| HSL | 293.84º | 0.82% | 0.44% | - |
| HSV(B) | 293.84º | 0.9% | 0.8% | - |
| XYZ | 31.52 | 15.35 | 59.06 | - |
| YUV | 90.72 | 192.5 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 205 | 0.09 | 0.90 | 0 | 0.20 | 293.84 | 0.82 | 0.44 |
| Hex | BA | 14 | CD | 9 | 5A | 0 | 14 | 126 | 52 | 2C |
| Octal | 272 | 24 | 315 | 11 | 132 | 0 | 24 | 446 | 122 | 54 |
| Binary | 10111010 | 10100 | 11001101 | 1001 | 1011010 | 0 | 10100 | 100100110 | 1010010 | 101100 |
Color Harmonies of #BA14CD
Complementary color
Monochromatic Colors of #BA14CD
Black with #BA14CD
Text Example
Text Example
White with #BA14CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA14CD; }
p { color: rgb(186,20,205); }
H1.HeaderClassName
{
color: #BA14CD;
}
.AnyTagClassName
{
color: #BA14CD;
}
</style>
background-color css
<style>
a { background-color: #BA14CD; }
a { background-color: rgb(186,20,205); }
div.DivClassName
{
background-color: #BA14CD;
}
.BgClassName
{
background-color: #BA14CD;
}
</style>
border-color css
<style>
span { border-color: #BA14CD; }
span { border-color: rgb(186,20,205); }
td.TdClassName
{
border-color: #BA14CD;
}
.TagClassName
{
border-color: #BA14CD;
}
</style>