Shades of Medium Violet Red #C30978
Tints of Medium Violet Red #C30978
RGB
CMYK
RGB Variations
Color information
#C30978 (or 0xC30978) is known color: Medium Violet Red. HEX triplet: C3, 09 and 78. RGB value is (195,9,120). Sum of RGB (Red+Green+Blue) = 195+9+120=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C30978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30978 is #3CF687. Grayscale: #4D4D4D. Windows color (decimal): -3995272 or 7866819. OLE color: 7866819.
HSL color Cylindrical-coordinate representation of color #C30978: hue angle of 324.19º 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 #C30978 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 120 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.24 |
| HSL | 324.19º | 0.91% | 0.4% | - |
| HSV(B) | 324.19º | 0.95% | 0.76% | - |
| XYZ | 25.99 | 13.15 | 18.94 | - |
| YUV | 77.27 | 152.12 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 120 | 0 | 0.95 | 0.38 | 0.24 | 324.19 | 0.91 | 0.4 |
| Hex | C3 | 9 | 78 | 0 | 5F | 26 | 18 | 144 | 5B | 28 |
| Octal | 303 | 11 | 170 | 0 | 137 | 46 | 30 | 504 | 133 | 50 |
| Binary | 11000011 | 1001 | 1111000 | 0 | 1011111 | 100110 | 11000 | 101000100 | 1011011 | 101000 |
Color Harmonies of #C30978
Complementary color
Monochromatic Colors of #C30978
Black with #C30978
Text Example
Text Example
White with #C30978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30978; }
p { color: rgb(195,9,120); }
H1.HeaderClassName
{
color: #C30978;
}
.AnyTagClassName
{
color: #C30978;
}
</style>
background-color css
<style>
a { background-color: #C30978; }
a { background-color: rgb(195,9,120); }
div.DivClassName
{
background-color: #C30978;
}
.BgClassName
{
background-color: #C30978;
}
</style>
border-color css
<style>
span { border-color: #C30978; }
span { border-color: rgb(195,9,120); }
td.TdClassName
{
border-color: #C30978;
}
.TagClassName
{
border-color: #C30978;
}
</style>