Shades of Deep Magenta #BF0DC2
Tints of Deep Magenta #BF0DC2
RGB
CMYK
RGB Variations
Color information
#BF0DC2 (or 0xBF0DC2) is known color: Deep Magenta. HEX triplet: BF, 0D and C2. RGB value is (191,13,194). Sum of RGB (Red+Green+Blue) = 191+13+194=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF0DC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0DC2 is #40F23D. Grayscale: #565656. Windows color (decimal): -4256318 or 12717503. OLE color: 12717503.
HSL color Cylindrical-coordinate representation of color #BF0DC2: hue angle of 299.01º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0DC2 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 13 | 194 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.24 |
| HSL | 299.01º | 0.87% | 0.41% | - |
| HSV(B) | 299.01º | 0.93% | 0.76% | - |
| XYZ | 31.37 | 15.26 | 52.33 | - |
| YUV | 86.86 | 188.47 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 194 | 0.02 | 0.93 | 0 | 0.24 | 299.01 | 0.87 | 0.41 |
| Hex | BF | D | C2 | 2 | 5D | 0 | 18 | 12B | 57 | 29 |
| Octal | 277 | 15 | 302 | 2 | 135 | 0 | 30 | 453 | 127 | 51 |
| Binary | 10111111 | 1101 | 11000010 | 10 | 1011101 | 0 | 11000 | 100101011 | 1010111 | 101001 |
Color Harmonies of #BF0DC2
Complementary color
Monochromatic Colors of #BF0DC2
Black with #BF0DC2
Text Example
Text Example
White with #BF0DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0DC2; }
p { color: rgb(191,13,194); }
H1.HeaderClassName
{
color: #BF0DC2;
}
.AnyTagClassName
{
color: #BF0DC2;
}
</style>
background-color css
<style>
a { background-color: #BF0DC2; }
a { background-color: rgb(191,13,194); }
div.DivClassName
{
background-color: #BF0DC2;
}
.BgClassName
{
background-color: #BF0DC2;
}
</style>
border-color css
<style>
span { border-color: #BF0DC2; }
span { border-color: rgb(191,13,194); }
td.TdClassName
{
border-color: #BF0DC2;
}
.TagClassName
{
border-color: #BF0DC2;
}
</style>