Shades of Deep Magenta #BC14CA
Tints of Deep Magenta #BC14CA
RGB
CMYK
RGB Variations
Color information
#BC14CA (or 0xBC14CA) is known color: Deep Magenta. HEX triplet: BC, 14 and CA. RGB value is (188,20,202). Sum of RGB (Red+Green+Blue) = 188+20+202=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC14CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14CA is #43EB35. Grayscale: #5A5A5A. Windows color (decimal): -4451126 or 13243580. OLE color: 13243580.
HSL color Cylindrical-coordinate representation of color #BC14CA: hue angle of 295.38º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC14CA is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 20 | 202 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.21 |
| HSL | 295.38º | 0.82% | 0.44% | - |
| HSV(B) | 295.38º | 0.9% | 0.79% | - |
| XYZ | 31.65 | 15.46 | 57.19 | - |
| YUV | 90.98 | 190.66 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 202 | 0.07 | 0.90 | 0 | 0.21 | 295.38 | 0.82 | 0.44 |
| Hex | BC | 14 | CA | 7 | 5A | 0 | 15 | 127 | 52 | 2C |
| Octal | 274 | 24 | 312 | 7 | 132 | 0 | 25 | 447 | 122 | 54 |
| Binary | 10111100 | 10100 | 11001010 | 111 | 1011010 | 0 | 10101 | 100100111 | 1010010 | 101100 |
Color Harmonies of #BC14CA
Complementary color
Monochromatic Colors of #BC14CA
Black with #BC14CA
Text Example
Text Example
White with #BC14CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC14CA; }
p { color: rgb(188,20,202); }
H1.HeaderClassName
{
color: #BC14CA;
}
.AnyTagClassName
{
color: #BC14CA;
}
</style>
background-color css
<style>
a { background-color: #BC14CA; }
a { background-color: rgb(188,20,202); }
div.DivClassName
{
background-color: #BC14CA;
}
.BgClassName
{
background-color: #BC14CA;
}
</style>
border-color css
<style>
span { border-color: #BC14CA; }
span { border-color: rgb(188,20,202); }
td.TdClassName
{
border-color: #BC14CA;
}
.TagClassName
{
border-color: #BC14CA;
}
</style>