Shades of Medium Violet Red #C71578
Tints of Medium Violet Red #C71578
RGB
CMYK
RGB Variations
Color information
#C71578 (or 0xC71578) is known color: Medium Violet Red. HEX triplet: C7, 15 and 78. RGB value is (199,21,120). Sum of RGB (Red+Green+Blue) = 199+21+120=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C71578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71578 is #38EA87. Grayscale: #555555. Windows color (decimal): -3730056 or 7869895. OLE color: 7869895.
HSL color Cylindrical-coordinate representation of color #C71578: hue angle of 326.63º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71578 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 120 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.22 |
| HSL | 326.63º | 0.81% | 0.43% | - |
| HSV(B) | 326.63º | 0.89% | 0.78% | - |
| XYZ | 27.21 | 14.03 | 19.04 | - |
| YUV | 85.51 | 147.47 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 120 | 0 | 0.89 | 0.40 | 0.22 | 326.63 | 0.81 | 0.43 |
| Hex | C7 | 15 | 78 | 0 | 59 | 28 | 16 | 147 | 51 | 2B |
| Octal | 307 | 25 | 170 | 0 | 131 | 50 | 26 | 507 | 121 | 53 |
| Binary | 11000111 | 10101 | 1111000 | 0 | 1011001 | 101000 | 10110 | 101000111 | 1010001 | 101011 |
Color Harmonies of #C71578
Complementary color
Monochromatic Colors of #C71578
Black with #C71578
Text Example
Text Example
White with #C71578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71578; }
p { color: rgb(199,21,120); }
H1.HeaderClassName
{
color: #C71578;
}
.AnyTagClassName
{
color: #C71578;
}
</style>
background-color css
<style>
a { background-color: #C71578; }
a { background-color: rgb(199,21,120); }
div.DivClassName
{
background-color: #C71578;
}
.BgClassName
{
background-color: #C71578;
}
</style>
border-color css
<style>
span { border-color: #C71578; }
span { border-color: rgb(199,21,120); }
td.TdClassName
{
border-color: #C71578;
}
.TagClassName
{
border-color: #C71578;
}
</style>