Shades of Deep Magenta #BC1CAC
Tints of Deep Magenta #BC1CAC
RGB
CMYK
RGB Variations
Color information
#BC1CAC (or 0xBC1CAC) is known color: Deep Magenta. HEX triplet: BC, 1C and AC. RGB value is (188,28,172). Sum of RGB (Red+Green+Blue) = 188+28+172=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1CAC is #43E353. Grayscale: #5B5B5B. Windows color (decimal): -4449108 or 11279548. OLE color: 11279548.
HSL color Cylindrical-coordinate representation of color #BC1CAC: hue angle of 306º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1CAC is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 28 | 172 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.26 |
| HSL | 306º | 0.74% | 0.42% | - |
| HSV(B) | 306º | 0.85% | 0.74% | - |
| XYZ | 28.6 | 14.5 | 40.32 | - |
| YUV | 92.26 | 173.01 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 172 | 0 | 0.85 | 0.09 | 0.26 | 306 | 0.74 | 0.42 |
| Hex | BC | 1C | AC | 0 | 55 | 9 | 1A | 132 | 4A | 2A |
| Octal | 274 | 34 | 254 | 0 | 125 | 11 | 32 | 462 | 112 | 52 |
| Binary | 10111100 | 11100 | 10101100 | 0 | 1010101 | 1001 | 11010 | 100110010 | 1001010 | 101010 |
Color Harmonies of #BC1CAC
Complementary color
Monochromatic Colors of #BC1CAC
Black with #BC1CAC
Text Example
Text Example
White with #BC1CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1CAC; }
p { color: rgb(188,28,172); }
H1.HeaderClassName
{
color: #BC1CAC;
}
.AnyTagClassName
{
color: #BC1CAC;
}
</style>
background-color css
<style>
a { background-color: #BC1CAC; }
a { background-color: rgb(188,28,172); }
div.DivClassName
{
background-color: #BC1CAC;
}
.BgClassName
{
background-color: #BC1CAC;
}
</style>
border-color css
<style>
span { border-color: #BC1CAC; }
span { border-color: rgb(188,28,172); }
td.TdClassName
{
border-color: #BC1CAC;
}
.TagClassName
{
border-color: #BC1CAC;
}
</style>