Shades of Medium Violet Red #C30077
Tints of Medium Violet Red #C30077
RGB
CMYK
RGB Variations
Color information
#C30077 (or 0xC30077) is known color: Medium Violet Red. HEX triplet: C3, 00 and 77. RGB value is (195,0,119). Sum of RGB (Red+Green+Blue) = 195+0+119=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C30077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30077 is #3CFF88. Grayscale: #474747. Windows color (decimal): -3997577 or 7798979. OLE color: 7798979.
HSL color Cylindrical-coordinate representation of color #C30077: hue angle of 323.38º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30077 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.39 | 0.24 |
| HSL | 323.38º | 1% | 0.38% | - |
| HSV(B) | 323.38º | 1% | 0.76% | - |
| XYZ | 25.84 | 12.93 | 18.59 | - |
| YUV | 71.87 | 154.6 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 119 | 0 | 1 | 0.39 | 0.24 | 323.38 | 1 | 0.38 |
| Hex | C3 | 0 | 77 | 0 | 64 | 27 | 18 | 143 | 64 | 26 |
| Octal | 303 | 0 | 167 | 0 | 144 | 47 | 30 | 503 | 144 | 46 |
| Binary | 11000011 | 0 | 1110111 | 0 | 1100100 | 100111 | 11000 | 101000011 | 1100100 | 100110 |
Color Harmonies of #C30077
Complementary color
Monochromatic Colors of #C30077
Black with #C30077
Text Example
Text Example
White with #C30077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30077; }
p { color: rgb(195,0,119); }
H1.HeaderClassName
{
color: #C30077;
}
.AnyTagClassName
{
color: #C30077;
}
</style>
background-color css
<style>
a { background-color: #C30077; }
a { background-color: rgb(195,0,119); }
div.DivClassName
{
background-color: #C30077;
}
.BgClassName
{
background-color: #C30077;
}
</style>
border-color css
<style>
span { border-color: #C30077; }
span { border-color: rgb(195,0,119); }
td.TdClassName
{
border-color: #C30077;
}
.TagClassName
{
border-color: #C30077;
}
</style>