Shades of Medium Violet Red #C30797
Tints of Medium Violet Red #C30797
RGB
CMYK
RGB Variations
Color information
#C30797 (or 0xC30797) is known color: Medium Violet Red. HEX triplet: C3, 07 and 97. RGB value is (195,7,151). Sum of RGB (Red+Green+Blue) = 195+7+151=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C30797 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30797 is #3CF868. Grayscale: #4F4F4F. Windows color (decimal): -3995753 or 9897923. OLE color: 9897923.
HSL color Cylindrical-coordinate representation of color #C30797: hue angle of 314.04º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30797 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 151 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.24 |
| HSL | 314.04º | 0.93% | 0.4% | - |
| HSV(B) | 314.04º | 0.96% | 0.76% | - |
| XYZ | 28.17 | 13.99 | 30.49 | - |
| YUV | 79.63 | 168.28 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 151 | 0 | 0.96 | 0.23 | 0.24 | 314.04 | 0.93 | 0.4 |
| Hex | C3 | 7 | 97 | 0 | 60 | 17 | 18 | 13A | 5D | 28 |
| Octal | 303 | 7 | 227 | 0 | 140 | 27 | 30 | 472 | 135 | 50 |
| Binary | 11000011 | 111 | 10010111 | 0 | 1100000 | 10111 | 11000 | 100111010 | 1011101 | 101000 |
Color Harmonies of #C30797
Complementary color
Monochromatic Colors of #C30797
Black with #C30797
Text Example
Text Example
White with #C30797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30797; }
p { color: rgb(195,7,151); }
H1.HeaderClassName
{
color: #C30797;
}
.AnyTagClassName
{
color: #C30797;
}
</style>
background-color css
<style>
a { background-color: #C30797; }
a { background-color: rgb(195,7,151); }
div.DivClassName
{
background-color: #C30797;
}
.BgClassName
{
background-color: #C30797;
}
</style>
border-color css
<style>
span { border-color: #C30797; }
span { border-color: rgb(195,7,151); }
td.TdClassName
{
border-color: #C30797;
}
.TagClassName
{
border-color: #C30797;
}
</style>