Shades of Medium Violet Red #C80671
Tints of Medium Violet Red #C80671
RGB
CMYK
RGB Variations
Color information
#C80671 (or 0xC80671) is known color: Medium Violet Red. HEX triplet: C8, 06 and 71. RGB value is (200,6,113). Sum of RGB (Red+Green+Blue) = 200+6+113=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C80671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80671 is #37F98E. Grayscale: #4B4B4B. Windows color (decimal): -3668367 or 7407304. OLE color: 7407304.
HSL color Cylindrical-coordinate representation of color #C80671: hue angle of 326.91º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C80671 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 113 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.22 |
| HSL | 326.91º | 0.94% | 0.4% | - |
| HSV(B) | 326.91º | 0.97% | 0.78% | - |
| XYZ | 26.87 | 13.6 | 16.83 | - |
| YUV | 76.2 | 148.77 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 113 | 0 | 0.97 | 0.44 | 0.22 | 326.91 | 0.94 | 0.4 |
| Hex | C8 | 6 | 71 | 0 | 61 | 2C | 16 | 147 | 5E | 28 |
| Octal | 310 | 6 | 161 | 0 | 141 | 54 | 26 | 507 | 136 | 50 |
| Binary | 11001000 | 110 | 1110001 | 0 | 1100001 | 101100 | 10110 | 101000111 | 1011110 | 101000 |
Color Harmonies of #C80671
Complementary color
Monochromatic Colors of #C80671
Black with #C80671
Text Example
Text Example
White with #C80671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80671; }
p { color: rgb(200,6,113); }
H1.HeaderClassName
{
color: #C80671;
}
.AnyTagClassName
{
color: #C80671;
}
</style>
background-color css
<style>
a { background-color: #C80671; }
a { background-color: rgb(200,6,113); }
div.DivClassName
{
background-color: #C80671;
}
.BgClassName
{
background-color: #C80671;
}
</style>
border-color css
<style>
span { border-color: #C80671; }
span { border-color: rgb(200,6,113); }
td.TdClassName
{
border-color: #C80671;
}
.TagClassName
{
border-color: #C80671;
}
</style>