Shades of Medium Violet Red #C71478
Tints of Medium Violet Red #C71478
RGB
CMYK
RGB Variations
Color information
#C71478 (or 0xC71478) is known color: Medium Violet Red. HEX triplet: C7, 14 and 78. RGB value is (199,20,120). Sum of RGB (Red+Green+Blue) = 199+20+120=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C71478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71478 is #38EB87. Grayscale: #545454. Windows color (decimal): -3730312 or 7869639. OLE color: 7869639.
HSL color Cylindrical-coordinate representation of color #C71478: hue angle of 326.48º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71478 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 120 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.22 |
| HSL | 326.48º | 0.82% | 0.43% | - |
| HSV(B) | 326.48º | 0.9% | 0.78% | - |
| XYZ | 27.19 | 14 | 19.04 | - |
| YUV | 84.92 | 147.8 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 120 | 0 | 0.90 | 0.40 | 0.22 | 326.48 | 0.82 | 0.43 |
| Hex | C7 | 14 | 78 | 0 | 5A | 28 | 16 | 146 | 52 | 2B |
| Octal | 307 | 24 | 170 | 0 | 132 | 50 | 26 | 506 | 122 | 53 |
| Binary | 11000111 | 10100 | 1111000 | 0 | 1011010 | 101000 | 10110 | 101000110 | 1010010 | 101011 |
Color Harmonies of #C71478
Complementary color
Monochromatic Colors of #C71478
Black with #C71478
Text Example
Text Example
White with #C71478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71478; }
p { color: rgb(199,20,120); }
H1.HeaderClassName
{
color: #C71478;
}
.AnyTagClassName
{
color: #C71478;
}
</style>
background-color css
<style>
a { background-color: #C71478; }
a { background-color: rgb(199,20,120); }
div.DivClassName
{
background-color: #C71478;
}
.BgClassName
{
background-color: #C71478;
}
</style>
border-color css
<style>
span { border-color: #C71478; }
span { border-color: rgb(199,20,120); }
td.TdClassName
{
border-color: #C71478;
}
.TagClassName
{
border-color: #C71478;
}
</style>