Shades of Medium Violet Red #C7138E
Tints of Medium Violet Red #C7138E
RGB
CMYK
RGB Variations
Color information
#C7138E (or 0xC7138E) is known color: Medium Violet Red. HEX triplet: C7, 13 and 8E. RGB value is (199,19,142). Sum of RGB (Red+Green+Blue) = 199+19+142=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7138E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7138E is #38EC71. Grayscale: #565656. Windows color (decimal): -3730546 or 9311175. OLE color: 9311175.
HSL color Cylindrical-coordinate representation of color #C7138E: hue angle of 319º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7138E is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 142 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.22 |
| HSL | 319º | 0.83% | 0.43% | - |
| HSV(B) | 319º | 0.9% | 0.78% | - |
| XYZ | 28.67 | 14.56 | 26.89 | - |
| YUV | 86.84 | 159.13 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 142 | 0 | 0.90 | 0.29 | 0.22 | 319 | 0.83 | 0.43 |
| Hex | C7 | 13 | 8E | 0 | 5A | 1D | 16 | 13F | 53 | 2B |
| Octal | 307 | 23 | 216 | 0 | 132 | 35 | 26 | 477 | 123 | 53 |
| Binary | 11000111 | 10011 | 10001110 | 0 | 1011010 | 11101 | 10110 | 100111111 | 1010011 | 101011 |
Color Harmonies of #C7138E
Complementary color
Monochromatic Colors of #C7138E
Black with #C7138E
Text Example
Text Example
White with #C7138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7138E; }
p { color: rgb(199,19,142); }
H1.HeaderClassName
{
color: #C7138E;
}
.AnyTagClassName
{
color: #C7138E;
}
</style>
background-color css
<style>
a { background-color: #C7138E; }
a { background-color: rgb(199,19,142); }
div.DivClassName
{
background-color: #C7138E;
}
.BgClassName
{
background-color: #C7138E;
}
</style>
border-color css
<style>
span { border-color: #C7138E; }
span { border-color: rgb(199,19,142); }
td.TdClassName
{
border-color: #C7138E;
}
.TagClassName
{
border-color: #C7138E;
}
</style>