Shades of Medium Violet Red #C71D8C
Tints of Medium Violet Red #C71D8C
RGB
CMYK
RGB Variations
Color information
#C71D8C (or 0xC71D8C) is known color: Medium Violet Red. HEX triplet: C7, 1D and 8C. RGB value is (199,29,140). Sum of RGB (Red+Green+Blue) = 199+29+140=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71D8C is #38E273. Grayscale: #5C5C5C. Windows color (decimal): -3727988 or 9182663. OLE color: 9182663.
HSL color Cylindrical-coordinate representation of color #C71D8C: hue angle of 320.82º 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 #C71D8C is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 140 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.22 |
| HSL | 320.82º | 0.75% | 0.45% | - |
| HSV(B) | 320.82º | 0.85% | 0.78% | - |
| XYZ | 28.73 | 14.91 | 26.18 | - |
| YUV | 92.48 | 154.82 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 140 | 0 | 0.85 | 0.30 | 0.22 | 320.82 | 0.75 | 0.45 |
| Hex | C7 | 1D | 8C | 0 | 55 | 1E | 16 | 141 | 4B | 2D |
| Octal | 307 | 35 | 214 | 0 | 125 | 36 | 26 | 501 | 113 | 55 |
| Binary | 11000111 | 11101 | 10001100 | 0 | 1010101 | 11110 | 10110 | 101000001 | 1001011 | 101101 |
Color Harmonies of #C71D8C
Complementary color
Monochromatic Colors of #C71D8C
Black with #C71D8C
Text Example
Text Example
White with #C71D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71D8C; }
p { color: rgb(199,29,140); }
H1.HeaderClassName
{
color: #C71D8C;
}
.AnyTagClassName
{
color: #C71D8C;
}
</style>
background-color css
<style>
a { background-color: #C71D8C; }
a { background-color: rgb(199,29,140); }
div.DivClassName
{
background-color: #C71D8C;
}
.BgClassName
{
background-color: #C71D8C;
}
</style>
border-color css
<style>
span { border-color: #C71D8C; }
span { border-color: rgb(199,29,140); }
td.TdClassName
{
border-color: #C71D8C;
}
.TagClassName
{
border-color: #C71D8C;
}
</style>