Shades of Medium Violet Red #C719AB
Tints of Medium Violet Red #C719AB
RGB
CMYK
RGB Variations
Color information
#C719AB (or 0xC719AB) is known color: Medium Violet Red. HEX triplet: C7, 19 and AB. RGB value is (199,25,171). Sum of RGB (Red+Green+Blue) = 199+25+171=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C719AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C719AB is #38E654. Grayscale: #5D5D5D. Windows color (decimal): -3728981 or 11213255. OLE color: 11213255.
HSL color Cylindrical-coordinate representation of color #C719AB: hue angle of 309.66º 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 #C719AB is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 171 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.22 |
| HSL | 309.66º | 0.78% | 0.44% | - |
| HSV(B) | 309.66º | 0.87% | 0.78% | - |
| XYZ | 31.25 | 15.78 | 39.93 | - |
| YUV | 93.67 | 171.65 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 171 | 0 | 0.87 | 0.14 | 0.22 | 309.66 | 0.78 | 0.44 |
| Hex | C7 | 19 | AB | 0 | 57 | E | 16 | 136 | 4E | 2C |
| Octal | 307 | 31 | 253 | 0 | 127 | 16 | 26 | 466 | 116 | 54 |
| Binary | 11000111 | 11001 | 10101011 | 0 | 1010111 | 1110 | 10110 | 100110110 | 1001110 | 101100 |
Color Harmonies of #C719AB
Complementary color
Monochromatic Colors of #C719AB
Black with #C719AB
Text Example
Text Example
White with #C719AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C719AB; }
p { color: rgb(199,25,171); }
H1.HeaderClassName
{
color: #C719AB;
}
.AnyTagClassName
{
color: #C719AB;
}
</style>
background-color css
<style>
a { background-color: #C719AB; }
a { background-color: rgb(199,25,171); }
div.DivClassName
{
background-color: #C719AB;
}
.BgClassName
{
background-color: #C719AB;
}
</style>
border-color css
<style>
span { border-color: #C719AB; }
span { border-color: rgb(199,25,171); }
td.TdClassName
{
border-color: #C719AB;
}
.TagClassName
{
border-color: #C719AB;
}
</style>