Shades of Medium Violet Red #C30E72
Tints of Medium Violet Red #C30E72
RGB
CMYK
RGB Variations
Color information
#C30E72 (or 0xC30E72) is known color: Medium Violet Red. HEX triplet: C3, 0E and 72. RGB value is (195,14,114). Sum of RGB (Red+Green+Blue) = 195+14+114=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30E72 is #3CF18D. Grayscale: #4F4F4F. Windows color (decimal): -3993998 or 7474883. OLE color: 7474883.
HSL color Cylindrical-coordinate representation of color #C30E72: hue angle of 326.85º 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 #C30E72 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 114 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.24 |
| HSL | 326.85º | 0.87% | 0.41% | - |
| HSV(B) | 326.85º | 0.93% | 0.76% | - |
| XYZ | 25.7 | 13.13 | 17.1 | - |
| YUV | 79.52 | 147.47 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 114 | 0 | 0.93 | 0.42 | 0.24 | 326.85 | 0.87 | 0.41 |
| Hex | C3 | E | 72 | 0 | 5D | 2A | 18 | 147 | 57 | 29 |
| Octal | 303 | 16 | 162 | 0 | 135 | 52 | 30 | 507 | 127 | 51 |
| Binary | 11000011 | 1110 | 1110010 | 0 | 1011101 | 101010 | 11000 | 101000111 | 1010111 | 101001 |
Color Harmonies of #C30E72
Complementary color
Monochromatic Colors of #C30E72
Black with #C30E72
Text Example
Text Example
White with #C30E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30E72; }
p { color: rgb(195,14,114); }
H1.HeaderClassName
{
color: #C30E72;
}
.AnyTagClassName
{
color: #C30E72;
}
</style>
background-color css
<style>
a { background-color: #C30E72; }
a { background-color: rgb(195,14,114); }
div.DivClassName
{
background-color: #C30E72;
}
.BgClassName
{
background-color: #C30E72;
}
</style>
border-color css
<style>
span { border-color: #C30E72; }
span { border-color: rgb(195,14,114); }
td.TdClassName
{
border-color: #C30E72;
}
.TagClassName
{
border-color: #C30E72;
}
</style>