Shades of Medium Violet Red #C719AA
Tints of Medium Violet Red #C719AA
RGB
CMYK
RGB Variations
Color information
#C719AA (or 0xC719AA) is known color: Medium Violet Red. HEX triplet: C7, 19 and AA. RGB value is (199,25,170). Sum of RGB (Red+Green+Blue) = 199+25+170=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C719AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C719AA is #38E655. Grayscale: #5D5D5D. Windows color (decimal): -3728982 or 11147719. OLE color: 11147719.
HSL color Cylindrical-coordinate representation of color #C719AA: hue angle of 310º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C719AA is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 170 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.22 |
| HSL | 310º | 0.78% | 0.44% | - |
| HSV(B) | 310º | 0.87% | 0.78% | - |
| XYZ | 31.16 | 15.74 | 39.43 | - |
| YUV | 93.56 | 171.15 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 170 | 0 | 0.87 | 0.15 | 0.22 | 310 | 0.78 | 0.44 |
| Hex | C7 | 19 | AA | 0 | 57 | F | 16 | 136 | 4E | 2C |
| Octal | 307 | 31 | 252 | 0 | 127 | 17 | 26 | 466 | 116 | 54 |
| Binary | 11000111 | 11001 | 10101010 | 0 | 1010111 | 1111 | 10110 | 100110110 | 1001110 | 101100 |
Color Harmonies of #C719AA
Complementary color
Monochromatic Colors of #C719AA
Black with #C719AA
Text Example
Text Example
White with #C719AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C719AA; }
p { color: rgb(199,25,170); }
H1.HeaderClassName
{
color: #C719AA;
}
.AnyTagClassName
{
color: #C719AA;
}
</style>
background-color css
<style>
a { background-color: #C719AA; }
a { background-color: rgb(199,25,170); }
div.DivClassName
{
background-color: #C719AA;
}
.BgClassName
{
background-color: #C719AA;
}
</style>
border-color css
<style>
span { border-color: #C719AA; }
span { border-color: rgb(199,25,170); }
td.TdClassName
{
border-color: #C719AA;
}
.TagClassName
{
border-color: #C719AA;
}
</style>