Shades of Medium Violet Red #C30A72
Tints of Medium Violet Red #C30A72
RGB
CMYK
RGB Variations
Color information
#C30A72 (or 0xC30A72) is known color: Medium Violet Red. HEX triplet: C3, 0A and 72. RGB value is (195,10,114). Sum of RGB (Red+Green+Blue) = 195+10+114=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30A72 is #3CF58D. Grayscale: #4C4C4C. Windows color (decimal): -3995022 or 7473859. OLE color: 7473859.
HSL color Cylindrical-coordinate representation of color #C30A72: hue angle of 326.27º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30A72 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 10 | 114 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.24 |
| HSL | 326.27º | 0.9% | 0.4% | - |
| HSV(B) | 326.27º | 0.95% | 0.76% | - |
| XYZ | 25.65 | 13.03 | 17.08 | - |
| YUV | 77.17 | 148.79 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 114 | 0 | 0.95 | 0.42 | 0.24 | 326.27 | 0.9 | 0.4 |
| Hex | C3 | A | 72 | 0 | 5F | 2A | 18 | 146 | 5A | 28 |
| Octal | 303 | 12 | 162 | 0 | 137 | 52 | 30 | 506 | 132 | 50 |
| Binary | 11000011 | 1010 | 1110010 | 0 | 1011111 | 101010 | 11000 | 101000110 | 1011010 | 101000 |
Color Harmonies of #C30A72
Complementary color
Monochromatic Colors of #C30A72
Black with #C30A72
Text Example
Text Example
White with #C30A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30A72; }
p { color: rgb(195,10,114); }
H1.HeaderClassName
{
color: #C30A72;
}
.AnyTagClassName
{
color: #C30A72;
}
</style>
background-color css
<style>
a { background-color: #C30A72; }
a { background-color: rgb(195,10,114); }
div.DivClassName
{
background-color: #C30A72;
}
.BgClassName
{
background-color: #C30A72;
}
</style>
border-color css
<style>
span { border-color: #C30A72; }
span { border-color: rgb(195,10,114); }
td.TdClassName
{
border-color: #C30A72;
}
.TagClassName
{
border-color: #C30A72;
}
</style>