Shades of Medium Violet Red #C80775
Tints of Medium Violet Red #C80775
RGB
CMYK
RGB Variations
Color information
#C80775 (or 0xC80775) is known color: Medium Violet Red. HEX triplet: C8, 07 and 75. RGB value is (200,7,117). Sum of RGB (Red+Green+Blue) = 200+7+117=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C80775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80775 is #37F88A. Grayscale: #4D4D4D. Windows color (decimal): -3668107 or 7669704. OLE color: 7669704.
HSL color Cylindrical-coordinate representation of color #C80775: hue angle of 325.8º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80775 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 117 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.22 |
| HSL | 325.8º | 0.93% | 0.41% | - |
| HSV(B) | 325.8º | 0.97% | 0.78% | - |
| XYZ | 27.11 | 13.72 | 18.05 | - |
| YUV | 77.25 | 150.44 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 117 | 0 | 0.96 | 0.42 | 0.22 | 325.8 | 0.93 | 0.41 |
| Hex | C8 | 7 | 75 | 0 | 60 | 2A | 16 | 146 | 5D | 29 |
| Octal | 310 | 7 | 165 | 0 | 140 | 52 | 26 | 506 | 135 | 51 |
| Binary | 11001000 | 111 | 1110101 | 0 | 1100000 | 101010 | 10110 | 101000110 | 1011101 | 101001 |
Color Harmonies of #C80775
Complementary color
Monochromatic Colors of #C80775
Black with #C80775
Text Example
Text Example
White with #C80775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80775; }
p { color: rgb(200,7,117); }
H1.HeaderClassName
{
color: #C80775;
}
.AnyTagClassName
{
color: #C80775;
}
</style>
background-color css
<style>
a { background-color: #C80775; }
a { background-color: rgb(200,7,117); }
div.DivClassName
{
background-color: #C80775;
}
.BgClassName
{
background-color: #C80775;
}
</style>
border-color css
<style>
span { border-color: #C80775; }
span { border-color: rgb(200,7,117); }
td.TdClassName
{
border-color: #C80775;
}
.TagClassName
{
border-color: #C80775;
}
</style>