Shades of Medium Violet Red #C6157A
Tints of Medium Violet Red #C6157A
RGB
CMYK
RGB Variations
Color information
#C6157A (or 0xC6157A) is known color: Medium Violet Red. HEX triplet: C6, 15 and 7A. RGB value is (198,21,122). Sum of RGB (Red+Green+Blue) = 198+21+122=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6157A is #39EA85. Grayscale: #555555. Windows color (decimal): -3795590 or 8000966. OLE color: 8000966.
HSL color Cylindrical-coordinate representation of color #C6157A: hue angle of 325.76º 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 #C6157A is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 122 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.22 |
| HSL | 325.76º | 0.81% | 0.43% | - |
| HSV(B) | 325.76º | 0.89% | 0.78% | - |
| XYZ | 27.07 | 13.95 | 19.68 | - |
| YUV | 85.44 | 148.64 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 122 | 0 | 0.89 | 0.38 | 0.22 | 325.76 | 0.81 | 0.43 |
| Hex | C6 | 15 | 7A | 0 | 59 | 26 | 16 | 146 | 51 | 2B |
| Octal | 306 | 25 | 172 | 0 | 131 | 46 | 26 | 506 | 121 | 53 |
| Binary | 11000110 | 10101 | 1111010 | 0 | 1011001 | 100110 | 10110 | 101000110 | 1010001 | 101011 |
Color Harmonies of #C6157A
Complementary color
Monochromatic Colors of #C6157A
Black with #C6157A
Text Example
Text Example
White with #C6157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6157A; }
p { color: rgb(198,21,122); }
H1.HeaderClassName
{
color: #C6157A;
}
.AnyTagClassName
{
color: #C6157A;
}
</style>
background-color css
<style>
a { background-color: #C6157A; }
a { background-color: rgb(198,21,122); }
div.DivClassName
{
background-color: #C6157A;
}
.BgClassName
{
background-color: #C6157A;
}
</style>
border-color css
<style>
span { border-color: #C6157A; }
span { border-color: rgb(198,21,122); }
td.TdClassName
{
border-color: #C6157A;
}
.TagClassName
{
border-color: #C6157A;
}
</style>