Shades of Medium Violet Red #C80D6F
Tints of Medium Violet Red #C80D6F
RGB
CMYK
RGB Variations
Color information
#C80D6F (or 0xC80D6F) is known color: Medium Violet Red. HEX triplet: C8, 0D and 6F. RGB value is (200,13,111). Sum of RGB (Red+Green+Blue) = 200+13+111=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80D6F is #37F290. Grayscale: #4F4F4F. Windows color (decimal): -3666577 or 7278024. OLE color: 7278024.
HSL color Cylindrical-coordinate representation of color #C80D6F: hue angle of 328.56º 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 #C80D6F is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 111 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.22 |
| HSL | 328.56º | 0.88% | 0.42% | - |
| HSV(B) | 328.56º | 0.94% | 0.78% | - |
| XYZ | 26.83 | 13.71 | 16.27 | - |
| YUV | 80.09 | 145.45 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 111 | 0 | 0.94 | 0.44 | 0.22 | 328.56 | 0.88 | 0.42 |
| Hex | C8 | D | 6F | 0 | 5E | 2C | 16 | 149 | 58 | 2A |
| Octal | 310 | 15 | 157 | 0 | 136 | 54 | 26 | 511 | 130 | 52 |
| Binary | 11001000 | 1101 | 1101111 | 0 | 1011110 | 101100 | 10110 | 101001001 | 1011000 | 101010 |
Color Harmonies of #C80D6F
Complementary color
Monochromatic Colors of #C80D6F
Black with #C80D6F
Text Example
Text Example
White with #C80D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D6F; }
p { color: rgb(200,13,111); }
H1.HeaderClassName
{
color: #C80D6F;
}
.AnyTagClassName
{
color: #C80D6F;
}
</style>
background-color css
<style>
a { background-color: #C80D6F; }
a { background-color: rgb(200,13,111); }
div.DivClassName
{
background-color: #C80D6F;
}
.BgClassName
{
background-color: #C80D6F;
}
</style>
border-color css
<style>
span { border-color: #C80D6F; }
span { border-color: rgb(200,13,111); }
td.TdClassName
{
border-color: #C80D6F;
}
.TagClassName
{
border-color: #C80D6F;
}
</style>