Shades of Medium Violet Red #C7127F
Tints of Medium Violet Red #C7127F
RGB
CMYK
RGB Variations
Color information
#C7127F (or 0xC7127F) is known color: Medium Violet Red. HEX triplet: C7, 12 and 7F. RGB value is (199,18,127). Sum of RGB (Red+Green+Blue) = 199+18+127=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C7127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7127F is #38ED80. Grayscale: #545454. Windows color (decimal): -3730817 or 8327879. OLE color: 8327879.
HSL color Cylindrical-coordinate representation of color #C7127F: hue angle of 323.87º 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 #C7127F is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 127 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.22 |
| HSL | 323.87º | 0.83% | 0.43% | - |
| HSV(B) | 323.87º | 0.91% | 0.78% | - |
| XYZ | 27.6 | 14.11 | 21.35 | - |
| YUV | 84.55 | 151.97 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 127 | 0 | 0.91 | 0.36 | 0.22 | 323.87 | 0.83 | 0.43 |
| Hex | C7 | 12 | 7F | 0 | 5B | 24 | 16 | 144 | 53 | 2B |
| Octal | 307 | 22 | 177 | 0 | 133 | 44 | 26 | 504 | 123 | 53 |
| Binary | 11000111 | 10010 | 1111111 | 0 | 1011011 | 100100 | 10110 | 101000100 | 1010011 | 101011 |
Color Harmonies of #C7127F
Complementary color
Monochromatic Colors of #C7127F
Black with #C7127F
Text Example
Text Example
White with #C7127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7127F; }
p { color: rgb(199,18,127); }
H1.HeaderClassName
{
color: #C7127F;
}
.AnyTagClassName
{
color: #C7127F;
}
</style>
background-color css
<style>
a { background-color: #C7127F; }
a { background-color: rgb(199,18,127); }
div.DivClassName
{
background-color: #C7127F;
}
.BgClassName
{
background-color: #C7127F;
}
</style>
border-color css
<style>
span { border-color: #C7127F; }
span { border-color: rgb(199,18,127); }
td.TdClassName
{
border-color: #C7127F;
}
.TagClassName
{
border-color: #C7127F;
}
</style>