Shades of Medium Violet Red #C7158A
Tints of Medium Violet Red #C7158A
RGB
CMYK
RGB Variations
Color information
#C7158A (or 0xC7158A) is known color: Medium Violet Red. HEX triplet: C7, 15 and 8A. RGB value is (199,21,138). Sum of RGB (Red+Green+Blue) = 199+21+138=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C7158A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7158A is #38EA75. Grayscale: #575757. Windows color (decimal): -3730038 or 9049543. OLE color: 9049543.
HSL color Cylindrical-coordinate representation of color #C7158A: hue angle of 320.56º 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 #C7158A is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 138 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.22 |
| HSL | 320.56º | 0.81% | 0.43% | - |
| HSV(B) | 320.56º | 0.89% | 0.78% | - |
| XYZ | 28.41 | 14.51 | 25.35 | - |
| YUV | 87.56 | 156.47 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 138 | 0 | 0.89 | 0.31 | 0.22 | 320.56 | 0.81 | 0.43 |
| Hex | C7 | 15 | 8A | 0 | 59 | 1F | 16 | 141 | 51 | 2B |
| Octal | 307 | 25 | 212 | 0 | 131 | 37 | 26 | 501 | 121 | 53 |
| Binary | 11000111 | 10101 | 10001010 | 0 | 1011001 | 11111 | 10110 | 101000001 | 1010001 | 101011 |
Color Harmonies of #C7158A
Complementary color
Monochromatic Colors of #C7158A
Black with #C7158A
Text Example
Text Example
White with #C7158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7158A; }
p { color: rgb(199,21,138); }
H1.HeaderClassName
{
color: #C7158A;
}
.AnyTagClassName
{
color: #C7158A;
}
</style>
background-color css
<style>
a { background-color: #C7158A; }
a { background-color: rgb(199,21,138); }
div.DivClassName
{
background-color: #C7158A;
}
.BgClassName
{
background-color: #C7158A;
}
</style>
border-color css
<style>
span { border-color: #C7158A; }
span { border-color: rgb(199,21,138); }
td.TdClassName
{
border-color: #C7158A;
}
.TagClassName
{
border-color: #C7158A;
}
</style>