Shades of Deep Magenta #C719AC
Tints of Deep Magenta #C719AC
RGB
CMYK
RGB Variations
Color information
#C719AC (or 0xC719AC) is known color: Deep Magenta. HEX triplet: C7, 19 and AC. RGB value is (199,25,172). Sum of RGB (Red+Green+Blue) = 199+25+172=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C719AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C719AC is #38E653. Grayscale: #5D5D5D. Windows color (decimal): -3728980 or 11278791. OLE color: 11278791.
HSL color Cylindrical-coordinate representation of color #C719AC: hue angle of 309.31º 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 #C719AC is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 172 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.22 |
| HSL | 309.31º | 0.78% | 0.44% | - |
| HSV(B) | 309.31º | 0.87% | 0.78% | - |
| XYZ | 31.35 | 15.82 | 40.43 | - |
| YUV | 93.78 | 172.15 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 172 | 0 | 0.87 | 0.14 | 0.22 | 309.31 | 0.78 | 0.44 |
| Hex | C7 | 19 | AC | 0 | 57 | E | 16 | 135 | 4E | 2C |
| Octal | 307 | 31 | 254 | 0 | 127 | 16 | 26 | 465 | 116 | 54 |
| Binary | 11000111 | 11001 | 10101100 | 0 | 1010111 | 1110 | 10110 | 100110101 | 1001110 | 101100 |
Color Harmonies of #C719AC
Complementary color
Monochromatic Colors of #C719AC
Black with #C719AC
Text Example
Text Example
White with #C719AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C719AC; }
p { color: rgb(199,25,172); }
H1.HeaderClassName
{
color: #C719AC;
}
.AnyTagClassName
{
color: #C719AC;
}
</style>
background-color css
<style>
a { background-color: #C719AC; }
a { background-color: rgb(199,25,172); }
div.DivClassName
{
background-color: #C719AC;
}
.BgClassName
{
background-color: #C719AC;
}
</style>
border-color css
<style>
span { border-color: #C719AC; }
span { border-color: rgb(199,25,172); }
td.TdClassName
{
border-color: #C719AC;
}
.TagClassName
{
border-color: #C719AC;
}
</style>