Shades of Deep Magenta #BF1CDC
Tints of Deep Magenta #BF1CDC
RGB
CMYK
RGB Variations
Color information
#BF1CDC (or 0xBF1CDC) is known color: Deep Magenta. HEX triplet: BF, 1C and DC. RGB value is (191,28,220). Sum of RGB (Red+Green+Blue) = 191+28+220=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF1CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1CDC is #40E323. Grayscale: #626262. Windows color (decimal): -4252452 or 14425279. OLE color: 14425279.
HSL color Cylindrical-coordinate representation of color #BF1CDC: hue angle of 290.94º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1CDC is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 28 | 220 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.14 |
| HSL | 290.94º | 0.77% | 0.49% | - |
| HSV(B) | 290.94º | 0.87% | 0.86% | - |
| XYZ | 34.82 | 17.07 | 69.17 | - |
| YUV | 98.63 | 196.5 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 28 | 220 | 0.13 | 0.87 | 0 | 0.14 | 290.94 | 0.77 | 0.49 |
| Hex | BF | 1C | DC | D | 57 | 0 | E | 123 | 4D | 31 |
| Octal | 277 | 34 | 334 | 15 | 127 | 0 | 16 | 443 | 115 | 61 |
| Binary | 10111111 | 11100 | 11011100 | 1101 | 1010111 | 0 | 1110 | 100100011 | 1001101 | 110001 |
Color Harmonies of #BF1CDC
Complementary color
Monochromatic Colors of #BF1CDC
Black with #BF1CDC
Text Example
Text Example
White with #BF1CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1CDC; }
p { color: rgb(191,28,220); }
H1.HeaderClassName
{
color: #BF1CDC;
}
.AnyTagClassName
{
color: #BF1CDC;
}
</style>
background-color css
<style>
a { background-color: #BF1CDC; }
a { background-color: rgb(191,28,220); }
div.DivClassName
{
background-color: #BF1CDC;
}
.BgClassName
{
background-color: #BF1CDC;
}
</style>
border-color css
<style>
span { border-color: #BF1CDC; }
span { border-color: rgb(191,28,220); }
td.TdClassName
{
border-color: #BF1CDC;
}
.TagClassName
{
border-color: #BF1CDC;
}
</style>