Shades of Medium Violet Red #C80D7A
Tints of Medium Violet Red #C80D7A
RGB
CMYK
RGB Variations
Color information
#C80D7A (or 0xC80D7A) is known color: Medium Violet Red. HEX triplet: C8, 0D and 7A. RGB value is (200,13,122). Sum of RGB (Red+Green+Blue) = 200+13+122=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80D7A is #37F285. Grayscale: #515151. Windows color (decimal): -3666566 or 7998920. OLE color: 7998920.
HSL color Cylindrical-coordinate representation of color #C80D7A: hue angle of 325.03º 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 #C80D7A is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 122 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.22 |
| HSL | 325.03º | 0.88% | 0.42% | - |
| HSV(B) | 325.03º | 0.94% | 0.78% | - |
| XYZ | 27.48 | 13.97 | 19.66 | - |
| YUV | 81.34 | 150.95 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 122 | 0 | 0.94 | 0.39 | 0.22 | 325.03 | 0.88 | 0.42 |
| Hex | C8 | D | 7A | 0 | 5E | 27 | 16 | 145 | 58 | 2A |
| Octal | 310 | 15 | 172 | 0 | 136 | 47 | 26 | 505 | 130 | 52 |
| Binary | 11001000 | 1101 | 1111010 | 0 | 1011110 | 100111 | 10110 | 101000101 | 1011000 | 101010 |
Color Harmonies of #C80D7A
Complementary color
Monochromatic Colors of #C80D7A
Black with #C80D7A
Text Example
Text Example
White with #C80D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D7A; }
p { color: rgb(200,13,122); }
H1.HeaderClassName
{
color: #C80D7A;
}
.AnyTagClassName
{
color: #C80D7A;
}
</style>
background-color css
<style>
a { background-color: #C80D7A; }
a { background-color: rgb(200,13,122); }
div.DivClassName
{
background-color: #C80D7A;
}
.BgClassName
{
background-color: #C80D7A;
}
</style>
border-color css
<style>
span { border-color: #C80D7A; }
span { border-color: rgb(200,13,122); }
td.TdClassName
{
border-color: #C80D7A;
}
.TagClassName
{
border-color: #C80D7A;
}
</style>