Shades of Medium Violet Red #C30977
Tints of Medium Violet Red #C30977
RGB
CMYK
RGB Variations
Color information
#C30977 (or 0xC30977) is known color: Medium Violet Red. HEX triplet: C3, 09 and 77. RGB value is (195,9,119). Sum of RGB (Red+Green+Blue) = 195+9+119=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C30977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30977 is #3CF688. Grayscale: #4C4C4C. Windows color (decimal): -3995273 or 7801283. OLE color: 7801283.
HSL color Cylindrical-coordinate representation of color #C30977: hue angle of 324.52º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30977 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 119 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.24 |
| HSL | 324.52º | 0.91% | 0.4% | - |
| HSV(B) | 324.52º | 0.95% | 0.76% | - |
| XYZ | 25.93 | 13.13 | 18.62 | - |
| YUV | 77.15 | 151.62 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 119 | 0 | 0.95 | 0.39 | 0.24 | 324.52 | 0.91 | 0.4 |
| Hex | C3 | 9 | 77 | 0 | 5F | 27 | 18 | 145 | 5B | 28 |
| Octal | 303 | 11 | 167 | 0 | 137 | 47 | 30 | 505 | 133 | 50 |
| Binary | 11000011 | 1001 | 1110111 | 0 | 1011111 | 100111 | 11000 | 101000101 | 1011011 | 101000 |
Color Harmonies of #C30977
Complementary color
Monochromatic Colors of #C30977
Black with #C30977
Text Example
Text Example
White with #C30977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30977; }
p { color: rgb(195,9,119); }
H1.HeaderClassName
{
color: #C30977;
}
.AnyTagClassName
{
color: #C30977;
}
</style>
background-color css
<style>
a { background-color: #C30977; }
a { background-color: rgb(195,9,119); }
div.DivClassName
{
background-color: #C30977;
}
.BgClassName
{
background-color: #C30977;
}
</style>
border-color css
<style>
span { border-color: #C30977; }
span { border-color: rgb(195,9,119); }
td.TdClassName
{
border-color: #C30977;
}
.TagClassName
{
border-color: #C30977;
}
</style>