Shades of Medium Violet Red #C30975
Tints of Medium Violet Red #C30975
RGB
CMYK
RGB Variations
Color information
#C30975 (or 0xC30975) is known color: Medium Violet Red. HEX triplet: C3, 09 and 75. RGB value is (195,9,117). Sum of RGB (Red+Green+Blue) = 195+9+117=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C30975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30975 is #3CF68A. Grayscale: #4C4C4C. Windows color (decimal): -3995275 or 7670211. OLE color: 7670211.
HSL color Cylindrical-coordinate representation of color #C30975: hue angle of 325.16º 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 #C30975 is Cyan = 0, Magento = 0.95, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 117 | - |
| CMYK | 0 | 0.95 | 0.4 | 0.24 |
| HSL | 325.16º | 0.91% | 0.4% | - |
| HSV(B) | 325.16º | 0.95% | 0.76% | - |
| XYZ | 25.81 | 13.08 | 17.99 | - |
| YUV | 76.93 | 150.62 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 117 | 0 | 0.95 | 0.4 | 0.24 | 325.16 | 0.91 | 0.4 |
| Hex | C3 | 9 | 75 | 0 | 5F | 28 | 18 | 145 | 5B | 28 |
| Octal | 303 | 11 | 165 | 0 | 137 | 50 | 30 | 505 | 133 | 50 |
| Binary | 11000011 | 1001 | 1110101 | 0 | 1011111 | 101000 | 11000 | 101000101 | 1011011 | 101000 |
Color Harmonies of #C30975
Complementary color
Monochromatic Colors of #C30975
Black with #C30975
Text Example
Text Example
White with #C30975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30975; }
p { color: rgb(195,9,117); }
H1.HeaderClassName
{
color: #C30975;
}
.AnyTagClassName
{
color: #C30975;
}
</style>
background-color css
<style>
a { background-color: #C30975; }
a { background-color: rgb(195,9,117); }
div.DivClassName
{
background-color: #C30975;
}
.BgClassName
{
background-color: #C30975;
}
</style>
border-color css
<style>
span { border-color: #C30975; }
span { border-color: rgb(195,9,117); }
td.TdClassName
{
border-color: #C30975;
}
.TagClassName
{
border-color: #C30975;
}
</style>