Shades of Deep Magenta #BC14C8
Tints of Deep Magenta #BC14C8
RGB
CMYK
RGB Variations
Color information
#BC14C8 (or 0xBC14C8) is known color: Deep Magenta. HEX triplet: BC, 14 and C8. RGB value is (188,20,200). Sum of RGB (Red+Green+Blue) = 188+20+200=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 200 (78.52% from 255 or 49.02% from 408); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC14C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14C8 is #43EB37. Grayscale: #5A5A5A. Windows color (decimal): -4451128 or 13112508. OLE color: 13112508.
HSL color Cylindrical-coordinate representation of color #BC14C8: hue angle of 296º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC14C8 is Cyan = 0.06, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 20 | 200 | - |
| CMYK | 0.06 | 0.9 | 0 | 0.22 |
| HSL | 296º | 0.82% | 0.43% | - |
| HSV(B) | 296º | 0.9% | 0.78% | - |
| XYZ | 31.41 | 15.36 | 55.95 | - |
| YUV | 90.75 | 189.66 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 200 | 0.06 | 0.9 | 0 | 0.22 | 296 | 0.82 | 0.43 |
| Hex | BC | 14 | C8 | 6 | 5A | 0 | 16 | 128 | 52 | 2B |
| Octal | 274 | 24 | 310 | 6 | 132 | 0 | 26 | 450 | 122 | 53 |
| Binary | 10111100 | 10100 | 11001000 | 110 | 1011010 | 0 | 10110 | 100101000 | 1010010 | 101011 |
Color Harmonies of #BC14C8
Complementary color
Monochromatic Colors of #BC14C8
Black with #BC14C8
Text Example
Text Example
White with #BC14C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC14C8; }
p { color: rgb(188,20,200); }
H1.HeaderClassName
{
color: #BC14C8;
}
.AnyTagClassName
{
color: #BC14C8;
}
</style>
background-color css
<style>
a { background-color: #BC14C8; }
a { background-color: rgb(188,20,200); }
div.DivClassName
{
background-color: #BC14C8;
}
.BgClassName
{
background-color: #BC14C8;
}
</style>
border-color css
<style>
span { border-color: #BC14C8; }
span { border-color: rgb(188,20,200); }
td.TdClassName
{
border-color: #BC14C8;
}
.TagClassName
{
border-color: #BC14C8;
}
</style>