Shades of Medium Violet Red #C00978
Tints of Medium Violet Red #C00978
RGB
CMYK
RGB Variations
Color information
#C00978 (or 0xC00978) is known color: Medium Violet Red. HEX triplet: C0, 09 and 78. RGB value is (192,9,120). Sum of RGB (Red+Green+Blue) = 192+9+120=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C00978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00978 is #3FF687. Grayscale: #4C4C4C. Windows color (decimal): -4191880 or 7866816. OLE color: 7866816.
HSL color Cylindrical-coordinate representation of color #C00978: hue angle of 323.61º 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 #C00978 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 120 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.25 |
| HSL | 323.61º | 0.91% | 0.39% | - |
| HSV(B) | 323.61º | 0.95% | 0.75% | - |
| XYZ | 25.23 | 12.76 | 18.9 | - |
| YUV | 76.37 | 152.63 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 120 | 0 | 0.95 | 0.38 | 0.25 | 323.61 | 0.91 | 0.39 |
| Hex | C0 | 9 | 78 | 0 | 5F | 26 | 19 | 144 | 5B | 27 |
| Octal | 300 | 11 | 170 | 0 | 137 | 46 | 31 | 504 | 133 | 47 |
| Binary | 11000000 | 1001 | 1111000 | 0 | 1011111 | 100110 | 11001 | 101000100 | 1011011 | 100111 |
Color Harmonies of #C00978
Complementary color
Monochromatic Colors of #C00978
Black with #C00978
Text Example
Text Example
White with #C00978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00978; }
p { color: rgb(192,9,120); }
H1.HeaderClassName
{
color: #C00978;
}
.AnyTagClassName
{
color: #C00978;
}
</style>
background-color css
<style>
a { background-color: #C00978; }
a { background-color: rgb(192,9,120); }
div.DivClassName
{
background-color: #C00978;
}
.BgClassName
{
background-color: #C00978;
}
</style>
border-color css
<style>
span { border-color: #C00978; }
span { border-color: rgb(192,9,120); }
td.TdClassName
{
border-color: #C00978;
}
.TagClassName
{
border-color: #C00978;
}
</style>