Shades of Medium Violet Red #C80A71
Tints of Medium Violet Red #C80A71
RGB
CMYK
RGB Variations
Color information
#C80A71 (or 0xC80A71) is known color: Medium Violet Red. HEX triplet: C8, 0A and 71. RGB value is (200,10,113). Sum of RGB (Red+Green+Blue) = 200+10+113=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80A71 is #37F58E. Grayscale: #4E4E4E. Windows color (decimal): -3667343 or 7408328. OLE color: 7408328.
HSL color Cylindrical-coordinate representation of color #C80A71: hue angle of 327.47º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80A71 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 113 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.22 |
| HSL | 327.47º | 0.9% | 0.41% | - |
| HSV(B) | 327.47º | 0.95% | 0.78% | - |
| XYZ | 26.91 | 13.69 | 16.85 | - |
| YUV | 78.55 | 147.45 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 113 | 0 | 0.95 | 0.44 | 0.22 | 327.47 | 0.9 | 0.41 |
| Hex | C8 | A | 71 | 0 | 5F | 2C | 16 | 147 | 5A | 29 |
| Octal | 310 | 12 | 161 | 0 | 137 | 54 | 26 | 507 | 132 | 51 |
| Binary | 11001000 | 1010 | 1110001 | 0 | 1011111 | 101100 | 10110 | 101000111 | 1011010 | 101001 |
Color Harmonies of #C80A71
Complementary color
Monochromatic Colors of #C80A71
Black with #C80A71
Text Example
Text Example
White with #C80A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A71; }
p { color: rgb(200,10,113); }
H1.HeaderClassName
{
color: #C80A71;
}
.AnyTagClassName
{
color: #C80A71;
}
</style>
background-color css
<style>
a { background-color: #C80A71; }
a { background-color: rgb(200,10,113); }
div.DivClassName
{
background-color: #C80A71;
}
.BgClassName
{
background-color: #C80A71;
}
</style>
border-color css
<style>
span { border-color: #C80A71; }
span { border-color: rgb(200,10,113); }
td.TdClassName
{
border-color: #C80A71;
}
.TagClassName
{
border-color: #C80A71;
}
</style>