Shades of Deep Magenta #BF0CE1
Tints of Deep Magenta #BF0CE1
RGB
CMYK
RGB Variations
Color information
#BF0CE1 (or 0xBF0CE1) is known color: Deep Magenta. HEX triplet: BF, 0C and E1. RGB value is (191,12,225). Sum of RGB (Red+Green+Blue) = 191+12+225=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 225 (88.28% from 255 or 52.57% from 428); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF0CE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0CE1 is #40F31E. Grayscale: #595959. Windows color (decimal): -4256543 or 14748863. OLE color: 14748863.
HSL color Cylindrical-coordinate representation of color #BF0CE1: hue angle of 290.42º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0CE1 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 12 | 225 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.12 |
| HSL | 290.42º | 0.9% | 0.46% | - |
| HSV(B) | 290.42º | 0.95% | 0.88% | - |
| XYZ | 35.21 | 16.78 | 72.62 | - |
| YUV | 89.8 | 204.3 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 225 | 0.15 | 0.95 | 0 | 0.12 | 290.42 | 0.9 | 0.46 |
| Hex | BF | C | E1 | F | 5F | 0 | C | 122 | 5A | 2E |
| Octal | 277 | 14 | 341 | 17 | 137 | 0 | 14 | 442 | 132 | 56 |
| Binary | 10111111 | 1100 | 11100001 | 1111 | 1011111 | 0 | 1100 | 100100010 | 1011010 | 101110 |
Color Harmonies of #BF0CE1
Complementary color
Monochromatic Colors of #BF0CE1
Black with #BF0CE1
Text Example
Text Example
White with #BF0CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0CE1; }
p { color: rgb(191,12,225); }
H1.HeaderClassName
{
color: #BF0CE1;
}
.AnyTagClassName
{
color: #BF0CE1;
}
</style>
background-color css
<style>
a { background-color: #BF0CE1; }
a { background-color: rgb(191,12,225); }
div.DivClassName
{
background-color: #BF0CE1;
}
.BgClassName
{
background-color: #BF0CE1;
}
</style>
border-color css
<style>
span { border-color: #BF0CE1; }
span { border-color: rgb(191,12,225); }
td.TdClassName
{
border-color: #BF0CE1;
}
.TagClassName
{
border-color: #BF0CE1;
}
</style>