Shades of Medium Violet Red #C00877
Tints of Medium Violet Red #C00877
RGB
CMYK
RGB Variations
Color information
#C00877 (or 0xC00877) is known color: Medium Violet Red. HEX triplet: C0, 08 and 77. RGB value is (192,8,119). Sum of RGB (Red+Green+Blue) = 192+8+119=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C00877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00877 is #3FF788. Grayscale: #4B4B4B. Windows color (decimal): -4192137 or 7801024. OLE color: 7801024.
HSL color Cylindrical-coordinate representation of color #C00877: hue angle of 323.8º 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 #C00877 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 119 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.25 |
| HSL | 323.8º | 0.92% | 0.39% | - |
| HSV(B) | 323.8º | 0.96% | 0.75% | - |
| XYZ | 25.15 | 12.71 | 18.58 | - |
| YUV | 75.67 | 152.46 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 119 | 0 | 0.96 | 0.38 | 0.25 | 323.8 | 0.92 | 0.39 |
| Hex | C0 | 8 | 77 | 0 | 60 | 26 | 19 | 144 | 5C | 27 |
| Octal | 300 | 10 | 167 | 0 | 140 | 46 | 31 | 504 | 134 | 47 |
| Binary | 11000000 | 1000 | 1110111 | 0 | 1100000 | 100110 | 11001 | 101000100 | 1011100 | 100111 |
Color Harmonies of #C00877
Complementary color
Monochromatic Colors of #C00877
Black with #C00877
Text Example
Text Example
White with #C00877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00877; }
p { color: rgb(192,8,119); }
H1.HeaderClassName
{
color: #C00877;
}
.AnyTagClassName
{
color: #C00877;
}
</style>
background-color css
<style>
a { background-color: #C00877; }
a { background-color: rgb(192,8,119); }
div.DivClassName
{
background-color: #C00877;
}
.BgClassName
{
background-color: #C00877;
}
</style>
border-color css
<style>
span { border-color: #C00877; }
span { border-color: rgb(192,8,119); }
td.TdClassName
{
border-color: #C00877;
}
.TagClassName
{
border-color: #C00877;
}
</style>