Shades of Medium Violet Red #C71E9D
Tints of Medium Violet Red #C71E9D
RGB
CMYK
RGB Variations
Color information
#C71E9D (or 0xC71E9D) is known color: Medium Violet Red. HEX triplet: C7, 1E and 9D. RGB value is (199,30,157). Sum of RGB (Red+Green+Blue) = 199+30+157=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71E9D is #38E162. Grayscale: #5E5E5E. Windows color (decimal): -3727715 or 10297031. OLE color: 10297031.
HSL color Cylindrical-coordinate representation of color #C71E9D: hue angle of 314.91º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71E9D is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 30 | 157 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.22 |
| HSL | 314.91º | 0.74% | 0.45% | - |
| HSV(B) | 314.91º | 0.85% | 0.78% | - |
| XYZ | 30.1 | 15.5 | 33.3 | - |
| YUV | 95.01 | 162.99 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 157 | 0 | 0.85 | 0.21 | 0.22 | 314.91 | 0.74 | 0.45 |
| Hex | C7 | 1E | 9D | 0 | 55 | 15 | 16 | 13B | 4A | 2D |
| Octal | 307 | 36 | 235 | 0 | 125 | 25 | 26 | 473 | 112 | 55 |
| Binary | 11000111 | 11110 | 10011101 | 0 | 1010101 | 10101 | 10110 | 100111011 | 1001010 | 101101 |
Color Harmonies of #C71E9D
Complementary color
Monochromatic Colors of #C71E9D
Black with #C71E9D
Text Example
Text Example
White with #C71E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71E9D; }
p { color: rgb(199,30,157); }
H1.HeaderClassName
{
color: #C71E9D;
}
.AnyTagClassName
{
color: #C71E9D;
}
</style>
background-color css
<style>
a { background-color: #C71E9D; }
a { background-color: rgb(199,30,157); }
div.DivClassName
{
background-color: #C71E9D;
}
.BgClassName
{
background-color: #C71E9D;
}
</style>
border-color css
<style>
span { border-color: #C71E9D; }
span { border-color: rgb(199,30,157); }
td.TdClassName
{
border-color: #C71E9D;
}
.TagClassName
{
border-color: #C71E9D;
}
</style>