Shades of Medium Violet Red #C71673
Tints of Medium Violet Red #C71673
RGB
CMYK
RGB Variations
Color information
#C71673 (or 0xC71673) is known color: Medium Violet Red. HEX triplet: C7, 16 and 73. RGB value is (199,22,115). Sum of RGB (Red+Green+Blue) = 199+22+115=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C71673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71673 is #38E98C. Grayscale: #555555. Windows color (decimal): -3729805 or 7542471. OLE color: 7542471.
HSL color Cylindrical-coordinate representation of color #C71673: hue angle of 328.47º degrees, saturation: 0.8, 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 #C71673 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 115 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.22 |
| HSL | 328.47º | 0.8% | 0.43% | - |
| HSV(B) | 328.47º | 0.89% | 0.78% | - |
| XYZ | 26.93 | 13.95 | 17.49 | - |
| YUV | 85.53 | 144.64 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 115 | 0 | 0.89 | 0.42 | 0.22 | 328.47 | 0.8 | 0.43 |
| Hex | C7 | 16 | 73 | 0 | 59 | 2A | 16 | 148 | 50 | 2B |
| Octal | 307 | 26 | 163 | 0 | 131 | 52 | 26 | 510 | 120 | 53 |
| Binary | 11000111 | 10110 | 1110011 | 0 | 1011001 | 101010 | 10110 | 101001000 | 1010000 | 101011 |
Color Harmonies of #C71673
Complementary color
Monochromatic Colors of #C71673
Black with #C71673
Text Example
Text Example
White with #C71673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71673; }
p { color: rgb(199,22,115); }
H1.HeaderClassName
{
color: #C71673;
}
.AnyTagClassName
{
color: #C71673;
}
</style>
background-color css
<style>
a { background-color: #C71673; }
a { background-color: rgb(199,22,115); }
div.DivClassName
{
background-color: #C71673;
}
.BgClassName
{
background-color: #C71673;
}
</style>
border-color css
<style>
span { border-color: #C71673; }
span { border-color: rgb(199,22,115); }
td.TdClassName
{
border-color: #C71673;
}
.TagClassName
{
border-color: #C71673;
}
</style>