Shades of Deep Magenta #BC21C3
Tints of Deep Magenta #BC21C3
RGB
CMYK
RGB Variations
Color information
#BC21C3 (or 0xBC21C3) is known color: Deep Magenta. HEX triplet: BC, 21 and C3. RGB value is (188,33,195). Sum of RGB (Red+Green+Blue) = 188+33+195=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC21C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC21C3 is #43DE3C. Grayscale: #616161. Windows color (decimal): -4447805 or 12788156. OLE color: 12788156.
HSL color Cylindrical-coordinate representation of color #BC21C3: hue angle of 297.41º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC21C3 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 33 | 195 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.24 |
| HSL | 297.41º | 0.71% | 0.45% | - |
| HSV(B) | 297.41º | 0.83% | 0.76% | - |
| XYZ | 31.13 | 15.72 | 53.02 | - |
| YUV | 97.81 | 182.85 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 195 | 0.04 | 0.83 | 0 | 0.24 | 297.41 | 0.71 | 0.45 |
| Hex | BC | 21 | C3 | 4 | 53 | 0 | 18 | 129 | 47 | 2D |
| Octal | 274 | 41 | 303 | 4 | 123 | 0 | 30 | 451 | 107 | 55 |
| Binary | 10111100 | 100001 | 11000011 | 100 | 1010011 | 0 | 11000 | 100101001 | 1000111 | 101101 |
Color Harmonies of #BC21C3
Complementary color
Monochromatic Colors of #BC21C3
Black with #BC21C3
Text Example
Text Example
White with #BC21C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC21C3; }
p { color: rgb(188,33,195); }
H1.HeaderClassName
{
color: #BC21C3;
}
.AnyTagClassName
{
color: #BC21C3;
}
</style>
background-color css
<style>
a { background-color: #BC21C3; }
a { background-color: rgb(188,33,195); }
div.DivClassName
{
background-color: #BC21C3;
}
.BgClassName
{
background-color: #BC21C3;
}
</style>
border-color css
<style>
span { border-color: #BC21C3; }
span { border-color: rgb(188,33,195); }
td.TdClassName
{
border-color: #BC21C3;
}
.TagClassName
{
border-color: #BC21C3;
}
</style>