Shades of Medium Violet Red #C00080
Tints of Medium Violet Red #C00080
RGB
CMYK
RGB Variations
Color information
#C00080 (or 0xC00080) is known color: Medium Violet Red. HEX triplet: C0, 00 and 80. RGB value is (192,0,128). Sum of RGB (Red+Green+Blue) = 192+0+128=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C00080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00080 is #3FFF7F. Grayscale: #474747. Windows color (decimal): -4194176 or 8388800. OLE color: 8388800.
HSL color Cylindrical-coordinate representation of color #C00080: hue angle of 320º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00080 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.33 | 0.25 |
| HSL | 320º | 1% | 0.38% | - |
| HSV(B) | 320º | 1% | 0.75% | - |
| XYZ | 25.63 | 12.76 | 21.53 | - |
| YUV | 72 | 159.61 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 128 | 0 | 1 | 0.33 | 0.25 | 320 | 1 | 0.38 |
| Hex | C0 | 0 | 80 | 0 | 64 | 21 | 19 | 140 | 64 | 26 |
| Octal | 300 | 0 | 200 | 0 | 144 | 41 | 31 | 500 | 144 | 46 |
| Binary | 11000000 | 0 | 10000000 | 0 | 1100100 | 100001 | 11001 | 101000000 | 1100100 | 100110 |
Color Harmonies of #C00080
Complementary color
Monochromatic Colors of #C00080
Black with #C00080
Text Example
Text Example
White with #C00080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00080; }
p { color: rgb(192,0,128); }
H1.HeaderClassName
{
color: #C00080;
}
.AnyTagClassName
{
color: #C00080;
}
</style>
background-color css
<style>
a { background-color: #C00080; }
a { background-color: rgb(192,0,128); }
div.DivClassName
{
background-color: #C00080;
}
.BgClassName
{
background-color: #C00080;
}
</style>
border-color css
<style>
span { border-color: #C00080; }
span { border-color: rgb(192,0,128); }
td.TdClassName
{
border-color: #C00080;
}
.TagClassName
{
border-color: #C00080;
}
</style>