Shades of Deep Magenta #BC19C1
Tints of Deep Magenta #BC19C1
RGB
CMYK
RGB Variations
Color information
#BC19C1 (or 0xBC19C1) is known color: Deep Magenta. HEX triplet: BC, 19 and C1. RGB value is (188,25,193). Sum of RGB (Red+Green+Blue) = 188+25+193=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC19C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC19C1 is #43E63E. Grayscale: #5C5C5C. Windows color (decimal): -4449855 or 12655036. OLE color: 12655036.
HSL color Cylindrical-coordinate representation of color #BC19C1: hue angle of 298.21º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC19C1 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 25 | 193 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.24 |
| HSL | 298.21º | 0.77% | 0.43% | - |
| HSV(B) | 298.21º | 0.87% | 0.76% | - |
| XYZ | 30.71 | 15.24 | 51.77 | - |
| YUV | 92.89 | 184.5 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 193 | 0.03 | 0.87 | 0 | 0.24 | 298.21 | 0.77 | 0.43 |
| Hex | BC | 19 | C1 | 3 | 57 | 0 | 18 | 12A | 4D | 2B |
| Octal | 274 | 31 | 301 | 3 | 127 | 0 | 30 | 452 | 115 | 53 |
| Binary | 10111100 | 11001 | 11000001 | 11 | 1010111 | 0 | 11000 | 100101010 | 1001101 | 101011 |
Color Harmonies of #BC19C1
Complementary color
Monochromatic Colors of #BC19C1
Black with #BC19C1
Text Example
Text Example
White with #BC19C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC19C1; }
p { color: rgb(188,25,193); }
H1.HeaderClassName
{
color: #BC19C1;
}
.AnyTagClassName
{
color: #BC19C1;
}
</style>
background-color css
<style>
a { background-color: #BC19C1; }
a { background-color: rgb(188,25,193); }
div.DivClassName
{
background-color: #BC19C1;
}
.BgClassName
{
background-color: #BC19C1;
}
</style>
border-color css
<style>
span { border-color: #BC19C1; }
span { border-color: rgb(188,25,193); }
td.TdClassName
{
border-color: #BC19C1;
}
.TagClassName
{
border-color: #BC19C1;
}
</style>