Shades of Deep Magenta #BD14C1
Tints of Deep Magenta #BD14C1
RGB
CMYK
RGB Variations
Color information
#BD14C1 (or 0xBD14C1) is known color: Deep Magenta. HEX triplet: BD, 14 and C1. RGB value is (189,20,193). Sum of RGB (Red+Green+Blue) = 189+20+193=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD14C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD14C1 is #42EB3E. Grayscale: #595959. Windows color (decimal): -4385599 or 12653757. OLE color: 12653757.
HSL color Cylindrical-coordinate representation of color #BD14C1: hue angle of 298.61º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD14C1 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 20 | 193 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.24 |
| HSL | 298.61º | 0.81% | 0.42% | - |
| HSV(B) | 298.61º | 0.9% | 0.76% | - |
| XYZ | 30.86 | 15.17 | 51.75 | - |
| YUV | 90.25 | 185.99 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 193 | 0.02 | 0.90 | 0 | 0.24 | 298.61 | 0.81 | 0.42 |
| Hex | BD | 14 | C1 | 2 | 5A | 0 | 18 | 12B | 51 | 2A |
| Octal | 275 | 24 | 301 | 2 | 132 | 0 | 30 | 453 | 121 | 52 |
| Binary | 10111101 | 10100 | 11000001 | 10 | 1011010 | 0 | 11000 | 100101011 | 1010001 | 101010 |
Color Harmonies of #BD14C1
Complementary color
Monochromatic Colors of #BD14C1
Black with #BD14C1
Text Example
Text Example
White with #BD14C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD14C1; }
p { color: rgb(189,20,193); }
H1.HeaderClassName
{
color: #BD14C1;
}
.AnyTagClassName
{
color: #BD14C1;
}
</style>
background-color css
<style>
a { background-color: #BD14C1; }
a { background-color: rgb(189,20,193); }
div.DivClassName
{
background-color: #BD14C1;
}
.BgClassName
{
background-color: #BD14C1;
}
</style>
border-color css
<style>
span { border-color: #BD14C1; }
span { border-color: rgb(189,20,193); }
td.TdClassName
{
border-color: #BD14C1;
}
.TagClassName
{
border-color: #BD14C1;
}
</style>