Shades of Deep Magenta #C719DA
Tints of Deep Magenta #C719DA
RGB
CMYK
RGB Variations
Color information
#C719DA (or 0xC719DA) is known color: Deep Magenta. HEX triplet: C7, 19 and DA. RGB value is (199,25,218). Sum of RGB (Red+Green+Blue) = 199+25+218=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #C719DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C719DA is #38E625. Grayscale: #626262. Windows color (decimal): -3728934 or 14293447. OLE color: 14293447.
HSL color Cylindrical-coordinate representation of color #C719DA: hue angle of 294.09º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C719DA is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 25 | 218 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.15 |
| HSL | 294.09º | 0.79% | 0.48% | - |
| HSV(B) | 294.09º | 0.89% | 0.85% | - |
| XYZ | 36.56 | 17.9 | 67.86 | - |
| YUV | 99.03 | 195.15 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 218 | 0.09 | 0.89 | 0 | 0.15 | 294.09 | 0.79 | 0.48 |
| Hex | C7 | 19 | DA | 9 | 59 | 0 | F | 126 | 4F | 30 |
| Octal | 307 | 31 | 332 | 11 | 131 | 0 | 17 | 446 | 117 | 60 |
| Binary | 11000111 | 11001 | 11011010 | 1001 | 1011001 | 0 | 1111 | 100100110 | 1001111 | 110000 |
Color Harmonies of #C719DA
Complementary color
Monochromatic Colors of #C719DA
Black with #C719DA
Text Example
Text Example
White with #C719DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C719DA; }
p { color: rgb(199,25,218); }
H1.HeaderClassName
{
color: #C719DA;
}
.AnyTagClassName
{
color: #C719DA;
}
</style>
background-color css
<style>
a { background-color: #C719DA; }
a { background-color: rgb(199,25,218); }
div.DivClassName
{
background-color: #C719DA;
}
.BgClassName
{
background-color: #C719DA;
}
</style>
border-color css
<style>
span { border-color: #C719DA; }
span { border-color: rgb(199,25,218); }
td.TdClassName
{
border-color: #C719DA;
}
.TagClassName
{
border-color: #C719DA;
}
</style>