Shades of Deep Magenta #BF0CDD
Tints of Deep Magenta #BF0CDD
RGB
CMYK
RGB Variations
Color information
#BF0CDD (or 0xBF0CDD) is known color: Deep Magenta. HEX triplet: BF, 0C and DD. RGB value is (191,12,221). Sum of RGB (Red+Green+Blue) = 191+12+221=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF0CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0CDD is #40F322. Grayscale: #585858. Windows color (decimal): -4256547 or 14486719. OLE color: 14486719.
HSL color Cylindrical-coordinate representation of color #BF0CDD: hue angle of 291.39º 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 #BF0CDD is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 12 | 221 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.13 |
| HSL | 291.39º | 0.9% | 0.46% | - |
| HSV(B) | 291.39º | 0.95% | 0.87% | - |
| XYZ | 34.67 | 16.56 | 69.78 | - |
| YUV | 89.35 | 202.3 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 221 | 0.14 | 0.95 | 0 | 0.13 | 291.39 | 0.9 | 0.46 |
| Hex | BF | C | DD | E | 5F | 0 | D | 123 | 5A | 2E |
| Octal | 277 | 14 | 335 | 16 | 137 | 0 | 15 | 443 | 132 | 56 |
| Binary | 10111111 | 1100 | 11011101 | 1110 | 1011111 | 0 | 1101 | 100100011 | 1011010 | 101110 |
Color Harmonies of #BF0CDD
Complementary color
Monochromatic Colors of #BF0CDD
Black with #BF0CDD
Text Example
Text Example
White with #BF0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0CDD; }
p { color: rgb(191,12,221); }
H1.HeaderClassName
{
color: #BF0CDD;
}
.AnyTagClassName
{
color: #BF0CDD;
}
</style>
background-color css
<style>
a { background-color: #BF0CDD; }
a { background-color: rgb(191,12,221); }
div.DivClassName
{
background-color: #BF0CDD;
}
.BgClassName
{
background-color: #BF0CDD;
}
</style>
border-color css
<style>
span { border-color: #BF0CDD; }
span { border-color: rgb(191,12,221); }
td.TdClassName
{
border-color: #BF0CDD;
}
.TagClassName
{
border-color: #BF0CDD;
}
</style>