Shades of Deep Magenta #BD19CF
Tints of Deep Magenta #BD19CF
RGB
CMYK
RGB Variations
Color information
#BD19CF (or 0xBD19CF) is known color: Deep Magenta. HEX triplet: BD, 19 and CF. RGB value is (189,25,207). Sum of RGB (Red+Green+Blue) = 189+25+207=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD19CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD19CF is #42E630. Grayscale: #5E5E5E. Windows color (decimal): -4384305 or 13572541. OLE color: 13572541.
HSL color Cylindrical-coordinate representation of color #BD19CF: hue angle of 294.07º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD19CF is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 25 | 207 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.19 |
| HSL | 294.07º | 0.78% | 0.45% | - |
| HSV(B) | 294.07º | 0.88% | 0.81% | - |
| XYZ | 32.6 | 16.02 | 60.41 | - |
| YUV | 94.78 | 191.33 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 207 | 0.09 | 0.88 | 0 | 0.19 | 294.07 | 0.78 | 0.45 |
| Hex | BD | 19 | CF | 9 | 58 | 0 | 13 | 126 | 4E | 2D |
| Octal | 275 | 31 | 317 | 11 | 130 | 0 | 23 | 446 | 116 | 55 |
| Binary | 10111101 | 11001 | 11001111 | 1001 | 1011000 | 0 | 10011 | 100100110 | 1001110 | 101101 |
Color Harmonies of #BD19CF
Complementary color
Monochromatic Colors of #BD19CF
Black with #BD19CF
Text Example
Text Example
White with #BD19CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD19CF; }
p { color: rgb(189,25,207); }
H1.HeaderClassName
{
color: #BD19CF;
}
.AnyTagClassName
{
color: #BD19CF;
}
</style>
background-color css
<style>
a { background-color: #BD19CF; }
a { background-color: rgb(189,25,207); }
div.DivClassName
{
background-color: #BD19CF;
}
.BgClassName
{
background-color: #BD19CF;
}
</style>
border-color css
<style>
span { border-color: #BD19CF; }
span { border-color: rgb(189,25,207); }
td.TdClassName
{
border-color: #BD19CF;
}
.TagClassName
{
border-color: #BD19CF;
}
</style>