Shades of Medium Violet Red #C30D97
Tints of Medium Violet Red #C30D97
RGB
CMYK
RGB Variations
Color information
#C30D97 (or 0xC30D97) is known color: Medium Violet Red. HEX triplet: C3, 0D and 97. RGB value is (195,13,151). Sum of RGB (Red+Green+Blue) = 195+13+151=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30D97 is #3CF268. Grayscale: #525252. Windows color (decimal): -3994217 or 9899459. OLE color: 9899459.
HSL color Cylindrical-coordinate representation of color #C30D97: hue angle of 314.51º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30D97 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 151 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.24 |
| HSL | 314.51º | 0.88% | 0.41% | - |
| HSV(B) | 314.51º | 0.93% | 0.76% | - |
| XYZ | 28.24 | 14.12 | 30.52 | - |
| YUV | 83.15 | 166.3 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 151 | 0 | 0.93 | 0.23 | 0.24 | 314.51 | 0.88 | 0.41 |
| Hex | C3 | D | 97 | 0 | 5D | 17 | 18 | 13B | 58 | 29 |
| Octal | 303 | 15 | 227 | 0 | 135 | 27 | 30 | 473 | 130 | 51 |
| Binary | 11000011 | 1101 | 10010111 | 0 | 1011101 | 10111 | 11000 | 100111011 | 1011000 | 101001 |
Color Harmonies of #C30D97
Complementary color
Monochromatic Colors of #C30D97
Black with #C30D97
Text Example
Text Example
White with #C30D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D97; }
p { color: rgb(195,13,151); }
H1.HeaderClassName
{
color: #C30D97;
}
.AnyTagClassName
{
color: #C30D97;
}
</style>
background-color css
<style>
a { background-color: #C30D97; }
a { background-color: rgb(195,13,151); }
div.DivClassName
{
background-color: #C30D97;
}
.BgClassName
{
background-color: #C30D97;
}
</style>
border-color css
<style>
span { border-color: #C30D97; }
span { border-color: rgb(195,13,151); }
td.TdClassName
{
border-color: #C30D97;
}
.TagClassName
{
border-color: #C30D97;
}
</style>