Shades of Medium Violet Red #C7127A
Tints of Medium Violet Red #C7127A
RGB
CMYK
RGB Variations
Color information
#C7127A (or 0xC7127A) is known color: Medium Violet Red. HEX triplet: C7, 12 and 7A. RGB value is (199,18,122). Sum of RGB (Red+Green+Blue) = 199+18+122=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C7127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7127A is #38ED85. Grayscale: #535353. Windows color (decimal): -3730822 or 8000199. OLE color: 8000199.
HSL color Cylindrical-coordinate representation of color #C7127A: hue angle of 325.52º 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 #C7127A is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 122 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.22 |
| HSL | 325.52º | 0.83% | 0.43% | - |
| HSV(B) | 325.52º | 0.91% | 0.78% | - |
| XYZ | 27.28 | 13.98 | 19.67 | - |
| YUV | 83.98 | 149.47 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 122 | 0 | 0.91 | 0.39 | 0.22 | 325.52 | 0.83 | 0.43 |
| Hex | C7 | 12 | 7A | 0 | 5B | 27 | 16 | 146 | 53 | 2B |
| Octal | 307 | 22 | 172 | 0 | 133 | 47 | 26 | 506 | 123 | 53 |
| Binary | 11000111 | 10010 | 1111010 | 0 | 1011011 | 100111 | 10110 | 101000110 | 1010011 | 101011 |
Color Harmonies of #C7127A
Complementary color
Monochromatic Colors of #C7127A
Black with #C7127A
Text Example
Text Example
White with #C7127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7127A; }
p { color: rgb(199,18,122); }
H1.HeaderClassName
{
color: #C7127A;
}
.AnyTagClassName
{
color: #C7127A;
}
</style>
background-color css
<style>
a { background-color: #C7127A; }
a { background-color: rgb(199,18,122); }
div.DivClassName
{
background-color: #C7127A;
}
.BgClassName
{
background-color: #C7127A;
}
</style>
border-color css
<style>
span { border-color: #C7127A; }
span { border-color: rgb(199,18,122); }
td.TdClassName
{
border-color: #C7127A;
}
.TagClassName
{
border-color: #C7127A;
}
</style>