Shades of Medium Violet Red #C80D70
Tints of Medium Violet Red #C80D70
RGB
CMYK
RGB Variations
Color information
#C80D70 (or 0xC80D70) is known color: Medium Violet Red. HEX triplet: C8, 0D and 70. RGB value is (200,13,112). Sum of RGB (Red+Green+Blue) = 200+13+112=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80D70 is #37F28F. Grayscale: #4F4F4F. Windows color (decimal): -3666576 or 7343560. OLE color: 7343560.
HSL color Cylindrical-coordinate representation of color #C80D70: hue angle of 328.24º degrees, saturation: 0.88, 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 #C80D70 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 112 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.22 |
| HSL | 328.24º | 0.88% | 0.42% | - |
| HSV(B) | 328.24º | 0.94% | 0.78% | - |
| XYZ | 26.89 | 13.74 | 16.56 | - |
| YUV | 80.2 | 145.95 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 112 | 0 | 0.94 | 0.44 | 0.22 | 328.24 | 0.88 | 0.42 |
| Hex | C8 | D | 70 | 0 | 5E | 2C | 16 | 148 | 58 | 2A |
| Octal | 310 | 15 | 160 | 0 | 136 | 54 | 26 | 510 | 130 | 52 |
| Binary | 11001000 | 1101 | 1110000 | 0 | 1011110 | 101100 | 10110 | 101001000 | 1011000 | 101010 |
Color Harmonies of #C80D70
Complementary color
Monochromatic Colors of #C80D70
Black with #C80D70
Text Example
Text Example
White with #C80D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D70; }
p { color: rgb(200,13,112); }
H1.HeaderClassName
{
color: #C80D70;
}
.AnyTagClassName
{
color: #C80D70;
}
</style>
background-color css
<style>
a { background-color: #C80D70; }
a { background-color: rgb(200,13,112); }
div.DivClassName
{
background-color: #C80D70;
}
.BgClassName
{
background-color: #C80D70;
}
</style>
border-color css
<style>
span { border-color: #C80D70; }
span { border-color: rgb(200,13,112); }
td.TdClassName
{
border-color: #C80D70;
}
.TagClassName
{
border-color: #C80D70;
}
</style>