Shades of Deep Magenta #BF14C0
Tints of Deep Magenta #BF14C0
RGB
CMYK
RGB Variations
Color information
#BF14C0 (or 0xBF14C0) is known color: Deep Magenta. HEX triplet: BF, 14 and C0. RGB value is (191,20,192). Sum of RGB (Red+Green+Blue) = 191+20+192=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF14C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF14C0 is #40EB3F. Grayscale: #5A5A5A. Windows color (decimal): -4254528 or 12588223. OLE color: 12588223.
HSL color Cylindrical-coordinate representation of color #BF14C0: hue angle of 299.65º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF14C0 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 192 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.25 |
| HSL | 299.65º | 0.81% | 0.42% | - |
| HSV(B) | 299.65º | 0.9% | 0.75% | - |
| XYZ | 31.25 | 15.38 | 51.19 | - |
| YUV | 90.74 | 185.15 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 192 | 0.01 | 0.90 | 0 | 0.25 | 299.65 | 0.81 | 0.42 |
| Hex | BF | 14 | C0 | 1 | 5A | 0 | 19 | 12C | 51 | 2A |
| Octal | 277 | 24 | 300 | 1 | 132 | 0 | 31 | 454 | 121 | 52 |
| Binary | 10111111 | 10100 | 11000000 | 1 | 1011010 | 0 | 11001 | 100101100 | 1010001 | 101010 |
Color Harmonies of #BF14C0
Complementary color
Monochromatic Colors of #BF14C0
Black with #BF14C0
Text Example
Text Example
White with #BF14C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF14C0; }
p { color: rgb(191,20,192); }
H1.HeaderClassName
{
color: #BF14C0;
}
.AnyTagClassName
{
color: #BF14C0;
}
</style>
background-color css
<style>
a { background-color: #BF14C0; }
a { background-color: rgb(191,20,192); }
div.DivClassName
{
background-color: #BF14C0;
}
.BgClassName
{
background-color: #BF14C0;
}
</style>
border-color css
<style>
span { border-color: #BF14C0; }
span { border-color: rgb(191,20,192); }
td.TdClassName
{
border-color: #BF14C0;
}
.TagClassName
{
border-color: #BF14C0;
}
</style>