Shades of Medium Violet Red #C71774
Tints of Medium Violet Red #C71774
RGB
CMYK
RGB Variations
Color information
#C71774 (or 0xC71774) is known color: Medium Violet Red. HEX triplet: C7, 17 and 74. RGB value is (199,23,116). Sum of RGB (Red+Green+Blue) = 199+23+116=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C71774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71774 is #38E88B. Grayscale: #565656. Windows color (decimal): -3729548 or 7608263. OLE color: 7608263.
HSL color Cylindrical-coordinate representation of color #C71774: hue angle of 328.3º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71774 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 116 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.22 |
| HSL | 328.3º | 0.79% | 0.44% | - |
| HSV(B) | 328.3º | 0.88% | 0.78% | - |
| XYZ | 27.01 | 14.02 | 17.8 | - |
| YUV | 86.23 | 144.81 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 116 | 0 | 0.88 | 0.42 | 0.22 | 328.3 | 0.79 | 0.44 |
| Hex | C7 | 17 | 74 | 0 | 58 | 2A | 16 | 148 | 4F | 2C |
| Octal | 307 | 27 | 164 | 0 | 130 | 52 | 26 | 510 | 117 | 54 |
| Binary | 11000111 | 10111 | 1110100 | 0 | 1011000 | 101010 | 10110 | 101001000 | 1001111 | 101100 |
Color Harmonies of #C71774
Complementary color
Monochromatic Colors of #C71774
Black with #C71774
Text Example
Text Example
White with #C71774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71774; }
p { color: rgb(199,23,116); }
H1.HeaderClassName
{
color: #C71774;
}
.AnyTagClassName
{
color: #C71774;
}
</style>
background-color css
<style>
a { background-color: #C71774; }
a { background-color: rgb(199,23,116); }
div.DivClassName
{
background-color: #C71774;
}
.BgClassName
{
background-color: #C71774;
}
</style>
border-color css
<style>
span { border-color: #C71774; }
span { border-color: rgb(199,23,116); }
td.TdClassName
{
border-color: #C71774;
}
.TagClassName
{
border-color: #C71774;
}
</style>