Shades of Medium Violet Red #C71E75
Tints of Medium Violet Red #C71E75
RGB
CMYK
RGB Variations
Color information
#C71E75 (or 0xC71E75) is known color: Medium Violet Red. HEX triplet: C7, 1E and 75. RGB value is (199,30,117). Sum of RGB (Red+Green+Blue) = 199+30+117=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71E75 is #38E18A. Grayscale: #5A5A5A. Windows color (decimal): -3727755 or 7675591. OLE color: 7675591.
HSL color Cylindrical-coordinate representation of color #C71E75: hue angle of 329.11º 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 #C71E75 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 30 | 117 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.22 |
| HSL | 329.11º | 0.74% | 0.45% | - |
| HSV(B) | 329.11º | 0.85% | 0.78% | - |
| XYZ | 27.23 | 14.36 | 18.17 | - |
| YUV | 90.45 | 142.99 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 117 | 0 | 0.85 | 0.41 | 0.22 | 329.11 | 0.74 | 0.45 |
| Hex | C7 | 1E | 75 | 0 | 55 | 29 | 16 | 149 | 4A | 2D |
| Octal | 307 | 36 | 165 | 0 | 125 | 51 | 26 | 511 | 112 | 55 |
| Binary | 11000111 | 11110 | 1110101 | 0 | 1010101 | 101001 | 10110 | 101001001 | 1001010 | 101101 |
Color Harmonies of #C71E75
Complementary color
Monochromatic Colors of #C71E75
Black with #C71E75
Text Example
Text Example
White with #C71E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71E75; }
p { color: rgb(199,30,117); }
H1.HeaderClassName
{
color: #C71E75;
}
.AnyTagClassName
{
color: #C71E75;
}
</style>
background-color css
<style>
a { background-color: #C71E75; }
a { background-color: rgb(199,30,117); }
div.DivClassName
{
background-color: #C71E75;
}
.BgClassName
{
background-color: #C71E75;
}
</style>
border-color css
<style>
span { border-color: #C71E75; }
span { border-color: rgb(199,30,117); }
td.TdClassName
{
border-color: #C71E75;
}
.TagClassName
{
border-color: #C71E75;
}
</style>