Shades of Medium Violet Red #C71479
Tints of Medium Violet Red #C71479
RGB
CMYK
RGB Variations
Color information
#C71479 (or 0xC71479) is known color: Medium Violet Red. HEX triplet: C7, 14 and 79. RGB value is (199,20,121). Sum of RGB (Red+Green+Blue) = 199+20+121=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C71479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71479 is #38EB86. Grayscale: #545454. Windows color (decimal): -3730311 or 7935175. OLE color: 7935175.
HSL color Cylindrical-coordinate representation of color #C71479: hue angle of 326.15º 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 #C71479 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 121 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.22 |
| HSL | 326.15º | 0.82% | 0.43% | - |
| HSV(B) | 326.15º | 0.9% | 0.78% | - |
| XYZ | 27.25 | 14.02 | 19.36 | - |
| YUV | 85.04 | 148.3 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 121 | 0 | 0.90 | 0.39 | 0.22 | 326.15 | 0.82 | 0.43 |
| Hex | C7 | 14 | 79 | 0 | 5A | 27 | 16 | 146 | 52 | 2B |
| Octal | 307 | 24 | 171 | 0 | 132 | 47 | 26 | 506 | 122 | 53 |
| Binary | 11000111 | 10100 | 1111001 | 0 | 1011010 | 100111 | 10110 | 101000110 | 1010010 | 101011 |
Color Harmonies of #C71479
Complementary color
Monochromatic Colors of #C71479
Black with #C71479
Text Example
Text Example
White with #C71479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71479; }
p { color: rgb(199,20,121); }
H1.HeaderClassName
{
color: #C71479;
}
.AnyTagClassName
{
color: #C71479;
}
</style>
background-color css
<style>
a { background-color: #C71479; }
a { background-color: rgb(199,20,121); }
div.DivClassName
{
background-color: #C71479;
}
.BgClassName
{
background-color: #C71479;
}
</style>
border-color css
<style>
span { border-color: #C71479; }
span { border-color: rgb(199,20,121); }
td.TdClassName
{
border-color: #C71479;
}
.TagClassName
{
border-color: #C71479;
}
</style>