Shades of Medium Violet Red #C30397
Tints of Medium Violet Red #C30397
RGB
CMYK
RGB Variations
Color information
#C30397 (or 0xC30397) is known color: Medium Violet Red. HEX triplet: C3, 03 and 97. RGB value is (195,3,151). Sum of RGB (Red+Green+Blue) = 195+3+151=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C30397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30397 is #3CFC68. Grayscale: #4C4C4C. Windows color (decimal): -3996777 or 9896899. OLE color: 9896899.
HSL color Cylindrical-coordinate representation of color #C30397: hue angle of 313.75º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30397 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 151 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.24 |
| HSL | 313.75º | 0.97% | 0.39% | - |
| HSV(B) | 313.75º | 0.98% | 0.76% | - |
| XYZ | 28.12 | 13.9 | 30.48 | - |
| YUV | 77.28 | 169.61 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 151 | 0 | 0.98 | 0.23 | 0.24 | 313.75 | 0.97 | 0.39 |
| Hex | C3 | 3 | 97 | 0 | 62 | 17 | 18 | 13A | 61 | 27 |
| Octal | 303 | 3 | 227 | 0 | 142 | 27 | 30 | 472 | 141 | 47 |
| Binary | 11000011 | 11 | 10010111 | 0 | 1100010 | 10111 | 11000 | 100111010 | 1100001 | 100111 |
Color Harmonies of #C30397
Complementary color
Monochromatic Colors of #C30397
Black with #C30397
Text Example
Text Example
White with #C30397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30397; }
p { color: rgb(195,3,151); }
H1.HeaderClassName
{
color: #C30397;
}
.AnyTagClassName
{
color: #C30397;
}
</style>
background-color css
<style>
a { background-color: #C30397; }
a { background-color: rgb(195,3,151); }
div.DivClassName
{
background-color: #C30397;
}
.BgClassName
{
background-color: #C30397;
}
</style>
border-color css
<style>
span { border-color: #C30397; }
span { border-color: rgb(195,3,151); }
td.TdClassName
{
border-color: #C30397;
}
.TagClassName
{
border-color: #C30397;
}
</style>