Shades of Deep Magenta #BC12CF
Tints of Deep Magenta #BC12CF
RGB
CMYK
RGB Variations
Color information
#BC12CF (or 0xBC12CF) is known color: Deep Magenta. HEX triplet: BC, 12 and CF. RGB value is (188,18,207). Sum of RGB (Red+Green+Blue) = 188+18+207=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC12CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC12CF is #43ED30. Grayscale: #595959. Windows color (decimal): -4451633 or 13570748. OLE color: 13570748.
HSL color Cylindrical-coordinate representation of color #BC12CF: hue angle of 293.97º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC12CF is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 18 | 207 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.19 |
| HSL | 293.97º | 0.84% | 0.44% | - |
| HSV(B) | 293.97º | 0.91% | 0.81% | - |
| XYZ | 32.22 | 15.63 | 60.35 | - |
| YUV | 90.38 | 193.82 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 207 | 0.09 | 0.91 | 0 | 0.19 | 293.97 | 0.84 | 0.44 |
| Hex | BC | 12 | CF | 9 | 5B | 0 | 13 | 126 | 54 | 2C |
| Octal | 274 | 22 | 317 | 11 | 133 | 0 | 23 | 446 | 124 | 54 |
| Binary | 10111100 | 10010 | 11001111 | 1001 | 1011011 | 0 | 10011 | 100100110 | 1010100 | 101100 |
Color Harmonies of #BC12CF
Complementary color
Monochromatic Colors of #BC12CF
Black with #BC12CF
Text Example
Text Example
White with #BC12CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC12CF; }
p { color: rgb(188,18,207); }
H1.HeaderClassName
{
color: #BC12CF;
}
.AnyTagClassName
{
color: #BC12CF;
}
</style>
background-color css
<style>
a { background-color: #BC12CF; }
a { background-color: rgb(188,18,207); }
div.DivClassName
{
background-color: #BC12CF;
}
.BgClassName
{
background-color: #BC12CF;
}
</style>
border-color css
<style>
span { border-color: #BC12CF; }
span { border-color: rgb(188,18,207); }
td.TdClassName
{
border-color: #BC12CF;
}
.TagClassName
{
border-color: #BC12CF;
}
</style>