Shades of Medium Violet Red #C71773
Tints of Medium Violet Red #C71773
RGB
CMYK
RGB Variations
Color information
#C71773 (or 0xC71773) is known color: Medium Violet Red. HEX triplet: C7, 17 and 73. RGB value is (199,23,115). Sum of RGB (Red+Green+Blue) = 199+23+115=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C71773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71773 is #38E88C. Grayscale: #555555. Windows color (decimal): -3729549 or 7542727. OLE color: 7542727.
HSL color Cylindrical-coordinate representation of color #C71773: hue angle of 328.64º 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 #C71773 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 115 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.22 |
| HSL | 328.64º | 0.79% | 0.44% | - |
| HSV(B) | 328.64º | 0.88% | 0.78% | - |
| XYZ | 26.95 | 13.99 | 17.5 | - |
| YUV | 86.11 | 144.31 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 115 | 0 | 0.88 | 0.42 | 0.22 | 328.64 | 0.79 | 0.44 |
| Hex | C7 | 17 | 73 | 0 | 58 | 2A | 16 | 149 | 4F | 2C |
| Octal | 307 | 27 | 163 | 0 | 130 | 52 | 26 | 511 | 117 | 54 |
| Binary | 11000111 | 10111 | 1110011 | 0 | 1011000 | 101010 | 10110 | 101001001 | 1001111 | 101100 |
Color Harmonies of #C71773
Complementary color
Monochromatic Colors of #C71773
Black with #C71773
Text Example
Text Example
White with #C71773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71773; }
p { color: rgb(199,23,115); }
H1.HeaderClassName
{
color: #C71773;
}
.AnyTagClassName
{
color: #C71773;
}
</style>
background-color css
<style>
a { background-color: #C71773; }
a { background-color: rgb(199,23,115); }
div.DivClassName
{
background-color: #C71773;
}
.BgClassName
{
background-color: #C71773;
}
</style>
border-color css
<style>
span { border-color: #C71773; }
span { border-color: rgb(199,23,115); }
td.TdClassName
{
border-color: #C71773;
}
.TagClassName
{
border-color: #C71773;
}
</style>