Shades of Medium Violet Red #C30C72
Tints of Medium Violet Red #C30C72
RGB
CMYK
RGB Variations
Color information
#C30C72 (or 0xC30C72) is known color: Medium Violet Red. HEX triplet: C3, 0C and 72. RGB value is (195,12,114). Sum of RGB (Red+Green+Blue) = 195+12+114=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30C72 is #3CF38D. Grayscale: #4E4E4E. Windows color (decimal): -3994510 or 7474371. OLE color: 7474371.
HSL color Cylindrical-coordinate representation of color #C30C72: hue angle of 326.56º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30C72 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 114 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.24 |
| HSL | 326.56º | 0.88% | 0.41% | - |
| HSV(B) | 326.56º | 0.94% | 0.76% | - |
| XYZ | 25.67 | 13.08 | 17.09 | - |
| YUV | 78.35 | 148.13 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 114 | 0 | 0.94 | 0.42 | 0.24 | 326.56 | 0.88 | 0.41 |
| Hex | C3 | C | 72 | 0 | 5E | 2A | 18 | 147 | 58 | 29 |
| Octal | 303 | 14 | 162 | 0 | 136 | 52 | 30 | 507 | 130 | 51 |
| Binary | 11000011 | 1100 | 1110010 | 0 | 1011110 | 101010 | 11000 | 101000111 | 1011000 | 101001 |
Color Harmonies of #C30C72
Complementary color
Monochromatic Colors of #C30C72
Black with #C30C72
Text Example
Text Example
White with #C30C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30C72; }
p { color: rgb(195,12,114); }
H1.HeaderClassName
{
color: #C30C72;
}
.AnyTagClassName
{
color: #C30C72;
}
</style>
background-color css
<style>
a { background-color: #C30C72; }
a { background-color: rgb(195,12,114); }
div.DivClassName
{
background-color: #C30C72;
}
.BgClassName
{
background-color: #C30C72;
}
</style>
border-color css
<style>
span { border-color: #C30C72; }
span { border-color: rgb(195,12,114); }
td.TdClassName
{
border-color: #C30C72;
}
.TagClassName
{
border-color: #C30C72;
}
</style>