Shades of Medium Violet Red #C71D95
Tints of Medium Violet Red #C71D95
RGB
CMYK
RGB Variations
Color information
#C71D95 (or 0xC71D95) is known color: Medium Violet Red. HEX triplet: C7, 1D and 95. RGB value is (199,29,149). Sum of RGB (Red+Green+Blue) = 199+29+149=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71D95 is #38E26A. Grayscale: #5D5D5D. Windows color (decimal): -3727979 or 9772487. OLE color: 9772487.
HSL color Cylindrical-coordinate representation of color #C71D95: hue angle of 317.65º degrees, saturation: 0.75, 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 #C71D95 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 149 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.22 |
| HSL | 317.65º | 0.75% | 0.45% | - |
| HSV(B) | 317.65º | 0.85% | 0.78% | - |
| XYZ | 29.42 | 15.19 | 29.82 | - |
| YUV | 93.51 | 159.32 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 149 | 0 | 0.85 | 0.25 | 0.22 | 317.65 | 0.75 | 0.45 |
| Hex | C7 | 1D | 95 | 0 | 55 | 19 | 16 | 13E | 4B | 2D |
| Octal | 307 | 35 | 225 | 0 | 125 | 31 | 26 | 476 | 113 | 55 |
| Binary | 11000111 | 11101 | 10010101 | 0 | 1010101 | 11001 | 10110 | 100111110 | 1001011 | 101101 |
Color Harmonies of #C71D95
Complementary color
Monochromatic Colors of #C71D95
Black with #C71D95
Text Example
Text Example
White with #C71D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71D95; }
p { color: rgb(199,29,149); }
H1.HeaderClassName
{
color: #C71D95;
}
.AnyTagClassName
{
color: #C71D95;
}
</style>
background-color css
<style>
a { background-color: #C71D95; }
a { background-color: rgb(199,29,149); }
div.DivClassName
{
background-color: #C71D95;
}
.BgClassName
{
background-color: #C71D95;
}
</style>
border-color css
<style>
span { border-color: #C71D95; }
span { border-color: rgb(199,29,149); }
td.TdClassName
{
border-color: #C71D95;
}
.TagClassName
{
border-color: #C71D95;
}
</style>