Shades of Deep Magenta #BC14CD
Tints of Deep Magenta #BC14CD
RGB
CMYK
RGB Variations
Color information
#BC14CD (or 0xBC14CD) is known color: Deep Magenta. HEX triplet: BC, 14 and CD. RGB value is (188,20,205). Sum of RGB (Red+Green+Blue) = 188+20+205=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC14CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC14CD is #43EB32. Grayscale: #5A5A5A. Windows color (decimal): -4451123 or 13440188. OLE color: 13440188.
HSL color Cylindrical-coordinate representation of color #BC14CD: hue angle of 294.49º 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 #BC14CD is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 20 | 205 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.20 |
| HSL | 294.49º | 0.82% | 0.44% | - |
| HSV(B) | 294.49º | 0.9% | 0.8% | - |
| XYZ | 32.01 | 15.6 | 59.08 | - |
| YUV | 91.32 | 192.16 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 205 | 0.08 | 0.90 | 0 | 0.20 | 294.49 | 0.82 | 0.44 |
| Hex | BC | 14 | CD | 8 | 5A | 0 | 14 | 126 | 52 | 2C |
| Octal | 274 | 24 | 315 | 10 | 132 | 0 | 24 | 446 | 122 | 54 |
| Binary | 10111100 | 10100 | 11001101 | 1000 | 1011010 | 0 | 10100 | 100100110 | 1010010 | 101100 |
Color Harmonies of #BC14CD
Complementary color
Monochromatic Colors of #BC14CD
Black with #BC14CD
Text Example
Text Example
White with #BC14CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC14CD; }
p { color: rgb(188,20,205); }
H1.HeaderClassName
{
color: #BC14CD;
}
.AnyTagClassName
{
color: #BC14CD;
}
</style>
background-color css
<style>
a { background-color: #BC14CD; }
a { background-color: rgb(188,20,205); }
div.DivClassName
{
background-color: #BC14CD;
}
.BgClassName
{
background-color: #BC14CD;
}
</style>
border-color css
<style>
span { border-color: #BC14CD; }
span { border-color: rgb(188,20,205); }
td.TdClassName
{
border-color: #BC14CD;
}
.TagClassName
{
border-color: #BC14CD;
}
</style>