Shades of Medium Violet Red #C30974
Tints of Medium Violet Red #C30974
RGB
CMYK
RGB Variations
Color information
#C30974 (or 0xC30974) is known color: Medium Violet Red. HEX triplet: C3, 09 and 74. RGB value is (195,9,116). Sum of RGB (Red+Green+Blue) = 195+9+116=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C30974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30974 is #3CF68B. Grayscale: #4C4C4C. Windows color (decimal): -3995276 or 7604675. OLE color: 7604675.
HSL color Cylindrical-coordinate representation of color #C30974: hue angle of 325.48º degrees, saturation: 0.91, 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 #C30974 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 116 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.24 |
| HSL | 325.48º | 0.91% | 0.4% | - |
| HSV(B) | 325.48º | 0.95% | 0.76% | - |
| XYZ | 25.76 | 13.06 | 17.69 | - |
| YUV | 76.81 | 150.12 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 116 | 0 | 0.95 | 0.41 | 0.24 | 325.48 | 0.91 | 0.4 |
| Hex | C3 | 9 | 74 | 0 | 5F | 29 | 18 | 145 | 5B | 28 |
| Octal | 303 | 11 | 164 | 0 | 137 | 51 | 30 | 505 | 133 | 50 |
| Binary | 11000011 | 1001 | 1110100 | 0 | 1011111 | 101001 | 11000 | 101000101 | 1011011 | 101000 |
Color Harmonies of #C30974
Complementary color
Monochromatic Colors of #C30974
Black with #C30974
Text Example
Text Example
White with #C30974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30974; }
p { color: rgb(195,9,116); }
H1.HeaderClassName
{
color: #C30974;
}
.AnyTagClassName
{
color: #C30974;
}
</style>
background-color css
<style>
a { background-color: #C30974; }
a { background-color: rgb(195,9,116); }
div.DivClassName
{
background-color: #C30974;
}
.BgClassName
{
background-color: #C30974;
}
</style>
border-color css
<style>
span { border-color: #C30974; }
span { border-color: rgb(195,9,116); }
td.TdClassName
{
border-color: #C30974;
}
.TagClassName
{
border-color: #C30974;
}
</style>