Shades of Medium Violet Red #C80C6D
Tints of Medium Violet Red #C80C6D
RGB
CMYK
RGB Variations
Color information
#C80C6D (or 0xC80C6D) is known color: Medium Violet Red. HEX triplet: C8, 0C and 6D. RGB value is (200,12,109). Sum of RGB (Red+Green+Blue) = 200+12+109=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80C6D is #37F392. Grayscale: #4F4F4F. Windows color (decimal): -3666835 or 7146696. OLE color: 7146696.
HSL color Cylindrical-coordinate representation of color #C80C6D: hue angle of 329.04º 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 #C80C6D is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 109 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.22 |
| HSL | 329.04º | 0.89% | 0.42% | - |
| HSV(B) | 329.04º | 0.94% | 0.78% | - |
| XYZ | 26.71 | 13.65 | 15.69 | - |
| YUV | 79.27 | 144.78 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 109 | 0 | 0.94 | 0.46 | 0.22 | 329.04 | 0.89 | 0.42 |
| Hex | C8 | C | 6D | 0 | 5E | 2E | 16 | 149 | 59 | 2A |
| Octal | 310 | 14 | 155 | 0 | 136 | 56 | 26 | 511 | 131 | 52 |
| Binary | 11001000 | 1100 | 1101101 | 0 | 1011110 | 101110 | 10110 | 101001001 | 1011001 | 101010 |
Color Harmonies of #C80C6D
Complementary color
Monochromatic Colors of #C80C6D
Black with #C80C6D
Text Example
Text Example
White with #C80C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80C6D; }
p { color: rgb(200,12,109); }
H1.HeaderClassName
{
color: #C80C6D;
}
.AnyTagClassName
{
color: #C80C6D;
}
</style>
background-color css
<style>
a { background-color: #C80C6D; }
a { background-color: rgb(200,12,109); }
div.DivClassName
{
background-color: #C80C6D;
}
.BgClassName
{
background-color: #C80C6D;
}
</style>
border-color css
<style>
span { border-color: #C80C6D; }
span { border-color: rgb(200,12,109); }
td.TdClassName
{
border-color: #C80C6D;
}
.TagClassName
{
border-color: #C80C6D;
}
</style>