Shades of Deep Magenta #BF0CDF
Tints of Deep Magenta #BF0CDF
RGB
CMYK
RGB Variations
Color information
#BF0CDF (or 0xBF0CDF) is known color: Deep Magenta. HEX triplet: BF, 0C and DF. RGB value is (191,12,223). Sum of RGB (Red+Green+Blue) = 191+12+223=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF0CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0CDF is #40F320. Grayscale: #585858. Windows color (decimal): -4256545 or 14617791. OLE color: 14617791.
HSL color Cylindrical-coordinate representation of color #BF0CDF: hue angle of 290.9º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0CDF is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 12 | 223 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.13 |
| HSL | 290.9º | 0.9% | 0.46% | - |
| HSV(B) | 290.9º | 0.95% | 0.87% | - |
| XYZ | 34.94 | 16.67 | 71.19 | - |
| YUV | 89.58 | 203.3 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 223 | 0.14 | 0.95 | 0 | 0.13 | 290.9 | 0.9 | 0.46 |
| Hex | BF | C | DF | E | 5F | 0 | D | 123 | 5A | 2E |
| Octal | 277 | 14 | 337 | 16 | 137 | 0 | 15 | 443 | 132 | 56 |
| Binary | 10111111 | 1100 | 11011111 | 1110 | 1011111 | 0 | 1101 | 100100011 | 1011010 | 101110 |
Color Harmonies of #BF0CDF
Complementary color
Monochromatic Colors of #BF0CDF
Black with #BF0CDF
Text Example
Text Example
White with #BF0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0CDF; }
p { color: rgb(191,12,223); }
H1.HeaderClassName
{
color: #BF0CDF;
}
.AnyTagClassName
{
color: #BF0CDF;
}
</style>
background-color css
<style>
a { background-color: #BF0CDF; }
a { background-color: rgb(191,12,223); }
div.DivClassName
{
background-color: #BF0CDF;
}
.BgClassName
{
background-color: #BF0CDF;
}
</style>
border-color css
<style>
span { border-color: #BF0CDF; }
span { border-color: rgb(191,12,223); }
td.TdClassName
{
border-color: #BF0CDF;
}
.TagClassName
{
border-color: #BF0CDF;
}
</style>