Shades of Deep Magenta #C719CD
Tints of Deep Magenta #C719CD
RGB
CMYK
RGB Variations
Color information
#C719CD (or 0xC719CD) is known color: Deep Magenta. HEX triplet: C7, 19 and CD. RGB value is (199,25,205). Sum of RGB (Red+Green+Blue) = 199+25+205=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #C719CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C719CD is #38E632. Grayscale: #606060. Windows color (decimal): -3728947 or 13441479. OLE color: 13441479.
HSL color Cylindrical-coordinate representation of color #C719CD: hue angle of 298º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C719CD is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 25 | 205 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.20 |
| HSL | 298º | 0.78% | 0.45% | - |
| HSV(B) | 298º | 0.88% | 0.8% | - |
| XYZ | 34.92 | 17.25 | 59.25 | - |
| YUV | 97.55 | 188.65 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 205 | 0.03 | 0.88 | 0 | 0.20 | 298 | 0.78 | 0.45 |
| Hex | C7 | 19 | CD | 3 | 58 | 0 | 14 | 12A | 4E | 2D |
| Octal | 307 | 31 | 315 | 3 | 130 | 0 | 24 | 452 | 116 | 55 |
| Binary | 11000111 | 11001 | 11001101 | 11 | 1011000 | 0 | 10100 | 100101010 | 1001110 | 101101 |
Color Harmonies of #C719CD
Complementary color
Monochromatic Colors of #C719CD
Black with #C719CD
Text Example
Text Example
White with #C719CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C719CD; }
p { color: rgb(199,25,205); }
H1.HeaderClassName
{
color: #C719CD;
}
.AnyTagClassName
{
color: #C719CD;
}
</style>
background-color css
<style>
a { background-color: #C719CD; }
a { background-color: rgb(199,25,205); }
div.DivClassName
{
background-color: #C719CD;
}
.BgClassName
{
background-color: #C719CD;
}
</style>
border-color css
<style>
span { border-color: #C719CD; }
span { border-color: rgb(199,25,205); }
td.TdClassName
{
border-color: #C719CD;
}
.TagClassName
{
border-color: #C719CD;
}
</style>