Shades of Medium Violet Red #C7107A
Tints of Medium Violet Red #C7107A
RGB
CMYK
RGB Variations
Color information
#C7107A (or 0xC7107A) is known color: Medium Violet Red. HEX triplet: C7, 10 and 7A. RGB value is (199,16,122). Sum of RGB (Red+Green+Blue) = 199+16+122=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C7107A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7107A is #38EF85. Grayscale: #525252. Windows color (decimal): -3731334 or 7999687. OLE color: 7999687.
HSL color Cylindrical-coordinate representation of color #C7107A: hue angle of 325.25º 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 #C7107A is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 122 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.22 |
| HSL | 325.25º | 0.85% | 0.42% | - |
| HSV(B) | 325.25º | 0.92% | 0.78% | - |
| XYZ | 27.25 | 13.92 | 19.66 | - |
| YUV | 82.8 | 150.13 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 122 | 0 | 0.92 | 0.39 | 0.22 | 325.25 | 0.85 | 0.42 |
| Hex | C7 | 10 | 7A | 0 | 5C | 27 | 16 | 145 | 55 | 2A |
| Octal | 307 | 20 | 172 | 0 | 134 | 47 | 26 | 505 | 125 | 52 |
| Binary | 11000111 | 10000 | 1111010 | 0 | 1011100 | 100111 | 10110 | 101000101 | 1010101 | 101010 |
Color Harmonies of #C7107A
Complementary color
Monochromatic Colors of #C7107A
Black with #C7107A
Text Example
Text Example
White with #C7107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7107A; }
p { color: rgb(199,16,122); }
H1.HeaderClassName
{
color: #C7107A;
}
.AnyTagClassName
{
color: #C7107A;
}
</style>
background-color css
<style>
a { background-color: #C7107A; }
a { background-color: rgb(199,16,122); }
div.DivClassName
{
background-color: #C7107A;
}
.BgClassName
{
background-color: #C7107A;
}
</style>
border-color css
<style>
span { border-color: #C7107A; }
span { border-color: rgb(199,16,122); }
td.TdClassName
{
border-color: #C7107A;
}
.TagClassName
{
border-color: #C7107A;
}
</style>