Shades of Deep Magenta #BF0DCD
Tints of Deep Magenta #BF0DCD
RGB
CMYK
RGB Variations
Color information
#BF0DCD (or 0xBF0DCD) is known color: Deep Magenta. HEX triplet: BF, 0D and CD. RGB value is (191,13,205). Sum of RGB (Red+Green+Blue) = 191+13+205=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF0DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0DCD is #40F232. Grayscale: #575757. Windows color (decimal): -4256307 or 13438399. OLE color: 13438399.
HSL color Cylindrical-coordinate representation of color #BF0DCD: hue angle of 295.62º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0DCD is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 13 | 205 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.20 |
| HSL | 295.63º | 0.88% | 0.43% | - |
| HSV(B) | 295.63º | 0.94% | 0.8% | - |
| XYZ | 32.65 | 15.77 | 59.08 | - |
| YUV | 88.11 | 193.97 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 205 | 0.07 | 0.94 | 0 | 0.20 | 295.63 | 0.88 | 0.43 |
| Hex | BF | D | CD | 7 | 5E | 0 | 14 | 128 | 58 | 2B |
| Octal | 277 | 15 | 315 | 7 | 136 | 0 | 24 | 450 | 130 | 53 |
| Binary | 10111111 | 1101 | 11001101 | 111 | 1011110 | 0 | 10100 | 100101000 | 1011000 | 101011 |
Color Harmonies of #BF0DCD
Complementary color
Monochromatic Colors of #BF0DCD
Black with #BF0DCD
Text Example
Text Example
White with #BF0DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0DCD; }
p { color: rgb(191,13,205); }
H1.HeaderClassName
{
color: #BF0DCD;
}
.AnyTagClassName
{
color: #BF0DCD;
}
</style>
background-color css
<style>
a { background-color: #BF0DCD; }
a { background-color: rgb(191,13,205); }
div.DivClassName
{
background-color: #BF0DCD;
}
.BgClassName
{
background-color: #BF0DCD;
}
</style>
border-color css
<style>
span { border-color: #BF0DCD; }
span { border-color: rgb(191,13,205); }
td.TdClassName
{
border-color: #BF0DCD;
}
.TagClassName
{
border-color: #BF0DCD;
}
</style>