Shades of Medium Violet Red #C6117B
Tints of Medium Violet Red #C6117B
RGB
CMYK
RGB Variations
Color information
#C6117B (or 0xC6117B) is known color: Medium Violet Red. HEX triplet: C6, 11 and 7B. RGB value is (198,17,123). Sum of RGB (Red+Green+Blue) = 198+17+123=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C6117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6117B is #39EE84. Grayscale: #525252. Windows color (decimal): -3796613 or 8065478. OLE color: 8065478.
HSL color Cylindrical-coordinate representation of color #C6117B: hue angle of 324.86º 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 #C6117B is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 123 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.22 |
| HSL | 324.86º | 0.84% | 0.42% | - |
| HSV(B) | 324.86º | 0.91% | 0.78% | - |
| XYZ | 27.06 | 13.84 | 19.98 | - |
| YUV | 83.2 | 150.47 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 123 | 0 | 0.91 | 0.38 | 0.22 | 324.86 | 0.84 | 0.42 |
| Hex | C6 | 11 | 7B | 0 | 5B | 26 | 16 | 145 | 54 | 2A |
| Octal | 306 | 21 | 173 | 0 | 133 | 46 | 26 | 505 | 124 | 52 |
| Binary | 11000110 | 10001 | 1111011 | 0 | 1011011 | 100110 | 10110 | 101000101 | 1010100 | 101010 |
Color Harmonies of #C6117B
Complementary color
Monochromatic Colors of #C6117B
Black with #C6117B
Text Example
Text Example
White with #C6117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6117B; }
p { color: rgb(198,17,123); }
H1.HeaderClassName
{
color: #C6117B;
}
.AnyTagClassName
{
color: #C6117B;
}
</style>
background-color css
<style>
a { background-color: #C6117B; }
a { background-color: rgb(198,17,123); }
div.DivClassName
{
background-color: #C6117B;
}
.BgClassName
{
background-color: #C6117B;
}
</style>
border-color css
<style>
span { border-color: #C6117B; }
span { border-color: rgb(198,17,123); }
td.TdClassName
{
border-color: #C6117B;
}
.TagClassName
{
border-color: #C6117B;
}
</style>