Shades of Deep Magenta #BF14CE
Tints of Deep Magenta #BF14CE
RGB
CMYK
RGB Variations
Color information
#BF14CE (or 0xBF14CE) is known color: Deep Magenta. HEX triplet: BF, 14 and CE. RGB value is (191,20,206). Sum of RGB (Red+Green+Blue) = 191+20+206=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 20 (8.20% from 255 or 4.80% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF14CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF14CE is #40EB31. Grayscale: #5B5B5B. Windows color (decimal): -4254514 or 13505727. OLE color: 13505727.
HSL color Cylindrical-coordinate representation of color #BF14CE: hue angle of 295.16º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF14CE is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 20 | 206 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.19 |
| HSL | 295.16º | 0.82% | 0.44% | - |
| HSV(B) | 295.16º | 0.9% | 0.81% | - |
| XYZ | 32.88 | 16.03 | 59.75 | - |
| YUV | 92.33 | 192.15 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 206 | 0.07 | 0.90 | 0 | 0.19 | 295.16 | 0.82 | 0.44 |
| Hex | BF | 14 | CE | 7 | 5A | 0 | 13 | 127 | 52 | 2C |
| Octal | 277 | 24 | 316 | 7 | 132 | 0 | 23 | 447 | 122 | 54 |
| Binary | 10111111 | 10100 | 11001110 | 111 | 1011010 | 0 | 10011 | 100100111 | 1010010 | 101100 |
Color Harmonies of #BF14CE
Complementary color
Monochromatic Colors of #BF14CE
Black with #BF14CE
Text Example
Text Example
White with #BF14CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF14CE; }
p { color: rgb(191,20,206); }
H1.HeaderClassName
{
color: #BF14CE;
}
.AnyTagClassName
{
color: #BF14CE;
}
</style>
background-color css
<style>
a { background-color: #BF14CE; }
a { background-color: rgb(191,20,206); }
div.DivClassName
{
background-color: #BF14CE;
}
.BgClassName
{
background-color: #BF14CE;
}
</style>
border-color css
<style>
span { border-color: #BF14CE; }
span { border-color: rgb(191,20,206); }
td.TdClassName
{
border-color: #BF14CE;
}
.TagClassName
{
border-color: #BF14CE;
}
</style>