Shades of Medium Violet Red #C7108D
Tints of Medium Violet Red #C7108D
RGB
CMYK
RGB Variations
Color information
#C7108D (or 0xC7108D) is known color: Medium Violet Red. HEX triplet: C7, 10 and 8D. RGB value is (199,16,141). Sum of RGB (Red+Green+Blue) = 199+16+141=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C7108D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7108D is #38EF72. Grayscale: #545454. Windows color (decimal): -3731315 or 9244871. OLE color: 9244871.
HSL color Cylindrical-coordinate representation of color #C7108D: hue angle of 319.02º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7108D is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 141 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.22 |
| HSL | 319.02º | 0.85% | 0.42% | - |
| HSV(B) | 319.02º | 0.92% | 0.78% | - |
| XYZ | 28.55 | 14.44 | 26.48 | - |
| YUV | 84.97 | 159.63 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 141 | 0 | 0.92 | 0.29 | 0.22 | 319.02 | 0.85 | 0.42 |
| Hex | C7 | 10 | 8D | 0 | 5C | 1D | 16 | 13F | 55 | 2A |
| Octal | 307 | 20 | 215 | 0 | 134 | 35 | 26 | 477 | 125 | 52 |
| Binary | 11000111 | 10000 | 10001101 | 0 | 1011100 | 11101 | 10110 | 100111111 | 1010101 | 101010 |
Color Harmonies of #C7108D
Complementary color
Monochromatic Colors of #C7108D
Black with #C7108D
Text Example
Text Example
White with #C7108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7108D; }
p { color: rgb(199,16,141); }
H1.HeaderClassName
{
color: #C7108D;
}
.AnyTagClassName
{
color: #C7108D;
}
</style>
background-color css
<style>
a { background-color: #C7108D; }
a { background-color: rgb(199,16,141); }
div.DivClassName
{
background-color: #C7108D;
}
.BgClassName
{
background-color: #C7108D;
}
</style>
border-color css
<style>
span { border-color: #C7108D; }
span { border-color: rgb(199,16,141); }
td.TdClassName
{
border-color: #C7108D;
}
.TagClassName
{
border-color: #C7108D;
}
</style>