Shades of Medium Violet Red #C80D7F
Tints of Medium Violet Red #C80D7F
RGB
CMYK
RGB Variations
Color information
#C80D7F (or 0xC80D7F) is known color: Medium Violet Red. HEX triplet: C8, 0D and 7F. RGB value is (200,13,127). Sum of RGB (Red+Green+Blue) = 200+13+127=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80D7F is #37F280. Grayscale: #515151. Windows color (decimal): -3666561 or 8326600. OLE color: 8326600.
HSL color Cylindrical-coordinate representation of color #C80D7F: hue angle of 323.42º 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 #C80D7F is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 127 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.22 |
| HSL | 323.42º | 0.88% | 0.42% | - |
| HSV(B) | 323.42º | 0.94% | 0.78% | - |
| XYZ | 27.79 | 14.1 | 21.34 | - |
| YUV | 81.91 | 153.45 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 127 | 0 | 0.94 | 0.36 | 0.22 | 323.42 | 0.88 | 0.42 |
| Hex | C8 | D | 7F | 0 | 5E | 24 | 16 | 143 | 58 | 2A |
| Octal | 310 | 15 | 177 | 0 | 136 | 44 | 26 | 503 | 130 | 52 |
| Binary | 11001000 | 1101 | 1111111 | 0 | 1011110 | 100100 | 10110 | 101000011 | 1011000 | 101010 |
Color Harmonies of #C80D7F
Complementary color
Monochromatic Colors of #C80D7F
Black with #C80D7F
Text Example
Text Example
White with #C80D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D7F; }
p { color: rgb(200,13,127); }
H1.HeaderClassName
{
color: #C80D7F;
}
.AnyTagClassName
{
color: #C80D7F;
}
</style>
background-color css
<style>
a { background-color: #C80D7F; }
a { background-color: rgb(200,13,127); }
div.DivClassName
{
background-color: #C80D7F;
}
.BgClassName
{
background-color: #C80D7F;
}
</style>
border-color css
<style>
span { border-color: #C80D7F; }
span { border-color: rgb(200,13,127); }
td.TdClassName
{
border-color: #C80D7F;
}
.TagClassName
{
border-color: #C80D7F;
}
</style>