Shades of Medium Violet Red #C30478
Tints of Medium Violet Red #C30478
RGB
CMYK
RGB Variations
Color information
#C30478 (or 0xC30478) is known color: Medium Violet Red. HEX triplet: C3, 04 and 78. RGB value is (195,4,120). Sum of RGB (Red+Green+Blue) = 195+4+120=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C30478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30478 is #3CFB87. Grayscale: #4A4A4A. Windows color (decimal): -3996552 or 7865539. OLE color: 7865539.
HSL color Cylindrical-coordinate representation of color #C30478: hue angle of 323.56º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30478 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.24 |
| HSL | 323.56º | 0.96% | 0.39% | - |
| HSV(B) | 323.56º | 0.98% | 0.76% | - |
| XYZ | 25.94 | 13.05 | 18.92 | - |
| YUV | 74.33 | 153.78 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 120 | 0 | 0.98 | 0.38 | 0.24 | 323.56 | 0.96 | 0.39 |
| Hex | C3 | 4 | 78 | 0 | 62 | 26 | 18 | 144 | 60 | 27 |
| Octal | 303 | 4 | 170 | 0 | 142 | 46 | 30 | 504 | 140 | 47 |
| Binary | 11000011 | 100 | 1111000 | 0 | 1100010 | 100110 | 11000 | 101000100 | 1100000 | 100111 |
Color Harmonies of #C30478
Complementary color
Monochromatic Colors of #C30478
Black with #C30478
Text Example
Text Example
White with #C30478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30478; }
p { color: rgb(195,4,120); }
H1.HeaderClassName
{
color: #C30478;
}
.AnyTagClassName
{
color: #C30478;
}
</style>
background-color css
<style>
a { background-color: #C30478; }
a { background-color: rgb(195,4,120); }
div.DivClassName
{
background-color: #C30478;
}
.BgClassName
{
background-color: #C30478;
}
</style>
border-color css
<style>
span { border-color: #C30478; }
span { border-color: rgb(195,4,120); }
td.TdClassName
{
border-color: #C30478;
}
.TagClassName
{
border-color: #C30478;
}
</style>