Shades of Deep Magenta #BF0CDE
Tints of Deep Magenta #BF0CDE
RGB
CMYK
RGB Variations
Color information
#BF0CDE (or 0xBF0CDE) is known color: Deep Magenta. HEX triplet: BF, 0C and DE. RGB value is (191,12,222). Sum of RGB (Red+Green+Blue) = 191+12+222=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF0CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0CDE is #40F321. Grayscale: #585858. Windows color (decimal): -4256546 or 14552255. OLE color: 14552255.
HSL color Cylindrical-coordinate representation of color #BF0CDE: hue angle of 291.14º 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 #BF0CDE is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 12 | 222 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.13 |
| HSL | 291.14º | 0.9% | 0.46% | - |
| HSV(B) | 291.14º | 0.95% | 0.87% | - |
| XYZ | 34.8 | 16.61 | 70.48 | - |
| YUV | 89.46 | 202.8 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 222 | 0.14 | 0.95 | 0 | 0.13 | 291.14 | 0.9 | 0.46 |
| Hex | BF | C | DE | E | 5F | 0 | D | 123 | 5A | 2E |
| Octal | 277 | 14 | 336 | 16 | 137 | 0 | 15 | 443 | 132 | 56 |
| Binary | 10111111 | 1100 | 11011110 | 1110 | 1011111 | 0 | 1101 | 100100011 | 1011010 | 101110 |
Color Harmonies of #BF0CDE
Complementary color
Monochromatic Colors of #BF0CDE
Black with #BF0CDE
Text Example
Text Example
White with #BF0CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0CDE; }
p { color: rgb(191,12,222); }
H1.HeaderClassName
{
color: #BF0CDE;
}
.AnyTagClassName
{
color: #BF0CDE;
}
</style>
background-color css
<style>
a { background-color: #BF0CDE; }
a { background-color: rgb(191,12,222); }
div.DivClassName
{
background-color: #BF0CDE;
}
.BgClassName
{
background-color: #BF0CDE;
}
</style>
border-color css
<style>
span { border-color: #BF0CDE; }
span { border-color: rgb(191,12,222); }
td.TdClassName
{
border-color: #BF0CDE;
}
.TagClassName
{
border-color: #BF0CDE;
}
</style>