Shades of Medium Violet Red #C71574
Tints of Medium Violet Red #C71574
RGB
CMYK
RGB Variations
Color information
#C71574 (or 0xC71574) is known color: Medium Violet Red. HEX triplet: C7, 15 and 74. RGB value is (199,21,116). Sum of RGB (Red+Green+Blue) = 199+21+116=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C71574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71574 is #38EA8B. Grayscale: #545454. Windows color (decimal): -3730060 or 7607751. OLE color: 7607751.
HSL color Cylindrical-coordinate representation of color #C71574: hue angle of 327.98º 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 #C71574 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 116 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.22 |
| HSL | 327.98º | 0.81% | 0.43% | - |
| HSV(B) | 327.98º | 0.89% | 0.78% | - |
| XYZ | 26.97 | 13.94 | 17.79 | - |
| YUV | 85.05 | 145.47 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 116 | 0 | 0.89 | 0.42 | 0.22 | 327.98 | 0.81 | 0.43 |
| Hex | C7 | 15 | 74 | 0 | 59 | 2A | 16 | 148 | 51 | 2B |
| Octal | 307 | 25 | 164 | 0 | 131 | 52 | 26 | 510 | 121 | 53 |
| Binary | 11000111 | 10101 | 1110100 | 0 | 1011001 | 101010 | 10110 | 101001000 | 1010001 | 101011 |
Color Harmonies of #C71574
Complementary color
Monochromatic Colors of #C71574
Black with #C71574
Text Example
Text Example
White with #C71574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71574; }
p { color: rgb(199,21,116); }
H1.HeaderClassName
{
color: #C71574;
}
.AnyTagClassName
{
color: #C71574;
}
</style>
background-color css
<style>
a { background-color: #C71574; }
a { background-color: rgb(199,21,116); }
div.DivClassName
{
background-color: #C71574;
}
.BgClassName
{
background-color: #C71574;
}
</style>
border-color css
<style>
span { border-color: #C71574; }
span { border-color: rgb(199,21,116); }
td.TdClassName
{
border-color: #C71574;
}
.TagClassName
{
border-color: #C71574;
}
</style>