Shades of Medium Violet Red #C1078D
Tints of Medium Violet Red #C1078D
RGB
CMYK
RGB Variations
Color information
#C1078D (or 0xC1078D) is known color: Medium Violet Red. HEX triplet: C1, 07 and 8D. RGB value is (193,7,141). Sum of RGB (Red+Green+Blue) = 193+7+141=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1078D is #3EF872. Grayscale: #4D4D4D. Windows color (decimal): -4126835 or 9242561. OLE color: 9242561.
HSL color Cylindrical-coordinate representation of color #C1078D: hue angle of 316.77º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C1078D is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 141 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.24 |
| HSL | 316.77º | 0.93% | 0.39% | - |
| HSV(B) | 316.77º | 0.96% | 0.76% | - |
| XYZ | 26.88 | 13.41 | 26.37 | - |
| YUV | 77.89 | 163.62 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 141 | 0 | 0.96 | 0.27 | 0.24 | 316.77 | 0.93 | 0.39 |
| Hex | C1 | 7 | 8D | 0 | 60 | 1B | 18 | 13D | 5D | 27 |
| Octal | 301 | 7 | 215 | 0 | 140 | 33 | 30 | 475 | 135 | 47 |
| Binary | 11000001 | 111 | 10001101 | 0 | 1100000 | 11011 | 11000 | 100111101 | 1011101 | 100111 |
Color Harmonies of #C1078D
Complementary color
Monochromatic Colors of #C1078D
Black with #C1078D
Text Example
Text Example
White with #C1078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1078D; }
p { color: rgb(193,7,141); }
H1.HeaderClassName
{
color: #C1078D;
}
.AnyTagClassName
{
color: #C1078D;
}
</style>
background-color css
<style>
a { background-color: #C1078D; }
a { background-color: rgb(193,7,141); }
div.DivClassName
{
background-color: #C1078D;
}
.BgClassName
{
background-color: #C1078D;
}
</style>
border-color css
<style>
span { border-color: #C1078D; }
span { border-color: rgb(193,7,141); }
td.TdClassName
{
border-color: #C1078D;
}
.TagClassName
{
border-color: #C1078D;
}
</style>