Shades of Deep Magenta #C719D7
Tints of Deep Magenta #C719D7
RGB
CMYK
RGB Variations
Color information
#C719D7 (or 0xC719D7) is known color: Deep Magenta. HEX triplet: C7, 19 and D7. RGB value is (199,25,215). Sum of RGB (Red+Green+Blue) = 199+25+215=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 25 (10.16% from 255 or 5.69% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #C719D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C719D7 is #38E628. Grayscale: #626262. Windows color (decimal): -3728937 or 14096839. OLE color: 14096839.
HSL color Cylindrical-coordinate representation of color #C719D7: hue angle of 294.95º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C719D7 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 25 | 215 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.16 |
| HSL | 294.95º | 0.79% | 0.47% | - |
| HSV(B) | 294.95º | 0.88% | 0.84% | - |
| XYZ | 36.17 | 17.74 | 65.81 | - |
| YUV | 98.69 | 193.65 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 215 | 0.07 | 0.88 | 0 | 0.16 | 294.95 | 0.79 | 0.47 |
| Hex | C7 | 19 | D7 | 7 | 58 | 0 | 10 | 127 | 4F | 2F |
| Octal | 307 | 31 | 327 | 7 | 130 | 0 | 20 | 447 | 117 | 57 |
| Binary | 11000111 | 11001 | 11010111 | 111 | 1011000 | 0 | 10000 | 100100111 | 1001111 | 101111 |
Color Harmonies of #C719D7
Complementary color
Monochromatic Colors of #C719D7
Black with #C719D7
Text Example
Text Example
White with #C719D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C719D7; }
p { color: rgb(199,25,215); }
H1.HeaderClassName
{
color: #C719D7;
}
.AnyTagClassName
{
color: #C719D7;
}
</style>
background-color css
<style>
a { background-color: #C719D7; }
a { background-color: rgb(199,25,215); }
div.DivClassName
{
background-color: #C719D7;
}
.BgClassName
{
background-color: #C719D7;
}
</style>
border-color css
<style>
span { border-color: #C719D7; }
span { border-color: rgb(199,25,215); }
td.TdClassName
{
border-color: #C719D7;
}
.TagClassName
{
border-color: #C719D7;
}
</style>