Shades of Medium Violet Red #C7159D
Tints of Medium Violet Red #C7159D
RGB
CMYK
RGB Variations
Color information
#C7159D (or 0xC7159D) is known color: Medium Violet Red. HEX triplet: C7, 15 and 9D. RGB value is (199,21,157). Sum of RGB (Red+Green+Blue) = 199+21+157=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7159D is #38EA62. Grayscale: #595959. Windows color (decimal): -3730019 or 10294727. OLE color: 10294727.
HSL color Cylindrical-coordinate representation of color #C7159D: hue angle of 314.16º 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 #C7159D is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 157 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.22 |
| HSL | 314.16º | 0.81% | 0.43% | - |
| HSV(B) | 314.16º | 0.89% | 0.78% | - |
| XYZ | 29.91 | 15.11 | 33.24 | - |
| YUV | 89.73 | 165.97 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 157 | 0 | 0.89 | 0.21 | 0.22 | 314.16 | 0.81 | 0.43 |
| Hex | C7 | 15 | 9D | 0 | 59 | 15 | 16 | 13A | 51 | 2B |
| Octal | 307 | 25 | 235 | 0 | 131 | 25 | 26 | 472 | 121 | 53 |
| Binary | 11000111 | 10101 | 10011101 | 0 | 1011001 | 10101 | 10110 | 100111010 | 1010001 | 101011 |
Color Harmonies of #C7159D
Complementary color
Monochromatic Colors of #C7159D
Black with #C7159D
Text Example
Text Example
White with #C7159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7159D; }
p { color: rgb(199,21,157); }
H1.HeaderClassName
{
color: #C7159D;
}
.AnyTagClassName
{
color: #C7159D;
}
</style>
background-color css
<style>
a { background-color: #C7159D; }
a { background-color: rgb(199,21,157); }
div.DivClassName
{
background-color: #C7159D;
}
.BgClassName
{
background-color: #C7159D;
}
</style>
border-color css
<style>
span { border-color: #C7159D; }
span { border-color: rgb(199,21,157); }
td.TdClassName
{
border-color: #C7159D;
}
.TagClassName
{
border-color: #C7159D;
}
</style>