Shades of Deep Magenta #BF24CE
Tints of Deep Magenta #BF24CE
RGB
CMYK
RGB Variations
Color information
#BF24CE (or 0xBF24CE) is known color: Deep Magenta. HEX triplet: BF, 24 and CE. RGB value is (191,36,206). Sum of RGB (Red+Green+Blue) = 191+36+206=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF24CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF24CE is #40DB31. Grayscale: #656565. Windows color (decimal): -4250418 or 13509823. OLE color: 13509823.
HSL color Cylindrical-coordinate representation of color #BF24CE: hue angle of 294.71º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF24CE is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 36 | 206 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.19 |
| HSL | 294.71º | 0.7% | 0.47% | - |
| HSV(B) | 294.71º | 0.83% | 0.81% | - |
| XYZ | 33.26 | 16.79 | 59.88 | - |
| YUV | 101.73 | 186.85 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 206 | 0.07 | 0.83 | 0 | 0.19 | 294.71 | 0.7 | 0.47 |
| Hex | BF | 24 | CE | 7 | 53 | 0 | 13 | 127 | 46 | 2F |
| Octal | 277 | 44 | 316 | 7 | 123 | 0 | 23 | 447 | 106 | 57 |
| Binary | 10111111 | 100100 | 11001110 | 111 | 1010011 | 0 | 10011 | 100100111 | 1000110 | 101111 |
Color Harmonies of #BF24CE
Complementary color
Monochromatic Colors of #BF24CE
Black with #BF24CE
Text Example
Text Example
White with #BF24CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF24CE; }
p { color: rgb(191,36,206); }
H1.HeaderClassName
{
color: #BF24CE;
}
.AnyTagClassName
{
color: #BF24CE;
}
</style>
background-color css
<style>
a { background-color: #BF24CE; }
a { background-color: rgb(191,36,206); }
div.DivClassName
{
background-color: #BF24CE;
}
.BgClassName
{
background-color: #BF24CE;
}
</style>
border-color css
<style>
span { border-color: #BF24CE; }
span { border-color: rgb(191,36,206); }
td.TdClassName
{
border-color: #BF24CE;
}
.TagClassName
{
border-color: #BF24CE;
}
</style>