Shades of Deep Magenta #BC11CF
Tints of Deep Magenta #BC11CF
RGB
CMYK
RGB Variations
Color information
#BC11CF (or 0xBC11CF) is known color: Deep Magenta. HEX triplet: BC, 11 and CF. RGB value is (188,17,207). Sum of RGB (Red+Green+Blue) = 188+17+207=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC11CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC11CF is #43EE30. Grayscale: #595959. Windows color (decimal): -4451889 or 13570492. OLE color: 13570492.
HSL color Cylindrical-coordinate representation of color #BC11CF: hue angle of 294º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC11CF is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 17 | 207 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.19 |
| HSL | 294º | 0.85% | 0.44% | - |
| HSV(B) | 294º | 0.92% | 0.81% | - |
| XYZ | 32.2 | 15.6 | 60.34 | - |
| YUV | 89.79 | 194.15 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 207 | 0.09 | 0.92 | 0 | 0.19 | 294 | 0.85 | 0.44 |
| Hex | BC | 11 | CF | 9 | 5C | 0 | 13 | 126 | 55 | 2C |
| Octal | 274 | 21 | 317 | 11 | 134 | 0 | 23 | 446 | 125 | 54 |
| Binary | 10111100 | 10001 | 11001111 | 1001 | 1011100 | 0 | 10011 | 100100110 | 1010101 | 101100 |
Color Harmonies of #BC11CF
Complementary color
Monochromatic Colors of #BC11CF
Black with #BC11CF
Text Example
Text Example
White with #BC11CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC11CF; }
p { color: rgb(188,17,207); }
H1.HeaderClassName
{
color: #BC11CF;
}
.AnyTagClassName
{
color: #BC11CF;
}
</style>
background-color css
<style>
a { background-color: #BC11CF; }
a { background-color: rgb(188,17,207); }
div.DivClassName
{
background-color: #BC11CF;
}
.BgClassName
{
background-color: #BC11CF;
}
</style>
border-color css
<style>
span { border-color: #BC11CF; }
span { border-color: rgb(188,17,207); }
td.TdClassName
{
border-color: #BC11CF;
}
.TagClassName
{
border-color: #BC11CF;
}
</style>