Shades of Deep Magenta #BC1CCC
Tints of Deep Magenta #BC1CCC
RGB
CMYK
RGB Variations
Color information
#BC1CCC (or 0xBC1CCC) is known color: Deep Magenta. HEX triplet: BC, 1C and CC. RGB value is (188,28,204). Sum of RGB (Red+Green+Blue) = 188+28+204=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC1CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1CCC is #43E333. Grayscale: #5F5F5F. Windows color (decimal): -4449076 or 13376700. OLE color: 13376700.
HSL color Cylindrical-coordinate representation of color #BC1CCC: hue angle of 294.55º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1CCC is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 28 | 204 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.2 |
| HSL | 294.55º | 0.76% | 0.45% | - |
| HSV(B) | 294.55º | 0.86% | 0.8% | - |
| XYZ | 32.05 | 15.88 | 58.5 | - |
| YUV | 95.9 | 189.01 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 204 | 0.08 | 0.86 | 0 | 0.2 | 294.55 | 0.76 | 0.45 |
| Hex | BC | 1C | CC | 8 | 56 | 0 | 14 | 127 | 4C | 2D |
| Octal | 274 | 34 | 314 | 10 | 126 | 0 | 24 | 447 | 114 | 55 |
| Binary | 10111100 | 11100 | 11001100 | 1000 | 1010110 | 0 | 10100 | 100100111 | 1001100 | 101101 |
Color Harmonies of #BC1CCC
Complementary color
Monochromatic Colors of #BC1CCC
Black with #BC1CCC
Text Example
Text Example
White with #BC1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1CCC; }
p { color: rgb(188,28,204); }
H1.HeaderClassName
{
color: #BC1CCC;
}
.AnyTagClassName
{
color: #BC1CCC;
}
</style>
background-color css
<style>
a { background-color: #BC1CCC; }
a { background-color: rgb(188,28,204); }
div.DivClassName
{
background-color: #BC1CCC;
}
.BgClassName
{
background-color: #BC1CCC;
}
</style>
border-color css
<style>
span { border-color: #BC1CCC; }
span { border-color: rgb(188,28,204); }
td.TdClassName
{
border-color: #BC1CCC;
}
.TagClassName
{
border-color: #BC1CCC;
}
</style>