Shades of Medium Violet Red #C6117A
Tints of Medium Violet Red #C6117A
RGB
CMYK
RGB Variations
Color information
#C6117A (or 0xC6117A) is known color: Medium Violet Red. HEX triplet: C6, 11 and 7A. RGB value is (198,17,122). Sum of RGB (Red+Green+Blue) = 198+17+122=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C6117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6117A is #39EE85. Grayscale: #525252. Windows color (decimal): -3796614 or 7999942. OLE color: 7999942.
HSL color Cylindrical-coordinate representation of color #C6117A: hue angle of 325.19º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6117A is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 122 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.22 |
| HSL | 325.19º | 0.84% | 0.42% | - |
| HSV(B) | 325.19º | 0.91% | 0.78% | - |
| XYZ | 27 | 13.81 | 19.66 | - |
| YUV | 83.09 | 149.97 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 122 | 0 | 0.91 | 0.38 | 0.22 | 325.19 | 0.84 | 0.42 |
| Hex | C6 | 11 | 7A | 0 | 5B | 26 | 16 | 145 | 54 | 2A |
| Octal | 306 | 21 | 172 | 0 | 133 | 46 | 26 | 505 | 124 | 52 |
| Binary | 11000110 | 10001 | 1111010 | 0 | 1011011 | 100110 | 10110 | 101000101 | 1010100 | 101010 |
Color Harmonies of #C6117A
Complementary color
Monochromatic Colors of #C6117A
Black with #C6117A
Text Example
Text Example
White with #C6117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6117A; }
p { color: rgb(198,17,122); }
H1.HeaderClassName
{
color: #C6117A;
}
.AnyTagClassName
{
color: #C6117A;
}
</style>
background-color css
<style>
a { background-color: #C6117A; }
a { background-color: rgb(198,17,122); }
div.DivClassName
{
background-color: #C6117A;
}
.BgClassName
{
background-color: #C6117A;
}
</style>
border-color css
<style>
span { border-color: #C6117A; }
span { border-color: rgb(198,17,122); }
td.TdClassName
{
border-color: #C6117A;
}
.TagClassName
{
border-color: #C6117A;
}
</style>