Shades of Medium Violet Red #C6157C
Tints of Medium Violet Red #C6157C
RGB
CMYK
RGB Variations
Color information
#C6157C (or 0xC6157C) is known color: Medium Violet Red. HEX triplet: C6, 15 and 7C. RGB value is (198,21,124). Sum of RGB (Red+Green+Blue) = 198+21+124=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C6157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6157C is #39EA83. Grayscale: #555555. Windows color (decimal): -3795588 or 8132038. OLE color: 8132038.
HSL color Cylindrical-coordinate representation of color #C6157C: hue angle of 325.08º 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 #C6157C is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 124 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.22 |
| HSL | 325.08º | 0.81% | 0.43% | - |
| HSV(B) | 325.08º | 0.89% | 0.78% | - |
| XYZ | 27.19 | 14 | 20.34 | - |
| YUV | 85.67 | 149.64 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 124 | 0 | 0.89 | 0.37 | 0.22 | 325.08 | 0.81 | 0.43 |
| Hex | C6 | 15 | 7C | 0 | 59 | 25 | 16 | 145 | 51 | 2B |
| Octal | 306 | 25 | 174 | 0 | 131 | 45 | 26 | 505 | 121 | 53 |
| Binary | 11000110 | 10101 | 1111100 | 0 | 1011001 | 100101 | 10110 | 101000101 | 1010001 | 101011 |
Color Harmonies of #C6157C
Complementary color
Monochromatic Colors of #C6157C
Black with #C6157C
Text Example
Text Example
White with #C6157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6157C; }
p { color: rgb(198,21,124); }
H1.HeaderClassName
{
color: #C6157C;
}
.AnyTagClassName
{
color: #C6157C;
}
</style>
background-color css
<style>
a { background-color: #C6157C; }
a { background-color: rgb(198,21,124); }
div.DivClassName
{
background-color: #C6157C;
}
.BgClassName
{
background-color: #C6157C;
}
</style>
border-color css
<style>
span { border-color: #C6157C; }
span { border-color: rgb(198,21,124); }
td.TdClassName
{
border-color: #C6157C;
}
.TagClassName
{
border-color: #C6157C;
}
</style>