Shades of Deep Magenta #C719AD
Tints of Deep Magenta #C719AD
RGB
CMYK
RGB Variations
Color information
#C719AD (or 0xC719AD) is known color: Deep Magenta. HEX triplet: C7, 19 and AD. RGB value is (199,25,173). Sum of RGB (Red+Green+Blue) = 199+25+173=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C719AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C719AD is #38E652. Grayscale: #5D5D5D. Windows color (decimal): -3728979 or 11344327. OLE color: 11344327.
HSL color Cylindrical-coordinate representation of color #C719AD: hue angle of 308.97º 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 #C719AD is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 173 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.22 |
| HSL | 308.97º | 0.78% | 0.44% | - |
| HSV(B) | 308.97º | 0.87% | 0.78% | - |
| XYZ | 31.44 | 15.85 | 40.94 | - |
| YUV | 93.9 | 172.65 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 173 | 0 | 0.87 | 0.13 | 0.22 | 308.97 | 0.78 | 0.44 |
| Hex | C7 | 19 | AD | 0 | 57 | D | 16 | 135 | 4E | 2C |
| Octal | 307 | 31 | 255 | 0 | 127 | 15 | 26 | 465 | 116 | 54 |
| Binary | 11000111 | 11001 | 10101101 | 0 | 1010111 | 1101 | 10110 | 100110101 | 1001110 | 101100 |
Color Harmonies of #C719AD
Complementary color
Monochromatic Colors of #C719AD
Black with #C719AD
Text Example
Text Example
White with #C719AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C719AD; }
p { color: rgb(199,25,173); }
H1.HeaderClassName
{
color: #C719AD;
}
.AnyTagClassName
{
color: #C719AD;
}
</style>
background-color css
<style>
a { background-color: #C719AD; }
a { background-color: rgb(199,25,173); }
div.DivClassName
{
background-color: #C719AD;
}
.BgClassName
{
background-color: #C719AD;
}
</style>
border-color css
<style>
span { border-color: #C719AD; }
span { border-color: rgb(199,25,173); }
td.TdClassName
{
border-color: #C719AD;
}
.TagClassName
{
border-color: #C719AD;
}
</style>