Shades of Medium Violet Red #C00980
Tints of Medium Violet Red #C00980
RGB
CMYK
RGB Variations
Color information
#C00980 (or 0xC00980) is known color: Medium Violet Red. HEX triplet: C0, 09 and 80. RGB value is (192,9,128). Sum of RGB (Red+Green+Blue) = 192+9+128=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C00980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00980 is #3FF67F. Grayscale: #4C4C4C. Windows color (decimal): -4191872 or 8391104. OLE color: 8391104.
HSL color Cylindrical-coordinate representation of color #C00980: hue angle of 320.98º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00980 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 128 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.25 |
| HSL | 320.98º | 0.91% | 0.39% | - |
| HSV(B) | 320.98º | 0.95% | 0.75% | - |
| XYZ | 25.73 | 12.96 | 21.57 | - |
| YUV | 77.28 | 156.63 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 128 | 0 | 0.95 | 0.33 | 0.25 | 320.98 | 0.91 | 0.39 |
| Hex | C0 | 9 | 80 | 0 | 5F | 21 | 19 | 141 | 5B | 27 |
| Octal | 300 | 11 | 200 | 0 | 137 | 41 | 31 | 501 | 133 | 47 |
| Binary | 11000000 | 1001 | 10000000 | 0 | 1011111 | 100001 | 11001 | 101000001 | 1011011 | 100111 |
Color Harmonies of #C00980
Complementary color
Monochromatic Colors of #C00980
Black with #C00980
Text Example
Text Example
White with #C00980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00980; }
p { color: rgb(192,9,128); }
H1.HeaderClassName
{
color: #C00980;
}
.AnyTagClassName
{
color: #C00980;
}
</style>
background-color css
<style>
a { background-color: #C00980; }
a { background-color: rgb(192,9,128); }
div.DivClassName
{
background-color: #C00980;
}
.BgClassName
{
background-color: #C00980;
}
</style>
border-color css
<style>
span { border-color: #C00980; }
span { border-color: rgb(192,9,128); }
td.TdClassName
{
border-color: #C00980;
}
.TagClassName
{
border-color: #C00980;
}
</style>