Shades of Deep Magenta #BF0CCF
Tints of Deep Magenta #BF0CCF
RGB
CMYK
RGB Variations
Color information
#BF0CCF (or 0xBF0CCF) is known color: Deep Magenta. HEX triplet: BF, 0C and CF. RGB value is (191,12,207). Sum of RGB (Red+Green+Blue) = 191+12+207=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF0CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0CCF is #40F330. Grayscale: #575757. Windows color (decimal): -4256561 or 13569215. OLE color: 13569215.
HSL color Cylindrical-coordinate representation of color #BF0CCF: hue angle of 295.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0CCF is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 12 | 207 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.19 |
| HSL | 295.08º | 0.89% | 0.43% | - |
| HSV(B) | 295.08º | 0.94% | 0.81% | - |
| XYZ | 32.88 | 15.84 | 60.36 | - |
| YUV | 87.75 | 195.3 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 207 | 0.08 | 0.94 | 0 | 0.19 | 295.08 | 0.89 | 0.43 |
| Hex | BF | C | CF | 8 | 5E | 0 | 13 | 127 | 59 | 2B |
| Octal | 277 | 14 | 317 | 10 | 136 | 0 | 23 | 447 | 131 | 53 |
| Binary | 10111111 | 1100 | 11001111 | 1000 | 1011110 | 0 | 10011 | 100100111 | 1011001 | 101011 |
Color Harmonies of #BF0CCF
Complementary color
Monochromatic Colors of #BF0CCF
Black with #BF0CCF
Text Example
Text Example
White with #BF0CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0CCF; }
p { color: rgb(191,12,207); }
H1.HeaderClassName
{
color: #BF0CCF;
}
.AnyTagClassName
{
color: #BF0CCF;
}
</style>
background-color css
<style>
a { background-color: #BF0CCF; }
a { background-color: rgb(191,12,207); }
div.DivClassName
{
background-color: #BF0CCF;
}
.BgClassName
{
background-color: #BF0CCF;
}
</style>
border-color css
<style>
span { border-color: #BF0CCF; }
span { border-color: rgb(191,12,207); }
td.TdClassName
{
border-color: #BF0CCF;
}
.TagClassName
{
border-color: #BF0CCF;
}
</style>