Shades of Medium Violet Red #C80C7E
Tints of Medium Violet Red #C80C7E
RGB
CMYK
RGB Variations
Color information
#C80C7E (or 0xC80C7E) is known color: Medium Violet Red. HEX triplet: C8, 0C and 7E. RGB value is (200,12,126). Sum of RGB (Red+Green+Blue) = 200+12+126=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80C7E is #37F381. Grayscale: #505050. Windows color (decimal): -3666818 or 8260808. OLE color: 8260808.
HSL color Cylindrical-coordinate representation of color #C80C7E: hue angle of 323.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80C7E is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 126 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.22 |
| HSL | 323.62º | 0.89% | 0.42% | - |
| HSV(B) | 323.62º | 0.94% | 0.78% | - |
| XYZ | 27.72 | 14.05 | 20.99 | - |
| YUV | 81.21 | 153.28 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 126 | 0 | 0.94 | 0.37 | 0.22 | 323.62 | 0.89 | 0.42 |
| Hex | C8 | C | 7E | 0 | 5E | 25 | 16 | 144 | 59 | 2A |
| Octal | 310 | 14 | 176 | 0 | 136 | 45 | 26 | 504 | 131 | 52 |
| Binary | 11001000 | 1100 | 1111110 | 0 | 1011110 | 100101 | 10110 | 101000100 | 1011001 | 101010 |
Color Harmonies of #C80C7E
Complementary color
Monochromatic Colors of #C80C7E
Black with #C80C7E
Text Example
Text Example
White with #C80C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80C7E; }
p { color: rgb(200,12,126); }
H1.HeaderClassName
{
color: #C80C7E;
}
.AnyTagClassName
{
color: #C80C7E;
}
</style>
background-color css
<style>
a { background-color: #C80C7E; }
a { background-color: rgb(200,12,126); }
div.DivClassName
{
background-color: #C80C7E;
}
.BgClassName
{
background-color: #C80C7E;
}
</style>
border-color css
<style>
span { border-color: #C80C7E; }
span { border-color: rgb(200,12,126); }
td.TdClassName
{
border-color: #C80C7E;
}
.TagClassName
{
border-color: #C80C7E;
}
</style>