Shades of Deep Magenta #B719C9
Tints of Deep Magenta #B719C9
RGB
CMYK
RGB Variations
Color information
#B719C9 (or 0xB719C9) is known color: Deep Magenta. HEX triplet: B7, 19 and C9. RGB value is (183,25,201). Sum of RGB (Red+Green+Blue) = 183+25+201=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #B719C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B719C9 is #48E636. Grayscale: #5B5B5B. Windows color (decimal): -4777527 or 13179319. OLE color: 13179319.
HSL color Cylindrical-coordinate representation of color #B719C9: hue angle of 293.86º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B719C9 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 25 | 201 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.21 |
| HSL | 293.86º | 0.78% | 0.44% | - |
| HSV(B) | 293.86º | 0.88% | 0.79% | - |
| XYZ | 30.42 | 14.98 | 56.55 | - |
| YUV | 92.31 | 189.35 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 201 | 0.09 | 0.88 | 0 | 0.21 | 293.86 | 0.78 | 0.44 |
| Hex | B7 | 19 | C9 | 9 | 58 | 0 | 15 | 126 | 4E | 2C |
| Octal | 267 | 31 | 311 | 11 | 130 | 0 | 25 | 446 | 116 | 54 |
| Binary | 10110111 | 11001 | 11001001 | 1001 | 1011000 | 0 | 10101 | 100100110 | 1001110 | 101100 |
Color Harmonies of #B719C9
Complementary color
Monochromatic Colors of #B719C9
Black with #B719C9
Text Example
Text Example
White with #B719C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B719C9; }
p { color: rgb(183,25,201); }
H1.HeaderClassName
{
color: #B719C9;
}
.AnyTagClassName
{
color: #B719C9;
}
</style>
background-color css
<style>
a { background-color: #B719C9; }
a { background-color: rgb(183,25,201); }
div.DivClassName
{
background-color: #B719C9;
}
.BgClassName
{
background-color: #B719C9;
}
</style>
border-color css
<style>
span { border-color: #B719C9; }
span { border-color: rgb(183,25,201); }
td.TdClassName
{
border-color: #B719C9;
}
.TagClassName
{
border-color: #B719C9;
}
</style>