Shades of Deep Magenta #BC1FC1
Tints of Deep Magenta #BC1FC1
RGB
CMYK
RGB Variations
Color information
#BC1FC1 (or 0xBC1FC1) is known color: Deep Magenta. HEX triplet: BC, 1F and C1. RGB value is (188,31,193). Sum of RGB (Red+Green+Blue) = 188+31+193=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC1FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1FC1 is #43E03E. Grayscale: #5F5F5F. Windows color (decimal): -4448319 or 12656572. OLE color: 12656572.
HSL color Cylindrical-coordinate representation of color #BC1FC1: hue angle of 298.15º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1FC1 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 31 | 193 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.24 |
| HSL | 298.15º | 0.72% | 0.44% | - |
| HSV(B) | 298.15º | 0.84% | 0.76% | - |
| XYZ | 30.85 | 15.52 | 51.82 | - |
| YUV | 96.41 | 182.51 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 193 | 0.03 | 0.84 | 0 | 0.24 | 298.15 | 0.72 | 0.44 |
| Hex | BC | 1F | C1 | 3 | 54 | 0 | 18 | 12A | 48 | 2C |
| Octal | 274 | 37 | 301 | 3 | 124 | 0 | 30 | 452 | 110 | 54 |
| Binary | 10111100 | 11111 | 11000001 | 11 | 1010100 | 0 | 11000 | 100101010 | 1001000 | 101100 |
Color Harmonies of #BC1FC1
Complementary color
Monochromatic Colors of #BC1FC1
Black with #BC1FC1
Text Example
Text Example
White with #BC1FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1FC1; }
p { color: rgb(188,31,193); }
H1.HeaderClassName
{
color: #BC1FC1;
}
.AnyTagClassName
{
color: #BC1FC1;
}
</style>
background-color css
<style>
a { background-color: #BC1FC1; }
a { background-color: rgb(188,31,193); }
div.DivClassName
{
background-color: #BC1FC1;
}
.BgClassName
{
background-color: #BC1FC1;
}
</style>
border-color css
<style>
span { border-color: #BC1FC1; }
span { border-color: rgb(188,31,193); }
td.TdClassName
{
border-color: #BC1FC1;
}
.TagClassName
{
border-color: #BC1FC1;
}
</style>