Shades of Medium Violet Red #C7107D
Tints of Medium Violet Red #C7107D
RGB
CMYK
RGB Variations
Color information
#C7107D (or 0xC7107D) is known color: Medium Violet Red. HEX triplet: C7, 10 and 7D. RGB value is (199,16,125). Sum of RGB (Red+Green+Blue) = 199+16+125=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C7107D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7107D is #38EF82. Grayscale: #525252. Windows color (decimal): -3731331 or 8196295. OLE color: 8196295.
HSL color Cylindrical-coordinate representation of color #C7107D: hue angle of 324.26º 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 #C7107D is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 125 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.22 |
| HSL | 324.26º | 0.85% | 0.42% | - |
| HSV(B) | 324.26º | 0.92% | 0.78% | - |
| XYZ | 27.44 | 13.99 | 20.66 | - |
| YUV | 83.14 | 151.63 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 125 | 0 | 0.92 | 0.37 | 0.22 | 324.26 | 0.85 | 0.42 |
| Hex | C7 | 10 | 7D | 0 | 5C | 25 | 16 | 144 | 55 | 2A |
| Octal | 307 | 20 | 175 | 0 | 134 | 45 | 26 | 504 | 125 | 52 |
| Binary | 11000111 | 10000 | 1111101 | 0 | 1011100 | 100101 | 10110 | 101000100 | 1010101 | 101010 |
Color Harmonies of #C7107D
Complementary color
Monochromatic Colors of #C7107D
Black with #C7107D
Text Example
Text Example
White with #C7107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7107D; }
p { color: rgb(199,16,125); }
H1.HeaderClassName
{
color: #C7107D;
}
.AnyTagClassName
{
color: #C7107D;
}
</style>
background-color css
<style>
a { background-color: #C7107D; }
a { background-color: rgb(199,16,125); }
div.DivClassName
{
background-color: #C7107D;
}
.BgClassName
{
background-color: #C7107D;
}
</style>
border-color css
<style>
span { border-color: #C7107D; }
span { border-color: rgb(199,16,125); }
td.TdClassName
{
border-color: #C7107D;
}
.TagClassName
{
border-color: #C7107D;
}
</style>