Shades of Medium Violet Red #C00780
Tints of Medium Violet Red #C00780
RGB
CMYK
RGB Variations
Color information
#C00780 (or 0xC00780) is known color: Medium Violet Red. HEX triplet: C0, 07 and 80. RGB value is (192,7,128). Sum of RGB (Red+Green+Blue) = 192+7+128=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C00780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00780 is #3FF87F. Grayscale: #4B4B4B. Windows color (decimal): -4192384 or 8390592. OLE color: 8390592.
HSL color Cylindrical-coordinate representation of color #C00780: hue angle of 320.76º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00780 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 128 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.25 |
| HSL | 320.76º | 0.93% | 0.39% | - |
| HSV(B) | 320.76º | 0.96% | 0.75% | - |
| XYZ | 25.71 | 12.92 | 21.56 | - |
| YUV | 76.11 | 157.29 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 128 | 0 | 0.96 | 0.33 | 0.25 | 320.76 | 0.93 | 0.39 |
| Hex | C0 | 7 | 80 | 0 | 60 | 21 | 19 | 141 | 5D | 27 |
| Octal | 300 | 7 | 200 | 0 | 140 | 41 | 31 | 501 | 135 | 47 |
| Binary | 11000000 | 111 | 10000000 | 0 | 1100000 | 100001 | 11001 | 101000001 | 1011101 | 100111 |
Color Harmonies of #C00780
Complementary color
Monochromatic Colors of #C00780
Black with #C00780
Text Example
Text Example
White with #C00780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00780; }
p { color: rgb(192,7,128); }
H1.HeaderClassName
{
color: #C00780;
}
.AnyTagClassName
{
color: #C00780;
}
</style>
background-color css
<style>
a { background-color: #C00780; }
a { background-color: rgb(192,7,128); }
div.DivClassName
{
background-color: #C00780;
}
.BgClassName
{
background-color: #C00780;
}
</style>
border-color css
<style>
span { border-color: #C00780; }
span { border-color: rgb(192,7,128); }
td.TdClassName
{
border-color: #C00780;
}
.TagClassName
{
border-color: #C00780;
}
</style>