Shades of Medium Red Violet #C7319E
Tints of Medium Red Violet #C7319E
RGB
CMYK
RGB Variations
Color information
#C7319E (or 0xC7319E) is known color: Medium Red Violet. HEX triplet: C7, 31 and 9E. RGB value is (199,49,158). Sum of RGB (Red+Green+Blue) = 199+49+158=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7319E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7319E is #38CE61. Grayscale: #696969. Windows color (decimal): -3722850 or 10367431. OLE color: 10367431.
HSL color Cylindrical-coordinate representation of color #C7319E: hue angle of 316.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7319E is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 158 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.22 |
| HSL | 316.4º | 0.6% | 0.49% | - |
| HSV(B) | 316.4º | 0.75% | 0.78% | - |
| XYZ | 30.82 | 16.81 | 33.97 | - |
| YUV | 106.28 | 157.2 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 158 | 0 | 0.75 | 0.21 | 0.22 | 316.4 | 0.6 | 0.49 |
| Hex | C7 | 31 | 9E | 0 | 4B | 15 | 16 | 13C | 3C | 31 |
| Octal | 307 | 61 | 236 | 0 | 113 | 25 | 26 | 474 | 74 | 61 |
| Binary | 11000111 | 110001 | 10011110 | 0 | 1001011 | 10101 | 10110 | 100111100 | 111100 | 110001 |
Color Harmonies of #C7319E
Complementary color
Monochromatic Colors of #C7319E
Black with #C7319E
Text Example
Text Example
White with #C7319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7319E; }
p { color: rgb(199,49,158); }
H1.HeaderClassName
{
color: #C7319E;
}
.AnyTagClassName
{
color: #C7319E;
}
</style>
background-color css
<style>
a { background-color: #C7319E; }
a { background-color: rgb(199,49,158); }
div.DivClassName
{
background-color: #C7319E;
}
.BgClassName
{
background-color: #C7319E;
}
</style>
border-color css
<style>
span { border-color: #C7319E; }
span { border-color: rgb(199,49,158); }
td.TdClassName
{
border-color: #C7319E;
}
.TagClassName
{
border-color: #C7319E;
}
</style>