Shades of Medium Violet Red #C00077
Tints of Medium Violet Red #C00077
RGB
CMYK
RGB Variations
Color information
#C00077 (or 0xC00077) is known color: Medium Violet Red. HEX triplet: C0, 00 and 77. RGB value is (192,0,119). Sum of RGB (Red+Green+Blue) = 192+0+119=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C00077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00077 is #3FFF88. Grayscale: #464646. Windows color (decimal): -4194185 or 7798976. OLE color: 7798976.
HSL color Cylindrical-coordinate representation of color #C00077: hue angle of 322.81º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00077 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.38 | 0.25 |
| HSL | 322.81º | 1% | 0.38% | - |
| HSV(B) | 322.81º | 1% | 0.75% | - |
| XYZ | 25.07 | 12.54 | 18.55 | - |
| YUV | 70.97 | 155.11 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 119 | 0 | 1 | 0.38 | 0.25 | 322.81 | 1 | 0.38 |
| Hex | C0 | 0 | 77 | 0 | 64 | 26 | 19 | 143 | 64 | 26 |
| Octal | 300 | 0 | 167 | 0 | 144 | 46 | 31 | 503 | 144 | 46 |
| Binary | 11000000 | 0 | 1110111 | 0 | 1100100 | 100110 | 11001 | 101000011 | 1100100 | 100110 |
Color Harmonies of #C00077
Complementary color
Monochromatic Colors of #C00077
Black with #C00077
Text Example
Text Example
White with #C00077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00077; }
p { color: rgb(192,0,119); }
H1.HeaderClassName
{
color: #C00077;
}
.AnyTagClassName
{
color: #C00077;
}
</style>
background-color css
<style>
a { background-color: #C00077; }
a { background-color: rgb(192,0,119); }
div.DivClassName
{
background-color: #C00077;
}
.BgClassName
{
background-color: #C00077;
}
</style>
border-color css
<style>
span { border-color: #C00077; }
span { border-color: rgb(192,0,119); }
td.TdClassName
{
border-color: #C00077;
}
.TagClassName
{
border-color: #C00077;
}
</style>