Shades of Deep Magenta #C719B7
Tints of Deep Magenta #C719B7
RGB
CMYK
RGB Variations
Color information
#C719B7 (or 0xC719B7) is known color: Deep Magenta. HEX triplet: C7, 19 and B7. RGB value is (199,25,183). Sum of RGB (Red+Green+Blue) = 199+25+183=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C719B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C719B7 is #38E648. Grayscale: #5E5E5E. Windows color (decimal): -3728969 or 11999687. OLE color: 11999687.
HSL color Cylindrical-coordinate representation of color #C719B7: hue angle of 305.52º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C719B7 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 183 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.22 |
| HSL | 305.52º | 0.78% | 0.44% | - |
| HSV(B) | 305.52º | 0.87% | 0.78% | - |
| XYZ | 32.45 | 16.26 | 46.23 | - |
| YUV | 95.04 | 177.65 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 183 | 0 | 0.87 | 0.08 | 0.22 | 305.52 | 0.78 | 0.44 |
| Hex | C7 | 19 | B7 | 0 | 57 | 8 | 16 | 132 | 4E | 2C |
| Octal | 307 | 31 | 267 | 0 | 127 | 10 | 26 | 462 | 116 | 54 |
| Binary | 11000111 | 11001 | 10110111 | 0 | 1010111 | 1000 | 10110 | 100110010 | 1001110 | 101100 |
Color Harmonies of #C719B7
Complementary color
Monochromatic Colors of #C719B7
Black with #C719B7
Text Example
Text Example
White with #C719B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C719B7; }
p { color: rgb(199,25,183); }
H1.HeaderClassName
{
color: #C719B7;
}
.AnyTagClassName
{
color: #C719B7;
}
</style>
background-color css
<style>
a { background-color: #C719B7; }
a { background-color: rgb(199,25,183); }
div.DivClassName
{
background-color: #C719B7;
}
.BgClassName
{
background-color: #C719B7;
}
</style>
border-color css
<style>
span { border-color: #C719B7; }
span { border-color: rgb(199,25,183); }
td.TdClassName
{
border-color: #C719B7;
}
.TagClassName
{
border-color: #C719B7;
}
</style>