Shades of Deep Magenta #BC22C1
Tints of Deep Magenta #BC22C1
RGB
CMYK
RGB Variations
Color information
#BC22C1 (or 0xBC22C1) is known color: Deep Magenta. HEX triplet: BC, 22 and C1. RGB value is (188,34,193). Sum of RGB (Red+Green+Blue) = 188+34+193=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC22C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC22C1 is #43DD3E. Grayscale: #616161. Windows color (decimal): -4447551 or 12657340. OLE color: 12657340.
HSL color Cylindrical-coordinate representation of color #BC22C1: hue angle of 298.11º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC22C1 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 34 | 193 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.24 |
| HSL | 298.11º | 0.7% | 0.45% | - |
| HSV(B) | 298.11º | 0.82% | 0.76% | - |
| XYZ | 30.94 | 15.69 | 51.85 | - |
| YUV | 98.17 | 181.52 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 193 | 0.03 | 0.82 | 0 | 0.24 | 298.11 | 0.7 | 0.45 |
| Hex | BC | 22 | C1 | 3 | 52 | 0 | 18 | 12A | 46 | 2D |
| Octal | 274 | 42 | 301 | 3 | 122 | 0 | 30 | 452 | 106 | 55 |
| Binary | 10111100 | 100010 | 11000001 | 11 | 1010010 | 0 | 11000 | 100101010 | 1000110 | 101101 |
Color Harmonies of #BC22C1
Complementary color
Monochromatic Colors of #BC22C1
Black with #BC22C1
Text Example
Text Example
White with #BC22C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC22C1; }
p { color: rgb(188,34,193); }
H1.HeaderClassName
{
color: #BC22C1;
}
.AnyTagClassName
{
color: #BC22C1;
}
</style>
background-color css
<style>
a { background-color: #BC22C1; }
a { background-color: rgb(188,34,193); }
div.DivClassName
{
background-color: #BC22C1;
}
.BgClassName
{
background-color: #BC22C1;
}
</style>
border-color css
<style>
span { border-color: #BC22C1; }
span { border-color: rgb(188,34,193); }
td.TdClassName
{
border-color: #BC22C1;
}
.TagClassName
{
border-color: #BC22C1;
}
</style>