Shades of Medium Violet Red #C30197
Tints of Medium Violet Red #C30197
RGB
CMYK
RGB Variations
Color information
#C30197 (or 0xC30197) is known color: Medium Violet Red. HEX triplet: C3, 01 and 97. RGB value is (195,1,151). Sum of RGB (Red+Green+Blue) = 195+1+151=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C30197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30197 is #3CFE68. Grayscale: #4B4B4B. Windows color (decimal): -3997289 or 9896387. OLE color: 9896387.
HSL color Cylindrical-coordinate representation of color #C30197: hue angle of 313.61º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30197 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 151 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.24 |
| HSL | 313.61º | 0.99% | 0.38% | - |
| HSV(B) | 313.61º | 0.99% | 0.76% | - |
| XYZ | 28.1 | 13.86 | 30.47 | - |
| YUV | 76.11 | 170.27 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 151 | 0 | 0.99 | 0.23 | 0.24 | 313.61 | 0.99 | 0.38 |
| Hex | C3 | 1 | 97 | 0 | 63 | 17 | 18 | 13A | 63 | 26 |
| Octal | 303 | 1 | 227 | 0 | 143 | 27 | 30 | 472 | 143 | 46 |
| Binary | 11000011 | 1 | 10010111 | 0 | 1100011 | 10111 | 11000 | 100111010 | 1100011 | 100110 |
Color Harmonies of #C30197
Complementary color
Monochromatic Colors of #C30197
Black with #C30197
Text Example
Text Example
White with #C30197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30197; }
p { color: rgb(195,1,151); }
H1.HeaderClassName
{
color: #C30197;
}
.AnyTagClassName
{
color: #C30197;
}
</style>
background-color css
<style>
a { background-color: #C30197; }
a { background-color: rgb(195,1,151); }
div.DivClassName
{
background-color: #C30197;
}
.BgClassName
{
background-color: #C30197;
}
</style>
border-color css
<style>
span { border-color: #C30197; }
span { border-color: rgb(195,1,151); }
td.TdClassName
{
border-color: #C30197;
}
.TagClassName
{
border-color: #C30197;
}
</style>