Shades of Medium Violet Red #C30D91
Tints of Medium Violet Red #C30D91
RGB
CMYK
RGB Variations
Color information
#C30D91 (or 0xC30D91) is known color: Medium Violet Red. HEX triplet: C3, 0D and 91. RGB value is (195,13,145). Sum of RGB (Red+Green+Blue) = 195+13+145=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30D91 is #3CF26E. Grayscale: #525252. Windows color (decimal): -3994223 or 9506243. OLE color: 9506243.
HSL color Cylindrical-coordinate representation of color #C30D91: hue angle of 316.48º 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 #C30D91 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 145 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.24 |
| HSL | 316.48º | 0.88% | 0.41% | - |
| HSV(B) | 316.48º | 0.93% | 0.76% | - |
| XYZ | 27.76 | 13.93 | 28.01 | - |
| YUV | 82.47 | 163.3 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 145 | 0 | 0.93 | 0.26 | 0.24 | 316.48 | 0.88 | 0.41 |
| Hex | C3 | D | 91 | 0 | 5D | 1A | 18 | 13C | 58 | 29 |
| Octal | 303 | 15 | 221 | 0 | 135 | 32 | 30 | 474 | 130 | 51 |
| Binary | 11000011 | 1101 | 10010001 | 0 | 1011101 | 11010 | 11000 | 100111100 | 1011000 | 101001 |
Color Harmonies of #C30D91
Complementary color
Monochromatic Colors of #C30D91
Black with #C30D91
Text Example
Text Example
White with #C30D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D91; }
p { color: rgb(195,13,145); }
H1.HeaderClassName
{
color: #C30D91;
}
.AnyTagClassName
{
color: #C30D91;
}
</style>
background-color css
<style>
a { background-color: #C30D91; }
a { background-color: rgb(195,13,145); }
div.DivClassName
{
background-color: #C30D91;
}
.BgClassName
{
background-color: #C30D91;
}
</style>
border-color css
<style>
span { border-color: #C30D91; }
span { border-color: rgb(195,13,145); }
td.TdClassName
{
border-color: #C30D91;
}
.TagClassName
{
border-color: #C30D91;
}
</style>