Shades of Medium Violet Red #C80E7B
Tints of Medium Violet Red #C80E7B
RGB
CMYK
RGB Variations
Color information
#C80E7B (or 0xC80E7B) is known color: Medium Violet Red. HEX triplet: C8, 0E and 7B. RGB value is (200,14,123). Sum of RGB (Red+Green+Blue) = 200+14+123=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80E7B is #37F184. Grayscale: #515151. Windows color (decimal): -3666309 or 8064712. OLE color: 8064712.
HSL color Cylindrical-coordinate representation of color #C80E7B: hue angle of 324.84º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80E7B is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 123 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.22 |
| HSL | 324.84º | 0.87% | 0.42% | - |
| HSV(B) | 324.84º | 0.93% | 0.78% | - |
| XYZ | 27.55 | 14.02 | 19.99 | - |
| YUV | 82.04 | 151.12 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 123 | 0 | 0.93 | 0.38 | 0.22 | 324.84 | 0.87 | 0.42 |
| Hex | C8 | E | 7B | 0 | 5D | 26 | 16 | 145 | 57 | 2A |
| Octal | 310 | 16 | 173 | 0 | 135 | 46 | 26 | 505 | 127 | 52 |
| Binary | 11001000 | 1110 | 1111011 | 0 | 1011101 | 100110 | 10110 | 101000101 | 1010111 | 101010 |
Color Harmonies of #C80E7B
Complementary color
Monochromatic Colors of #C80E7B
Black with #C80E7B
Text Example
Text Example
White with #C80E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80E7B; }
p { color: rgb(200,14,123); }
H1.HeaderClassName
{
color: #C80E7B;
}
.AnyTagClassName
{
color: #C80E7B;
}
</style>
background-color css
<style>
a { background-color: #C80E7B; }
a { background-color: rgb(200,14,123); }
div.DivClassName
{
background-color: #C80E7B;
}
.BgClassName
{
background-color: #C80E7B;
}
</style>
border-color css
<style>
span { border-color: #C80E7B; }
span { border-color: rgb(200,14,123); }
td.TdClassName
{
border-color: #C80E7B;
}
.TagClassName
{
border-color: #C80E7B;
}
</style>