Shades of Deep Magenta #BC1FCC
Tints of Deep Magenta #BC1FCC
RGB
CMYK
RGB Variations
Color information
#BC1FCC (or 0xBC1FCC) is known color: Deep Magenta. HEX triplet: BC, 1F and CC. RGB value is (188,31,204). Sum of RGB (Red+Green+Blue) = 188+31+204=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC1FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1FCC is #43E033. Grayscale: #616161. Windows color (decimal): -4448308 or 13377468. OLE color: 13377468.
HSL color Cylindrical-coordinate representation of color #BC1FCC: hue angle of 294.45º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1FCC is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 31 | 204 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.2 |
| HSL | 294.45º | 0.74% | 0.46% | - |
| HSV(B) | 294.45º | 0.85% | 0.8% | - |
| XYZ | 32.13 | 16.03 | 58.53 | - |
| YUV | 97.67 | 188.01 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 204 | 0.08 | 0.85 | 0 | 0.2 | 294.45 | 0.74 | 0.46 |
| Hex | BC | 1F | CC | 8 | 55 | 0 | 14 | 126 | 4A | 2E |
| Octal | 274 | 37 | 314 | 10 | 125 | 0 | 24 | 446 | 112 | 56 |
| Binary | 10111100 | 11111 | 11001100 | 1000 | 1010101 | 0 | 10100 | 100100110 | 1001010 | 101110 |
Color Harmonies of #BC1FCC
Complementary color
Monochromatic Colors of #BC1FCC
Black with #BC1FCC
Text Example
Text Example
White with #BC1FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1FCC; }
p { color: rgb(188,31,204); }
H1.HeaderClassName
{
color: #BC1FCC;
}
.AnyTagClassName
{
color: #BC1FCC;
}
</style>
background-color css
<style>
a { background-color: #BC1FCC; }
a { background-color: rgb(188,31,204); }
div.DivClassName
{
background-color: #BC1FCC;
}
.BgClassName
{
background-color: #BC1FCC;
}
</style>
border-color css
<style>
span { border-color: #BC1FCC; }
span { border-color: rgb(188,31,204); }
td.TdClassName
{
border-color: #BC1FCC;
}
.TagClassName
{
border-color: #BC1FCC;
}
</style>