Shades of Medium Violet Red #C7107F
Tints of Medium Violet Red #C7107F
RGB
CMYK
RGB Variations
Color information
#C7107F (or 0xC7107F) is known color: Medium Violet Red. HEX triplet: C7, 10 and 7F. RGB value is (199,16,127). Sum of RGB (Red+Green+Blue) = 199+16+127=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C7107F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7107F is #38EF80. Grayscale: #535353. Windows color (decimal): -3731329 or 8327367. OLE color: 8327367.
HSL color Cylindrical-coordinate representation of color #C7107F: hue angle of 323.61º 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 #C7107F is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 127 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.22 |
| HSL | 323.61º | 0.85% | 0.42% | - |
| HSV(B) | 323.61º | 0.92% | 0.78% | - |
| XYZ | 27.57 | 14.05 | 21.34 | - |
| YUV | 83.37 | 152.63 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 127 | 0 | 0.92 | 0.36 | 0.22 | 323.61 | 0.85 | 0.42 |
| Hex | C7 | 10 | 7F | 0 | 5C | 24 | 16 | 144 | 55 | 2A |
| Octal | 307 | 20 | 177 | 0 | 134 | 44 | 26 | 504 | 125 | 52 |
| Binary | 11000111 | 10000 | 1111111 | 0 | 1011100 | 100100 | 10110 | 101000100 | 1010101 | 101010 |
Color Harmonies of #C7107F
Complementary color
Monochromatic Colors of #C7107F
Black with #C7107F
Text Example
Text Example
White with #C7107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7107F; }
p { color: rgb(199,16,127); }
H1.HeaderClassName
{
color: #C7107F;
}
.AnyTagClassName
{
color: #C7107F;
}
</style>
background-color css
<style>
a { background-color: #C7107F; }
a { background-color: rgb(199,16,127); }
div.DivClassName
{
background-color: #C7107F;
}
.BgClassName
{
background-color: #C7107F;
}
</style>
border-color css
<style>
span { border-color: #C7107F; }
span { border-color: rgb(199,16,127); }
td.TdClassName
{
border-color: #C7107F;
}
.TagClassName
{
border-color: #C7107F;
}
</style>