Shades of Deep Magenta #BC20C1
Tints of Deep Magenta #BC20C1
RGB
CMYK
RGB Variations
Color information
#BC20C1 (or 0xBC20C1) is known color: Deep Magenta. HEX triplet: BC, 20 and C1. RGB value is (188,32,193). Sum of RGB (Red+Green+Blue) = 188+32+193=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC20C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC20C1 is #43DF3E. Grayscale: #606060. Windows color (decimal): -4448063 or 12656828. OLE color: 12656828.
HSL color Cylindrical-coordinate representation of color #BC20C1: hue angle of 298.14º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC20C1 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 32 | 193 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.24 |
| HSL | 298.14º | 0.72% | 0.44% | - |
| HSV(B) | 298.14º | 0.83% | 0.76% | - |
| XYZ | 30.88 | 15.57 | 51.83 | - |
| YUV | 97 | 182.18 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 193 | 0.03 | 0.83 | 0 | 0.24 | 298.14 | 0.72 | 0.44 |
| Hex | BC | 20 | C1 | 3 | 53 | 0 | 18 | 12A | 48 | 2C |
| Octal | 274 | 40 | 301 | 3 | 123 | 0 | 30 | 452 | 110 | 54 |
| Binary | 10111100 | 100000 | 11000001 | 11 | 1010011 | 0 | 11000 | 100101010 | 1001000 | 101100 |
Color Harmonies of #BC20C1
Complementary color
Monochromatic Colors of #BC20C1
Black with #BC20C1
Text Example
Text Example
White with #BC20C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC20C1; }
p { color: rgb(188,32,193); }
H1.HeaderClassName
{
color: #BC20C1;
}
.AnyTagClassName
{
color: #BC20C1;
}
</style>
background-color css
<style>
a { background-color: #BC20C1; }
a { background-color: rgb(188,32,193); }
div.DivClassName
{
background-color: #BC20C1;
}
.BgClassName
{
background-color: #BC20C1;
}
</style>
border-color css
<style>
span { border-color: #BC20C1; }
span { border-color: rgb(188,32,193); }
td.TdClassName
{
border-color: #BC20C1;
}
.TagClassName
{
border-color: #BC20C1;
}
</style>