Shades of Medium Violet Red #C7127C
Tints of Medium Violet Red #C7127C
RGB
CMYK
RGB Variations
Color information
#C7127C (or 0xC7127C) is known color: Medium Violet Red. HEX triplet: C7, 12 and 7C. RGB value is (199,18,124). Sum of RGB (Red+Green+Blue) = 199+18+124=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C7127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7127C is #38ED83. Grayscale: #535353. Windows color (decimal): -3730820 or 8131271. OLE color: 8131271.
HSL color Cylindrical-coordinate representation of color #C7127C: hue angle of 324.86º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7127C is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 124 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.22 |
| HSL | 324.86º | 0.83% | 0.43% | - |
| HSV(B) | 324.86º | 0.91% | 0.78% | - |
| XYZ | 27.41 | 14.03 | 20.33 | - |
| YUV | 84.2 | 150.47 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 124 | 0 | 0.91 | 0.38 | 0.22 | 324.86 | 0.83 | 0.43 |
| Hex | C7 | 12 | 7C | 0 | 5B | 26 | 16 | 145 | 53 | 2B |
| Octal | 307 | 22 | 174 | 0 | 133 | 46 | 26 | 505 | 123 | 53 |
| Binary | 11000111 | 10010 | 1111100 | 0 | 1011011 | 100110 | 10110 | 101000101 | 1010011 | 101011 |
Color Harmonies of #C7127C
Complementary color
Monochromatic Colors of #C7127C
Black with #C7127C
Text Example
Text Example
White with #C7127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7127C; }
p { color: rgb(199,18,124); }
H1.HeaderClassName
{
color: #C7127C;
}
.AnyTagClassName
{
color: #C7127C;
}
</style>
background-color css
<style>
a { background-color: #C7127C; }
a { background-color: rgb(199,18,124); }
div.DivClassName
{
background-color: #C7127C;
}
.BgClassName
{
background-color: #C7127C;
}
</style>
border-color css
<style>
span { border-color: #C7127C; }
span { border-color: rgb(199,18,124); }
td.TdClassName
{
border-color: #C7127C;
}
.TagClassName
{
border-color: #C7127C;
}
</style>