Shades of Medium Violet Red #C30E73
Tints of Medium Violet Red #C30E73
RGB
CMYK
RGB Variations
Color information
#C30E73 (or 0xC30E73) is known color: Medium Violet Red. HEX triplet: C3, 0E and 73. RGB value is (195,14,115). Sum of RGB (Red+Green+Blue) = 195+14+115=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30E73 is #3CF18C. Grayscale: #4F4F4F. Windows color (decimal): -3993997 or 7540419. OLE color: 7540419.
HSL color Cylindrical-coordinate representation of color #C30E73: hue angle of 326.52º degrees, saturation: 0.87, 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 #C30E73 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 115 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.24 |
| HSL | 326.52º | 0.87% | 0.41% | - |
| HSV(B) | 326.52º | 0.93% | 0.76% | - |
| XYZ | 25.76 | 13.15 | 17.4 | - |
| YUV | 79.63 | 147.97 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 115 | 0 | 0.93 | 0.41 | 0.24 | 326.52 | 0.87 | 0.41 |
| Hex | C3 | E | 73 | 0 | 5D | 29 | 18 | 147 | 57 | 29 |
| Octal | 303 | 16 | 163 | 0 | 135 | 51 | 30 | 507 | 127 | 51 |
| Binary | 11000011 | 1110 | 1110011 | 0 | 1011101 | 101001 | 11000 | 101000111 | 1010111 | 101001 |
Color Harmonies of #C30E73
Complementary color
Monochromatic Colors of #C30E73
Black with #C30E73
Text Example
Text Example
White with #C30E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30E73; }
p { color: rgb(195,14,115); }
H1.HeaderClassName
{
color: #C30E73;
}
.AnyTagClassName
{
color: #C30E73;
}
</style>
background-color css
<style>
a { background-color: #C30E73; }
a { background-color: rgb(195,14,115); }
div.DivClassName
{
background-color: #C30E73;
}
.BgClassName
{
background-color: #C30E73;
}
</style>
border-color css
<style>
span { border-color: #C30E73; }
span { border-color: rgb(195,14,115); }
td.TdClassName
{
border-color: #C30E73;
}
.TagClassName
{
border-color: #C30E73;
}
</style>