Shades of Deep Magenta #BC14CB
Tints of Deep Magenta #BC14CB
RGB
CMYK
RGB Variations
Color information
#BC14CB (or 0xBC14CB) is known color: Deep Magenta. HEX triplet: BC, 14 and CB. RGB value is (188,20,203). Sum of RGB (Red+Green+Blue) = 188+20+203=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC14CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14CB is #43EB34. Grayscale: #5A5A5A. Windows color (decimal): -4451125 or 13309116. OLE color: 13309116.
HSL color Cylindrical-coordinate representation of color #BC14CB: hue angle of 295.08º 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 #BC14CB is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 20 | 203 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.20 |
| HSL | 295.08º | 0.82% | 0.44% | - |
| HSV(B) | 295.08º | 0.9% | 0.8% | - |
| XYZ | 31.77 | 15.5 | 57.82 | - |
| YUV | 91.09 | 191.16 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 203 | 0.07 | 0.90 | 0 | 0.20 | 295.08 | 0.82 | 0.44 |
| Hex | BC | 14 | CB | 7 | 5A | 0 | 14 | 127 | 52 | 2C |
| Octal | 274 | 24 | 313 | 7 | 132 | 0 | 24 | 447 | 122 | 54 |
| Binary | 10111100 | 10100 | 11001011 | 111 | 1011010 | 0 | 10100 | 100100111 | 1010010 | 101100 |
Color Harmonies of #BC14CB
Complementary color
Monochromatic Colors of #BC14CB
Black with #BC14CB
Text Example
Text Example
White with #BC14CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC14CB; }
p { color: rgb(188,20,203); }
H1.HeaderClassName
{
color: #BC14CB;
}
.AnyTagClassName
{
color: #BC14CB;
}
</style>
background-color css
<style>
a { background-color: #BC14CB; }
a { background-color: rgb(188,20,203); }
div.DivClassName
{
background-color: #BC14CB;
}
.BgClassName
{
background-color: #BC14CB;
}
</style>
border-color css
<style>
span { border-color: #BC14CB; }
span { border-color: rgb(188,20,203); }
td.TdClassName
{
border-color: #BC14CB;
}
.TagClassName
{
border-color: #BC14CB;
}
</style>