Shades of Deep Magenta #BC14D3
Tints of Deep Magenta #BC14D3
RGB
CMYK
RGB Variations
Color information
#BC14D3 (or 0xBC14D3) is known color: Deep Magenta. HEX triplet: BC, 14 and D3. RGB value is (188,20,211). Sum of RGB (Red+Green+Blue) = 188+20+211=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 211 (82.81% from 255 or 50.36% from 419); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC14D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14D3 is #43EB2C. Grayscale: #5B5B5B. Windows color (decimal): -4451117 or 13833404. OLE color: 13833404.
HSL color Cylindrical-coordinate representation of color #BC14D3: hue angle of 292.77º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC14D3 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 20 | 211 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.17 |
| HSL | 292.77º | 0.83% | 0.45% | - |
| HSV(B) | 292.77º | 0.91% | 0.83% | - |
| XYZ | 32.75 | 15.89 | 62.97 | - |
| YUV | 92.01 | 195.16 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 211 | 0.11 | 0.91 | 0 | 0.17 | 292.77 | 0.83 | 0.45 |
| Hex | BC | 14 | D3 | B | 5B | 0 | 11 | 125 | 53 | 2D |
| Octal | 274 | 24 | 323 | 13 | 133 | 0 | 21 | 445 | 123 | 55 |
| Binary | 10111100 | 10100 | 11010011 | 1011 | 1011011 | 0 | 10001 | 100100101 | 1010011 | 101101 |
Color Harmonies of #BC14D3
Complementary color
Monochromatic Colors of #BC14D3
Black with #BC14D3
Text Example
Text Example
White with #BC14D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC14D3; }
p { color: rgb(188,20,211); }
H1.HeaderClassName
{
color: #BC14D3;
}
.AnyTagClassName
{
color: #BC14D3;
}
</style>
background-color css
<style>
a { background-color: #BC14D3; }
a { background-color: rgb(188,20,211); }
div.DivClassName
{
background-color: #BC14D3;
}
.BgClassName
{
background-color: #BC14D3;
}
</style>
border-color css
<style>
span { border-color: #BC14D3; }
span { border-color: rgb(188,20,211); }
td.TdClassName
{
border-color: #BC14D3;
}
.TagClassName
{
border-color: #BC14D3;
}
</style>