Shades of Deep Magenta #BF23CF
Tints of Deep Magenta #BF23CF
RGB
CMYK
RGB Variations
Color information
#BF23CF (or 0xBF23CF) is known color: Deep Magenta. HEX triplet: BF, 23 and CF. RGB value is (191,35,207). Sum of RGB (Red+Green+Blue) = 191+35+207=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 35 (14.06% from 255 or 8.08% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF23CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF23CF is #40DC30. Grayscale: #646464. Windows color (decimal): -4250673 or 13575103. OLE color: 13575103.
HSL color Cylindrical-coordinate representation of color #BF23CF: hue angle of 294.42º degrees, saturation: 0.71, 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 #BF23CF is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 35 | 207 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.19 |
| HSL | 294.42º | 0.71% | 0.47% | - |
| HSV(B) | 294.42º | 0.83% | 0.81% | - |
| XYZ | 33.35 | 16.78 | 60.51 | - |
| YUV | 101.25 | 187.68 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 207 | 0.08 | 0.83 | 0 | 0.19 | 294.42 | 0.71 | 0.47 |
| Hex | BF | 23 | CF | 8 | 53 | 0 | 13 | 126 | 47 | 2F |
| Octal | 277 | 43 | 317 | 10 | 123 | 0 | 23 | 446 | 107 | 57 |
| Binary | 10111111 | 100011 | 11001111 | 1000 | 1010011 | 0 | 10011 | 100100110 | 1000111 | 101111 |
Color Harmonies of #BF23CF
Complementary color
Monochromatic Colors of #BF23CF
Black with #BF23CF
Text Example
Text Example
White with #BF23CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF23CF; }
p { color: rgb(191,35,207); }
H1.HeaderClassName
{
color: #BF23CF;
}
.AnyTagClassName
{
color: #BF23CF;
}
</style>
background-color css
<style>
a { background-color: #BF23CF; }
a { background-color: rgb(191,35,207); }
div.DivClassName
{
background-color: #BF23CF;
}
.BgClassName
{
background-color: #BF23CF;
}
</style>
border-color css
<style>
span { border-color: #BF23CF; }
span { border-color: rgb(191,35,207); }
td.TdClassName
{
border-color: #BF23CF;
}
.TagClassName
{
border-color: #BF23CF;
}
</style>