Shades of Medium Violet Red #C7159E
Tints of Medium Violet Red #C7159E
RGB
CMYK
RGB Variations
Color information
#C7159E (or 0xC7159E) is known color: Medium Violet Red. HEX triplet: C7, 15 and 9E. RGB value is (199,21,158). Sum of RGB (Red+Green+Blue) = 199+21+158=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7159E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7159E is #38EA61. Grayscale: #595959. Windows color (decimal): -3730018 or 10360263. OLE color: 10360263.
HSL color Cylindrical-coordinate representation of color #C7159E: hue angle of 313.82º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7159E is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 158 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.22 |
| HSL | 313.82º | 0.81% | 0.43% | - |
| HSV(B) | 313.82º | 0.89% | 0.78% | - |
| XYZ | 29.99 | 15.15 | 33.69 | - |
| YUV | 89.84 | 166.47 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 158 | 0 | 0.89 | 0.21 | 0.22 | 313.82 | 0.81 | 0.43 |
| Hex | C7 | 15 | 9E | 0 | 59 | 15 | 16 | 13A | 51 | 2B |
| Octal | 307 | 25 | 236 | 0 | 131 | 25 | 26 | 472 | 121 | 53 |
| Binary | 11000111 | 10101 | 10011110 | 0 | 1011001 | 10101 | 10110 | 100111010 | 1010001 | 101011 |
Color Harmonies of #C7159E
Complementary color
Monochromatic Colors of #C7159E
Black with #C7159E
Text Example
Text Example
White with #C7159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7159E; }
p { color: rgb(199,21,158); }
H1.HeaderClassName
{
color: #C7159E;
}
.AnyTagClassName
{
color: #C7159E;
}
</style>
background-color css
<style>
a { background-color: #C7159E; }
a { background-color: rgb(199,21,158); }
div.DivClassName
{
background-color: #C7159E;
}
.BgClassName
{
background-color: #C7159E;
}
</style>
border-color css
<style>
span { border-color: #C7159E; }
span { border-color: rgb(199,21,158); }
td.TdClassName
{
border-color: #C7159E;
}
.TagClassName
{
border-color: #C7159E;
}
</style>