Shades of Deep Magenta #C719D9
Tints of Deep Magenta #C719D9
RGB
CMYK
RGB Variations
Color information
#C719D9 (or 0xC719D9) is known color: Deep Magenta. HEX triplet: C7, 19 and D9. RGB value is (199,25,217). Sum of RGB (Red+Green+Blue) = 199+25+217=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 217 - color contains mainly: blue. Hex color #C719D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C719D9 is #38E626. Grayscale: #626262. Windows color (decimal): -3728935 or 14227911. OLE color: 14227911.
HSL color Cylindrical-coordinate representation of color #C719D9: hue angle of 294.38º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C719D9 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 25 | 217 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.15 |
| HSL | 294.38º | 0.79% | 0.47% | - |
| HSV(B) | 294.38º | 0.88% | 0.85% | - |
| XYZ | 36.43 | 17.85 | 67.17 | - |
| YUV | 98.91 | 194.65 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 217 | 0.08 | 0.88 | 0 | 0.15 | 294.38 | 0.79 | 0.47 |
| Hex | C7 | 19 | D9 | 8 | 58 | 0 | F | 126 | 4F | 2F |
| Octal | 307 | 31 | 331 | 10 | 130 | 0 | 17 | 446 | 117 | 57 |
| Binary | 11000111 | 11001 | 11011001 | 1000 | 1011000 | 0 | 1111 | 100100110 | 1001111 | 101111 |
Color Harmonies of #C719D9
Complementary color
Monochromatic Colors of #C719D9
Black with #C719D9
Text Example
Text Example
White with #C719D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C719D9; }
p { color: rgb(199,25,217); }
H1.HeaderClassName
{
color: #C719D9;
}
.AnyTagClassName
{
color: #C719D9;
}
</style>
background-color css
<style>
a { background-color: #C719D9; }
a { background-color: rgb(199,25,217); }
div.DivClassName
{
background-color: #C719D9;
}
.BgClassName
{
background-color: #C719D9;
}
</style>
border-color css
<style>
span { border-color: #C719D9; }
span { border-color: rgb(199,25,217); }
td.TdClassName
{
border-color: #C719D9;
}
.TagClassName
{
border-color: #C719D9;
}
</style>