Shades of Medium Violet Red #C80A7E
Tints of Medium Violet Red #C80A7E
RGB
CMYK
RGB Variations
Color information
#C80A7E (or 0xC80A7E) is known color: Medium Violet Red. HEX triplet: C8, 0A and 7E. RGB value is (200,10,126). Sum of RGB (Red+Green+Blue) = 200+10+126=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80A7E is #37F581. Grayscale: #4F4F4F. Windows color (decimal): -3667330 or 8260296. OLE color: 8260296.
HSL color Cylindrical-coordinate representation of color #C80A7E: hue angle of 323.37º 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 #C80A7E is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 126 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.22 |
| HSL | 323.37º | 0.9% | 0.41% | - |
| HSV(B) | 323.37º | 0.95% | 0.78% | - |
| XYZ | 27.69 | 14 | 20.98 | - |
| YUV | 80.03 | 153.95 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 126 | 0 | 0.95 | 0.37 | 0.22 | 323.37 | 0.9 | 0.41 |
| Hex | C8 | A | 7E | 0 | 5F | 25 | 16 | 143 | 5A | 29 |
| Octal | 310 | 12 | 176 | 0 | 137 | 45 | 26 | 503 | 132 | 51 |
| Binary | 11001000 | 1010 | 1111110 | 0 | 1011111 | 100101 | 10110 | 101000011 | 1011010 | 101001 |
Color Harmonies of #C80A7E
Complementary color
Monochromatic Colors of #C80A7E
Black with #C80A7E
Text Example
Text Example
White with #C80A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A7E; }
p { color: rgb(200,10,126); }
H1.HeaderClassName
{
color: #C80A7E;
}
.AnyTagClassName
{
color: #C80A7E;
}
</style>
background-color css
<style>
a { background-color: #C80A7E; }
a { background-color: rgb(200,10,126); }
div.DivClassName
{
background-color: #C80A7E;
}
.BgClassName
{
background-color: #C80A7E;
}
</style>
border-color css
<style>
span { border-color: #C80A7E; }
span { border-color: rgb(200,10,126); }
td.TdClassName
{
border-color: #C80A7E;
}
.TagClassName
{
border-color: #C80A7E;
}
</style>