Shades of Deep Magenta #BC0CCC
Tints of Deep Magenta #BC0CCC
RGB
CMYK
RGB Variations
Color information
#BC0CCC (or 0xBC0CCC) is known color: Deep Magenta. HEX triplet: BC, 0C and CC. RGB value is (188,12,204). Sum of RGB (Red+Green+Blue) = 188+12+204=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC0CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CCC is #43F333. Grayscale: #555555. Windows color (decimal): -4453172 or 13372604. OLE color: 13372604.
HSL color Cylindrical-coordinate representation of color #BC0CCC: hue angle of 295º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0CCC is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 12 | 204 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.2 |
| HSL | 295º | 0.89% | 0.42% | - |
| HSV(B) | 295º | 0.94% | 0.8% | - |
| XYZ | 31.77 | 15.31 | 58.41 | - |
| YUV | 86.51 | 194.31 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 204 | 0.08 | 0.94 | 0 | 0.2 | 295 | 0.89 | 0.42 |
| Hex | BC | C | CC | 8 | 5E | 0 | 14 | 127 | 59 | 2A |
| Octal | 274 | 14 | 314 | 10 | 136 | 0 | 24 | 447 | 131 | 52 |
| Binary | 10111100 | 1100 | 11001100 | 1000 | 1011110 | 0 | 10100 | 100100111 | 1011001 | 101010 |
Color Harmonies of #BC0CCC
Complementary color
Monochromatic Colors of #BC0CCC
Black with #BC0CCC
Text Example
Text Example
White with #BC0CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0CCC; }
p { color: rgb(188,12,204); }
H1.HeaderClassName
{
color: #BC0CCC;
}
.AnyTagClassName
{
color: #BC0CCC;
}
</style>
background-color css
<style>
a { background-color: #BC0CCC; }
a { background-color: rgb(188,12,204); }
div.DivClassName
{
background-color: #BC0CCC;
}
.BgClassName
{
background-color: #BC0CCC;
}
</style>
border-color css
<style>
span { border-color: #BC0CCC; }
span { border-color: rgb(188,12,204); }
td.TdClassName
{
border-color: #BC0CCC;
}
.TagClassName
{
border-color: #BC0CCC;
}
</style>