Shades of Medium Violet Red #C00880
Tints of Medium Violet Red #C00880
RGB
CMYK
RGB Variations
Color information
#C00880 (or 0xC00880) is known color: Medium Violet Red. HEX triplet: C0, 08 and 80. RGB value is (192,8,128). Sum of RGB (Red+Green+Blue) = 192+8+128=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C00880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00880 is #3FF77F. Grayscale: #4C4C4C. Windows color (decimal): -4192128 or 8390848. OLE color: 8390848.
HSL color Cylindrical-coordinate representation of color #C00880: hue angle of 320.87º degrees, saturation: 0.92, 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 #C00880 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 128 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.25 |
| HSL | 320.87º | 0.92% | 0.39% | - |
| HSV(B) | 320.87º | 0.96% | 0.75% | - |
| XYZ | 25.72 | 12.94 | 21.56 | - |
| YUV | 76.7 | 156.96 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 128 | 0 | 0.96 | 0.33 | 0.25 | 320.87 | 0.92 | 0.39 |
| Hex | C0 | 8 | 80 | 0 | 60 | 21 | 19 | 141 | 5C | 27 |
| Octal | 300 | 10 | 200 | 0 | 140 | 41 | 31 | 501 | 134 | 47 |
| Binary | 11000000 | 1000 | 10000000 | 0 | 1100000 | 100001 | 11001 | 101000001 | 1011100 | 100111 |
Color Harmonies of #C00880
Complementary color
Monochromatic Colors of #C00880
Black with #C00880
Text Example
Text Example
White with #C00880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00880; }
p { color: rgb(192,8,128); }
H1.HeaderClassName
{
color: #C00880;
}
.AnyTagClassName
{
color: #C00880;
}
</style>
background-color css
<style>
a { background-color: #C00880; }
a { background-color: rgb(192,8,128); }
div.DivClassName
{
background-color: #C00880;
}
.BgClassName
{
background-color: #C00880;
}
</style>
border-color css
<style>
span { border-color: #C00880; }
span { border-color: rgb(192,8,128); }
td.TdClassName
{
border-color: #C00880;
}
.TagClassName
{
border-color: #C00880;
}
</style>