Shades of Medium Violet Red #C30C74
Tints of Medium Violet Red #C30C74
RGB
CMYK
RGB Variations
Color information
#C30C74 (or 0xC30C74) is known color: Medium Violet Red. HEX triplet: C3, 0C and 74. RGB value is (195,12,116). Sum of RGB (Red+Green+Blue) = 195+12+116=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30C74 is #3CF38B. Grayscale: #4E4E4E. Windows color (decimal): -3994508 or 7605443. OLE color: 7605443.
HSL color Cylindrical-coordinate representation of color #C30C74: hue angle of 325.9º 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 #C30C74 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 116 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.24 |
| HSL | 325.9º | 0.88% | 0.41% | - |
| HSV(B) | 325.9º | 0.94% | 0.76% | - |
| XYZ | 25.79 | 13.13 | 17.7 | - |
| YUV | 78.57 | 149.13 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 116 | 0 | 0.94 | 0.41 | 0.24 | 325.9 | 0.88 | 0.41 |
| Hex | C3 | C | 74 | 0 | 5E | 29 | 18 | 146 | 58 | 29 |
| Octal | 303 | 14 | 164 | 0 | 136 | 51 | 30 | 506 | 130 | 51 |
| Binary | 11000011 | 1100 | 1110100 | 0 | 1011110 | 101001 | 11000 | 101000110 | 1011000 | 101001 |
Color Harmonies of #C30C74
Complementary color
Monochromatic Colors of #C30C74
Black with #C30C74
Text Example
Text Example
White with #C30C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30C74; }
p { color: rgb(195,12,116); }
H1.HeaderClassName
{
color: #C30C74;
}
.AnyTagClassName
{
color: #C30C74;
}
</style>
background-color css
<style>
a { background-color: #C30C74; }
a { background-color: rgb(195,12,116); }
div.DivClassName
{
background-color: #C30C74;
}
.BgClassName
{
background-color: #C30C74;
}
</style>
border-color css
<style>
span { border-color: #C30C74; }
span { border-color: rgb(195,12,116); }
td.TdClassName
{
border-color: #C30C74;
}
.TagClassName
{
border-color: #C30C74;
}
</style>