Shades of Medium Violet Red #C00879
Tints of Medium Violet Red #C00879
RGB
CMYK
RGB Variations
Color information
#C00879 (or 0xC00879) is known color: Medium Violet Red. HEX triplet: C0, 08 and 79. RGB value is (192,8,121). Sum of RGB (Red+Green+Blue) = 192+8+121=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C00879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00879 is #3FF786. Grayscale: #4B4B4B. Windows color (decimal): -4192135 or 7932096. OLE color: 7932096.
HSL color Cylindrical-coordinate representation of color #C00879: hue angle of 323.15º 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 #C00879 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 121 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.25 |
| HSL | 323.15º | 0.92% | 0.39% | - |
| HSV(B) | 323.15º | 0.96% | 0.75% | - |
| XYZ | 25.28 | 12.76 | 19.22 | - |
| YUV | 75.9 | 153.46 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 121 | 0 | 0.96 | 0.37 | 0.25 | 323.15 | 0.92 | 0.39 |
| Hex | C0 | 8 | 79 | 0 | 60 | 25 | 19 | 143 | 5C | 27 |
| Octal | 300 | 10 | 171 | 0 | 140 | 45 | 31 | 503 | 134 | 47 |
| Binary | 11000000 | 1000 | 1111001 | 0 | 1100000 | 100101 | 11001 | 101000011 | 1011100 | 100111 |
Color Harmonies of #C00879
Complementary color
Monochromatic Colors of #C00879
Black with #C00879
Text Example
Text Example
White with #C00879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00879; }
p { color: rgb(192,8,121); }
H1.HeaderClassName
{
color: #C00879;
}
.AnyTagClassName
{
color: #C00879;
}
</style>
background-color css
<style>
a { background-color: #C00879; }
a { background-color: rgb(192,8,121); }
div.DivClassName
{
background-color: #C00879;
}
.BgClassName
{
background-color: #C00879;
}
</style>
border-color css
<style>
span { border-color: #C00879; }
span { border-color: rgb(192,8,121); }
td.TdClassName
{
border-color: #C00879;
}
.TagClassName
{
border-color: #C00879;
}
</style>