Shades of Deep Magenta #C719CC
Tints of Deep Magenta #C719CC
RGB
CMYK
RGB Variations
Color information
#C719CC (or 0xC719CC) is known color: Deep Magenta. HEX triplet: C7, 19 and CC. RGB value is (199,25,204). Sum of RGB (Red+Green+Blue) = 199+25+204=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #C719CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C719CC is #38E633. Grayscale: #606060. Windows color (decimal): -3728948 or 13375943. OLE color: 13375943.
HSL color Cylindrical-coordinate representation of color #C719CC: hue angle of 298.32º 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 #C719CC is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 25 | 204 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.2 |
| HSL | 298.32º | 0.78% | 0.45% | - |
| HSV(B) | 298.32º | 0.88% | 0.8% | - |
| XYZ | 34.8 | 17.2 | 58.61 | - |
| YUV | 97.43 | 188.15 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 204 | 0.02 | 0.88 | 0 | 0.2 | 298.32 | 0.78 | 0.45 |
| Hex | C7 | 19 | CC | 2 | 58 | 0 | 14 | 12A | 4E | 2D |
| Octal | 307 | 31 | 314 | 2 | 130 | 0 | 24 | 452 | 116 | 55 |
| Binary | 11000111 | 11001 | 11001100 | 10 | 1011000 | 0 | 10100 | 100101010 | 1001110 | 101101 |
Color Harmonies of #C719CC
Complementary color
Monochromatic Colors of #C719CC
Black with #C719CC
Text Example
Text Example
White with #C719CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C719CC; }
p { color: rgb(199,25,204); }
H1.HeaderClassName
{
color: #C719CC;
}
.AnyTagClassName
{
color: #C719CC;
}
</style>
background-color css
<style>
a { background-color: #C719CC; }
a { background-color: rgb(199,25,204); }
div.DivClassName
{
background-color: #C719CC;
}
.BgClassName
{
background-color: #C719CC;
}
</style>
border-color css
<style>
span { border-color: #C719CC; }
span { border-color: rgb(199,25,204); }
td.TdClassName
{
border-color: #C719CC;
}
.TagClassName
{
border-color: #C719CC;
}
</style>