Shades of Medium Violet Red #C71573
Tints of Medium Violet Red #C71573
RGB
CMYK
RGB Variations
Color information
#C71573 (or 0xC71573) is known color: Medium Violet Red. HEX triplet: C7, 15 and 73. RGB value is (199,21,115). Sum of RGB (Red+Green+Blue) = 199+21+115=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C71573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71573 is #38EA8C. Grayscale: #545454. Windows color (decimal): -3730061 or 7542215. OLE color: 7542215.
HSL color Cylindrical-coordinate representation of color #C71573: hue angle of 328.31º 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 #C71573 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 115 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.22 |
| HSL | 328.31º | 0.81% | 0.43% | - |
| HSV(B) | 328.31º | 0.89% | 0.78% | - |
| XYZ | 26.92 | 13.92 | 17.49 | - |
| YUV | 84.94 | 144.97 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 115 | 0 | 0.89 | 0.42 | 0.22 | 328.31 | 0.81 | 0.43 |
| Hex | C7 | 15 | 73 | 0 | 59 | 2A | 16 | 148 | 51 | 2B |
| Octal | 307 | 25 | 163 | 0 | 131 | 52 | 26 | 510 | 121 | 53 |
| Binary | 11000111 | 10101 | 1110011 | 0 | 1011001 | 101010 | 10110 | 101001000 | 1010001 | 101011 |
Color Harmonies of #C71573
Complementary color
Monochromatic Colors of #C71573
Black with #C71573
Text Example
Text Example
White with #C71573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71573; }
p { color: rgb(199,21,115); }
H1.HeaderClassName
{
color: #C71573;
}
.AnyTagClassName
{
color: #C71573;
}
</style>
background-color css
<style>
a { background-color: #C71573; }
a { background-color: rgb(199,21,115); }
div.DivClassName
{
background-color: #C71573;
}
.BgClassName
{
background-color: #C71573;
}
</style>
border-color css
<style>
span { border-color: #C71573; }
span { border-color: rgb(199,21,115); }
td.TdClassName
{
border-color: #C71573;
}
.TagClassName
{
border-color: #C71573;
}
</style>