Shades of Medium Violet Red #C80D72
Tints of Medium Violet Red #C80D72
RGB
CMYK
RGB Variations
Color information
#C80D72 (or 0xC80D72) is known color: Medium Violet Red. HEX triplet: C8, 0D and 72. RGB value is (200,13,114). Sum of RGB (Red+Green+Blue) = 200+13+114=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80D72 is #37F28D. Grayscale: #505050. Windows color (decimal): -3666574 or 7474632. OLE color: 7474632.
HSL color Cylindrical-coordinate representation of color #C80D72: hue angle of 327.59º 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 #C80D72 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 114 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.22 |
| HSL | 327.59º | 0.88% | 0.42% | - |
| HSV(B) | 327.59º | 0.94% | 0.78% | - |
| XYZ | 27 | 13.78 | 17.16 | - |
| YUV | 80.43 | 146.95 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 114 | 0 | 0.94 | 0.43 | 0.22 | 327.59 | 0.88 | 0.42 |
| Hex | C8 | D | 72 | 0 | 5E | 2B | 16 | 148 | 58 | 2A |
| Octal | 310 | 15 | 162 | 0 | 136 | 53 | 26 | 510 | 130 | 52 |
| Binary | 11001000 | 1101 | 1110010 | 0 | 1011110 | 101011 | 10110 | 101001000 | 1011000 | 101010 |
Color Harmonies of #C80D72
Complementary color
Monochromatic Colors of #C80D72
Black with #C80D72
Text Example
Text Example
White with #C80D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D72; }
p { color: rgb(200,13,114); }
H1.HeaderClassName
{
color: #C80D72;
}
.AnyTagClassName
{
color: #C80D72;
}
</style>
background-color css
<style>
a { background-color: #C80D72; }
a { background-color: rgb(200,13,114); }
div.DivClassName
{
background-color: #C80D72;
}
.BgClassName
{
background-color: #C80D72;
}
</style>
border-color css
<style>
span { border-color: #C80D72; }
span { border-color: rgb(200,13,114); }
td.TdClassName
{
border-color: #C80D72;
}
.TagClassName
{
border-color: #C80D72;
}
</style>