Shades of Medium Violet Red #C71DA0
Tints of Medium Violet Red #C71DA0
RGB
CMYK
RGB Variations
Color information
#C71DA0 (or 0xC71DA0) is known color: Medium Violet Red. HEX triplet: C7, 1D and A0. RGB value is (199,29,160). Sum of RGB (Red+Green+Blue) = 199+29+160=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C71DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71DA0 is #38E25F. Grayscale: #5E5E5E. Windows color (decimal): -3727968 or 10493383. OLE color: 10493383.
HSL color Cylindrical-coordinate representation of color #C71DA0: hue angle of 313.76º 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 #C71DA0 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 160 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.22 |
| HSL | 313.76º | 0.75% | 0.45% | - |
| HSV(B) | 313.76º | 0.85% | 0.78% | - |
| XYZ | 30.34 | 15.56 | 34.66 | - |
| YUV | 94.76 | 164.82 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 160 | 0 | 0.85 | 0.20 | 0.22 | 313.76 | 0.75 | 0.45 |
| Hex | C7 | 1D | A0 | 0 | 55 | 14 | 16 | 13A | 4B | 2D |
| Octal | 307 | 35 | 240 | 0 | 125 | 24 | 26 | 472 | 113 | 55 |
| Binary | 11000111 | 11101 | 10100000 | 0 | 1010101 | 10100 | 10110 | 100111010 | 1001011 | 101101 |
Color Harmonies of #C71DA0
Complementary color
Monochromatic Colors of #C71DA0
Black with #C71DA0
Text Example
Text Example
White with #C71DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71DA0; }
p { color: rgb(199,29,160); }
H1.HeaderClassName
{
color: #C71DA0;
}
.AnyTagClassName
{
color: #C71DA0;
}
</style>
background-color css
<style>
a { background-color: #C71DA0; }
a { background-color: rgb(199,29,160); }
div.DivClassName
{
background-color: #C71DA0;
}
.BgClassName
{
background-color: #C71DA0;
}
</style>
border-color css
<style>
span { border-color: #C71DA0; }
span { border-color: rgb(199,29,160); }
td.TdClassName
{
border-color: #C71DA0;
}
.TagClassName
{
border-color: #C71DA0;
}
</style>