Shades of Medium Violet Red #C7129F
Tints of Medium Violet Red #C7129F
RGB
CMYK
RGB Variations
Color information
#C7129F (or 0xC7129F) is known color: Medium Violet Red. HEX triplet: C7, 12 and 9F. RGB value is (199,18,159). Sum of RGB (Red+Green+Blue) = 199+18+159=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7129F is #38ED60. Grayscale: #575757. Windows color (decimal): -3730785 or 10425031. OLE color: 10425031.
HSL color Cylindrical-coordinate representation of color #C7129F: hue angle of 313.26º 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 #C7129F is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 159 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.22 |
| HSL | 313.26º | 0.83% | 0.43% | - |
| HSV(B) | 313.26º | 0.91% | 0.78% | - |
| XYZ | 30.03 | 15.08 | 34.13 | - |
| YUV | 88.19 | 167.97 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 159 | 0 | 0.91 | 0.20 | 0.22 | 313.26 | 0.83 | 0.43 |
| Hex | C7 | 12 | 9F | 0 | 5B | 14 | 16 | 139 | 53 | 2B |
| Octal | 307 | 22 | 237 | 0 | 133 | 24 | 26 | 471 | 123 | 53 |
| Binary | 11000111 | 10010 | 10011111 | 0 | 1011011 | 10100 | 10110 | 100111001 | 1010011 | 101011 |
Color Harmonies of #C7129F
Complementary color
Monochromatic Colors of #C7129F
Black with #C7129F
Text Example
Text Example
White with #C7129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7129F; }
p { color: rgb(199,18,159); }
H1.HeaderClassName
{
color: #C7129F;
}
.AnyTagClassName
{
color: #C7129F;
}
</style>
background-color css
<style>
a { background-color: #C7129F; }
a { background-color: rgb(199,18,159); }
div.DivClassName
{
background-color: #C7129F;
}
.BgClassName
{
background-color: #C7129F;
}
</style>
border-color css
<style>
span { border-color: #C7129F; }
span { border-color: rgb(199,18,159); }
td.TdClassName
{
border-color: #C7129F;
}
.TagClassName
{
border-color: #C7129F;
}
</style>