Shades of Medium Violet Red #C7107E
Tints of Medium Violet Red #C7107E
RGB
CMYK
RGB Variations
Color information
#C7107E (or 0xC7107E) is known color: Medium Violet Red. HEX triplet: C7, 10 and 7E. RGB value is (199,16,126). Sum of RGB (Red+Green+Blue) = 199+16+126=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C7107E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7107E is #38EF81. Grayscale: #535353. Windows color (decimal): -3731330 or 8261831. OLE color: 8261831.
HSL color Cylindrical-coordinate representation of color #C7107E: hue angle of 323.93º 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 #C7107E is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 126 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.22 |
| HSL | 323.93º | 0.85% | 0.42% | - |
| HSV(B) | 323.93º | 0.92% | 0.78% | - |
| XYZ | 27.5 | 14.02 | 20.99 | - |
| YUV | 83.26 | 152.13 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 126 | 0 | 0.92 | 0.37 | 0.22 | 323.93 | 0.85 | 0.42 |
| Hex | C7 | 10 | 7E | 0 | 5C | 25 | 16 | 144 | 55 | 2A |
| Octal | 307 | 20 | 176 | 0 | 134 | 45 | 26 | 504 | 125 | 52 |
| Binary | 11000111 | 10000 | 1111110 | 0 | 1011100 | 100101 | 10110 | 101000100 | 1010101 | 101010 |
Color Harmonies of #C7107E
Complementary color
Monochromatic Colors of #C7107E
Black with #C7107E
Text Example
Text Example
White with #C7107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7107E; }
p { color: rgb(199,16,126); }
H1.HeaderClassName
{
color: #C7107E;
}
.AnyTagClassName
{
color: #C7107E;
}
</style>
background-color css
<style>
a { background-color: #C7107E; }
a { background-color: rgb(199,16,126); }
div.DivClassName
{
background-color: #C7107E;
}
.BgClassName
{
background-color: #C7107E;
}
</style>
border-color css
<style>
span { border-color: #C7107E; }
span { border-color: rgb(199,16,126); }
td.TdClassName
{
border-color: #C7107E;
}
.TagClassName
{
border-color: #C7107E;
}
</style>