Shades of Deep Magenta #BC20C9
Tints of Deep Magenta #BC20C9
RGB
CMYK
RGB Variations
Color information
#BC20C9 (or 0xBC20C9) is known color: Deep Magenta. HEX triplet: BC, 20 and C9. RGB value is (188,32,201). Sum of RGB (Red+Green+Blue) = 188+32+201=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC20C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC20C9 is #43DF36. Grayscale: #616161. Windows color (decimal): -4448055 or 13181116. OLE color: 13181116.
HSL color Cylindrical-coordinate representation of color #BC20C9: hue angle of 295.38º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC20C9 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 32 | 201 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.21 |
| HSL | 295.38º | 0.73% | 0.46% | - |
| HSV(B) | 295.38º | 0.84% | 0.79% | - |
| XYZ | 31.8 | 15.94 | 56.66 | - |
| YUV | 97.91 | 186.18 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 201 | 0.06 | 0.84 | 0 | 0.21 | 295.38 | 0.73 | 0.46 |
| Hex | BC | 20 | C9 | 6 | 54 | 0 | 15 | 127 | 49 | 2E |
| Octal | 274 | 40 | 311 | 6 | 124 | 0 | 25 | 447 | 111 | 56 |
| Binary | 10111100 | 100000 | 11001001 | 110 | 1010100 | 0 | 10101 | 100100111 | 1001001 | 101110 |
Color Harmonies of #BC20C9
Complementary color
Monochromatic Colors of #BC20C9
Black with #BC20C9
Text Example
Text Example
White with #BC20C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC20C9; }
p { color: rgb(188,32,201); }
H1.HeaderClassName
{
color: #BC20C9;
}
.AnyTagClassName
{
color: #BC20C9;
}
</style>
background-color css
<style>
a { background-color: #BC20C9; }
a { background-color: rgb(188,32,201); }
div.DivClassName
{
background-color: #BC20C9;
}
.BgClassName
{
background-color: #BC20C9;
}
</style>
border-color css
<style>
span { border-color: #BC20C9; }
span { border-color: rgb(188,32,201); }
td.TdClassName
{
border-color: #BC20C9;
}
.TagClassName
{
border-color: #BC20C9;
}
</style>