Shades of Medium Violet Red #C00976
Tints of Medium Violet Red #C00976
RGB
CMYK
RGB Variations
Color information
#C00976 (or 0xC00976) is known color: Medium Violet Red. HEX triplet: C0, 09 and 76. RGB value is (192,9,118). Sum of RGB (Red+Green+Blue) = 192+9+118=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C00976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00976 is #3FF689. Grayscale: #4B4B4B. Windows color (decimal): -4191882 or 7735744. OLE color: 7735744.
HSL color Cylindrical-coordinate representation of color #C00976: hue angle of 324.26º 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 #C00976 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 118 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.25 |
| HSL | 324.26º | 0.91% | 0.39% | - |
| HSV(B) | 324.26º | 0.95% | 0.75% | - |
| XYZ | 25.11 | 12.71 | 18.27 | - |
| YUV | 76.14 | 151.63 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 118 | 0 | 0.95 | 0.39 | 0.25 | 324.26 | 0.91 | 0.39 |
| Hex | C0 | 9 | 76 | 0 | 5F | 27 | 19 | 144 | 5B | 27 |
| Octal | 300 | 11 | 166 | 0 | 137 | 47 | 31 | 504 | 133 | 47 |
| Binary | 11000000 | 1001 | 1110110 | 0 | 1011111 | 100111 | 11001 | 101000100 | 1011011 | 100111 |
Color Harmonies of #C00976
Complementary color
Monochromatic Colors of #C00976
Black with #C00976
Text Example
Text Example
White with #C00976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00976; }
p { color: rgb(192,9,118); }
H1.HeaderClassName
{
color: #C00976;
}
.AnyTagClassName
{
color: #C00976;
}
</style>
background-color css
<style>
a { background-color: #C00976; }
a { background-color: rgb(192,9,118); }
div.DivClassName
{
background-color: #C00976;
}
.BgClassName
{
background-color: #C00976;
}
</style>
border-color css
<style>
span { border-color: #C00976; }
span { border-color: rgb(192,9,118); }
td.TdClassName
{
border-color: #C00976;
}
.TagClassName
{
border-color: #C00976;
}
</style>