Shades of Medium Violet Red #C80D75
Tints of Medium Violet Red #C80D75
RGB
CMYK
RGB Variations
Color information
#C80D75 (or 0xC80D75) is known color: Medium Violet Red. HEX triplet: C8, 0D and 75. RGB value is (200,13,117). Sum of RGB (Red+Green+Blue) = 200+13+117=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80D75 is #37F28A. Grayscale: #505050. Windows color (decimal): -3666571 or 7671240. OLE color: 7671240.
HSL color Cylindrical-coordinate representation of color #C80D75: hue angle of 326.63º 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 #C80D75 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 117 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.22 |
| HSL | 326.63º | 0.88% | 0.42% | - |
| HSV(B) | 326.63º | 0.94% | 0.78% | - |
| XYZ | 27.17 | 13.85 | 18.07 | - |
| YUV | 80.77 | 148.45 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 117 | 0 | 0.94 | 0.42 | 0.22 | 326.63 | 0.88 | 0.42 |
| Hex | C8 | D | 75 | 0 | 5E | 2A | 16 | 147 | 58 | 2A |
| Octal | 310 | 15 | 165 | 0 | 136 | 52 | 26 | 507 | 130 | 52 |
| Binary | 11001000 | 1101 | 1110101 | 0 | 1011110 | 101010 | 10110 | 101000111 | 1011000 | 101010 |
Color Harmonies of #C80D75
Complementary color
Monochromatic Colors of #C80D75
Black with #C80D75
Text Example
Text Example
White with #C80D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D75; }
p { color: rgb(200,13,117); }
H1.HeaderClassName
{
color: #C80D75;
}
.AnyTagClassName
{
color: #C80D75;
}
</style>
background-color css
<style>
a { background-color: #C80D75; }
a { background-color: rgb(200,13,117); }
div.DivClassName
{
background-color: #C80D75;
}
.BgClassName
{
background-color: #C80D75;
}
</style>
border-color css
<style>
span { border-color: #C80D75; }
span { border-color: rgb(200,13,117); }
td.TdClassName
{
border-color: #C80D75;
}
.TagClassName
{
border-color: #C80D75;
}
</style>