Shades of Medium Violet Red #C7129D
Tints of Medium Violet Red #C7129D
RGB
CMYK
RGB Variations
Color information
#C7129D (or 0xC7129D) is known color: Medium Violet Red. HEX triplet: C7, 12 and 9D. RGB value is (199,18,157). Sum of RGB (Red+Green+Blue) = 199+18+157=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7129D is #38ED62. Grayscale: #575757. Windows color (decimal): -3730787 or 10293959. OLE color: 10293959.
HSL color Cylindrical-coordinate representation of color #C7129D: hue angle of 313.92º 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 #C7129D is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 157 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.22 |
| HSL | 313.92º | 0.83% | 0.43% | - |
| HSV(B) | 313.92º | 0.91% | 0.78% | - |
| XYZ | 29.86 | 15.01 | 33.22 | - |
| YUV | 87.97 | 166.97 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 157 | 0 | 0.91 | 0.21 | 0.22 | 313.92 | 0.83 | 0.43 |
| Hex | C7 | 12 | 9D | 0 | 5B | 15 | 16 | 13A | 53 | 2B |
| Octal | 307 | 22 | 235 | 0 | 133 | 25 | 26 | 472 | 123 | 53 |
| Binary | 11000111 | 10010 | 10011101 | 0 | 1011011 | 10101 | 10110 | 100111010 | 1010011 | 101011 |
Color Harmonies of #C7129D
Complementary color
Monochromatic Colors of #C7129D
Black with #C7129D
Text Example
Text Example
White with #C7129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7129D; }
p { color: rgb(199,18,157); }
H1.HeaderClassName
{
color: #C7129D;
}
.AnyTagClassName
{
color: #C7129D;
}
</style>
background-color css
<style>
a { background-color: #C7129D; }
a { background-color: rgb(199,18,157); }
div.DivClassName
{
background-color: #C7129D;
}
.BgClassName
{
background-color: #C7129D;
}
</style>
border-color css
<style>
span { border-color: #C7129D; }
span { border-color: rgb(199,18,157); }
td.TdClassName
{
border-color: #C7129D;
}
.TagClassName
{
border-color: #C7129D;
}
</style>