Shades of Medium Violet Red #C30075
Tints of Medium Violet Red #C30075
RGB
CMYK
RGB Variations
Color information
#C30075 (or 0xC30075) is known color: Medium Violet Red. HEX triplet: C3, 00 and 75. RGB value is (195,0,117). Sum of RGB (Red+Green+Blue) = 195+0+117=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C30075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30075 is #3CFF8A. Grayscale: #474747. Windows color (decimal): -3997579 or 7667907. OLE color: 7667907.
HSL color Cylindrical-coordinate representation of color #C30075: hue angle of 324º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30075 is Cyan = 0, Magento = 1, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.4 | 0.24 |
| HSL | 324º | 1% | 0.38% | - |
| HSV(B) | 324º | 1% | 0.76% | - |
| XYZ | 25.72 | 12.89 | 17.96 | - |
| YUV | 71.64 | 153.6 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 117 | 0 | 1 | 0.4 | 0.24 | 324 | 1 | 0.38 |
| Hex | C3 | 0 | 75 | 0 | 64 | 28 | 18 | 144 | 64 | 26 |
| Octal | 303 | 0 | 165 | 0 | 144 | 50 | 30 | 504 | 144 | 46 |
| Binary | 11000011 | 0 | 1110101 | 0 | 1100100 | 101000 | 11000 | 101000100 | 1100100 | 100110 |
Color Harmonies of #C30075
Complementary color
Monochromatic Colors of #C30075
Black with #C30075
Text Example
Text Example
White with #C30075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30075; }
p { color: rgb(195,0,117); }
H1.HeaderClassName
{
color: #C30075;
}
.AnyTagClassName
{
color: #C30075;
}
</style>
background-color css
<style>
a { background-color: #C30075; }
a { background-color: rgb(195,0,117); }
div.DivClassName
{
background-color: #C30075;
}
.BgClassName
{
background-color: #C30075;
}
</style>
border-color css
<style>
span { border-color: #C30075; }
span { border-color: rgb(195,0,117); }
td.TdClassName
{
border-color: #C30075;
}
.TagClassName
{
border-color: #C30075;
}
</style>