Shades of Medium Violet Red #C7138C
Tints of Medium Violet Red #C7138C
RGB
CMYK
RGB Variations
Color information
#C7138C (or 0xC7138C) is known color: Medium Violet Red. HEX triplet: C7, 13 and 8C. RGB value is (199,19,140). Sum of RGB (Red+Green+Blue) = 199+19+140=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C7138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7138C is #38EC73. Grayscale: #565656. Windows color (decimal): -3730548 or 9180103. OLE color: 9180103.
HSL color Cylindrical-coordinate representation of color #C7138C: hue angle of 319.67º 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 #C7138C is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 140 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.22 |
| HSL | 319.67º | 0.83% | 0.43% | - |
| HSV(B) | 319.67º | 0.9% | 0.78% | - |
| XYZ | 28.52 | 14.5 | 26.11 | - |
| YUV | 86.61 | 158.13 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 140 | 0 | 0.90 | 0.30 | 0.22 | 319.67 | 0.83 | 0.43 |
| Hex | C7 | 13 | 8C | 0 | 5A | 1E | 16 | 140 | 53 | 2B |
| Octal | 307 | 23 | 214 | 0 | 132 | 36 | 26 | 500 | 123 | 53 |
| Binary | 11000111 | 10011 | 10001100 | 0 | 1011010 | 11110 | 10110 | 101000000 | 1010011 | 101011 |
Color Harmonies of #C7138C
Complementary color
Monochromatic Colors of #C7138C
Black with #C7138C
Text Example
Text Example
White with #C7138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7138C; }
p { color: rgb(199,19,140); }
H1.HeaderClassName
{
color: #C7138C;
}
.AnyTagClassName
{
color: #C7138C;
}
</style>
background-color css
<style>
a { background-color: #C7138C; }
a { background-color: rgb(199,19,140); }
div.DivClassName
{
background-color: #C7138C;
}
.BgClassName
{
background-color: #C7138C;
}
</style>
border-color css
<style>
span { border-color: #C7138C; }
span { border-color: rgb(199,19,140); }
td.TdClassName
{
border-color: #C7138C;
}
.TagClassName
{
border-color: #C7138C;
}
</style>