Shades of Deep Magenta #BC1DCC
Tints of Deep Magenta #BC1DCC
RGB
CMYK
RGB Variations
Color information
#BC1DCC (or 0xBC1DCC) is known color: Deep Magenta. HEX triplet: BC, 1D and CC. RGB value is (188,29,204). Sum of RGB (Red+Green+Blue) = 188+29+204=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC1DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1DCC is #43E233. Grayscale: #5F5F5F. Windows color (decimal): -4448820 or 13376956. OLE color: 13376956.
HSL color Cylindrical-coordinate representation of color #BC1DCC: hue angle of 294.51º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1DCC is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 29 | 204 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.2 |
| HSL | 294.51º | 0.75% | 0.46% | - |
| HSV(B) | 294.51º | 0.86% | 0.8% | - |
| XYZ | 32.08 | 15.93 | 58.51 | - |
| YUV | 96.49 | 188.68 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 204 | 0.08 | 0.86 | 0 | 0.2 | 294.51 | 0.75 | 0.46 |
| Hex | BC | 1D | CC | 8 | 56 | 0 | 14 | 127 | 4B | 2E |
| Octal | 274 | 35 | 314 | 10 | 126 | 0 | 24 | 447 | 113 | 56 |
| Binary | 10111100 | 11101 | 11001100 | 1000 | 1010110 | 0 | 10100 | 100100111 | 1001011 | 101110 |
Color Harmonies of #BC1DCC
Complementary color
Monochromatic Colors of #BC1DCC
Black with #BC1DCC
Text Example
Text Example
White with #BC1DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1DCC; }
p { color: rgb(188,29,204); }
H1.HeaderClassName
{
color: #BC1DCC;
}
.AnyTagClassName
{
color: #BC1DCC;
}
</style>
background-color css
<style>
a { background-color: #BC1DCC; }
a { background-color: rgb(188,29,204); }
div.DivClassName
{
background-color: #BC1DCC;
}
.BgClassName
{
background-color: #BC1DCC;
}
</style>
border-color css
<style>
span { border-color: #BC1DCC; }
span { border-color: rgb(188,29,204); }
td.TdClassName
{
border-color: #BC1DCC;
}
.TagClassName
{
border-color: #BC1DCC;
}
</style>