Shades of Deep Magenta #BF24DF
Tints of Deep Magenta #BF24DF
RGB
CMYK
RGB Variations
Color information
#BF24DF (or 0xBF24DF) is known color: Deep Magenta. HEX triplet: BF, 24 and DF. RGB value is (191,36,223). Sum of RGB (Red+Green+Blue) = 191+36+223=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF24DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF24DF is #40DB20. Grayscale: #676767. Windows color (decimal): -4250401 or 14623935. OLE color: 14623935.
HSL color Cylindrical-coordinate representation of color #BF24DF: hue angle of 289.73º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF24DF is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 36 | 223 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.13 |
| HSL | 289.73º | 0.75% | 0.51% | - |
| HSV(B) | 289.73º | 0.84% | 0.87% | - |
| XYZ | 35.44 | 17.67 | 71.35 | - |
| YUV | 103.66 | 195.35 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 223 | 0.14 | 0.84 | 0 | 0.13 | 289.73 | 0.75 | 0.51 |
| Hex | BF | 24 | DF | E | 54 | 0 | D | 122 | 4B | 33 |
| Octal | 277 | 44 | 337 | 16 | 124 | 0 | 15 | 442 | 113 | 63 |
| Binary | 10111111 | 100100 | 11011111 | 1110 | 1010100 | 0 | 1101 | 100100010 | 1001011 | 110011 |
Color Harmonies of #BF24DF
Complementary color
Monochromatic Colors of #BF24DF
Black with #BF24DF
Text Example
Text Example
White with #BF24DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF24DF; }
p { color: rgb(191,36,223); }
H1.HeaderClassName
{
color: #BF24DF;
}
.AnyTagClassName
{
color: #BF24DF;
}
</style>
background-color css
<style>
a { background-color: #BF24DF; }
a { background-color: rgb(191,36,223); }
div.DivClassName
{
background-color: #BF24DF;
}
.BgClassName
{
background-color: #BF24DF;
}
</style>
border-color css
<style>
span { border-color: #BF24DF; }
span { border-color: rgb(191,36,223); }
td.TdClassName
{
border-color: #BF24DF;
}
.TagClassName
{
border-color: #BF24DF;
}
</style>