Shades of Medium Violet Red #C6137A
Tints of Medium Violet Red #C6137A
RGB
CMYK
RGB Variations
Color information
#C6137A (or 0xC6137A) is known color: Medium Violet Red. HEX triplet: C6, 13 and 7A. RGB value is (198,19,122). Sum of RGB (Red+Green+Blue) = 198+19+122=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C6137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6137A is #39EC85. Grayscale: #545454. Windows color (decimal): -3796102 or 8000454. OLE color: 8000454.
HSL color Cylindrical-coordinate representation of color #C6137A: hue angle of 325.47º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6137A is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 122 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.22 |
| HSL | 325.47º | 0.82% | 0.43% | - |
| HSV(B) | 325.47º | 0.9% | 0.78% | - |
| XYZ | 27.03 | 13.88 | 19.67 | - |
| YUV | 84.26 | 149.3 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 122 | 0 | 0.90 | 0.38 | 0.22 | 325.47 | 0.82 | 0.43 |
| Hex | C6 | 13 | 7A | 0 | 5A | 26 | 16 | 145 | 52 | 2B |
| Octal | 306 | 23 | 172 | 0 | 132 | 46 | 26 | 505 | 122 | 53 |
| Binary | 11000110 | 10011 | 1111010 | 0 | 1011010 | 100110 | 10110 | 101000101 | 1010010 | 101011 |
Color Harmonies of #C6137A
Complementary color
Monochromatic Colors of #C6137A
Black with #C6137A
Text Example
Text Example
White with #C6137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6137A; }
p { color: rgb(198,19,122); }
H1.HeaderClassName
{
color: #C6137A;
}
.AnyTagClassName
{
color: #C6137A;
}
</style>
background-color css
<style>
a { background-color: #C6137A; }
a { background-color: rgb(198,19,122); }
div.DivClassName
{
background-color: #C6137A;
}
.BgClassName
{
background-color: #C6137A;
}
</style>
border-color css
<style>
span { border-color: #C6137A; }
span { border-color: rgb(198,19,122); }
td.TdClassName
{
border-color: #C6137A;
}
.TagClassName
{
border-color: #C6137A;
}
</style>