Shades of Medium Violet Red #C7159C
Tints of Medium Violet Red #C7159C
RGB
CMYK
RGB Variations
Color information
#C7159C (or 0xC7159C) is known color: Medium Violet Red. HEX triplet: C7, 15 and 9C. RGB value is (199,21,156). Sum of RGB (Red+Green+Blue) = 199+21+156=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7159C is #38EA63. Grayscale: #595959. Windows color (decimal): -3730020 or 10229191. OLE color: 10229191.
HSL color Cylindrical-coordinate representation of color #C7159C: hue angle of 314.49º 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 #C7159C is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 156 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.22 |
| HSL | 314.49º | 0.81% | 0.43% | - |
| HSV(B) | 314.49º | 0.89% | 0.78% | - |
| XYZ | 29.82 | 15.08 | 32.79 | - |
| YUV | 89.61 | 165.47 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 156 | 0 | 0.89 | 0.22 | 0.22 | 314.49 | 0.81 | 0.43 |
| Hex | C7 | 15 | 9C | 0 | 59 | 16 | 16 | 13A | 51 | 2B |
| Octal | 307 | 25 | 234 | 0 | 131 | 26 | 26 | 472 | 121 | 53 |
| Binary | 11000111 | 10101 | 10011100 | 0 | 1011001 | 10110 | 10110 | 100111010 | 1010001 | 101011 |
Color Harmonies of #C7159C
Complementary color
Monochromatic Colors of #C7159C
Black with #C7159C
Text Example
Text Example
White with #C7159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7159C; }
p { color: rgb(199,21,156); }
H1.HeaderClassName
{
color: #C7159C;
}
.AnyTagClassName
{
color: #C7159C;
}
</style>
background-color css
<style>
a { background-color: #C7159C; }
a { background-color: rgb(199,21,156); }
div.DivClassName
{
background-color: #C7159C;
}
.BgClassName
{
background-color: #C7159C;
}
</style>
border-color css
<style>
span { border-color: #C7159C; }
span { border-color: rgb(199,21,156); }
td.TdClassName
{
border-color: #C7159C;
}
.TagClassName
{
border-color: #C7159C;
}
</style>