Shades of Medium Violet Red #C30379
Tints of Medium Violet Red #C30379
RGB
CMYK
RGB Variations
Color information
#C30379 (or 0xC30379) is known color: Medium Violet Red. HEX triplet: C3, 03 and 79. RGB value is (195,3,121). Sum of RGB (Red+Green+Blue) = 195+3+121=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C30379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30379 is #3CFC86. Grayscale: #494949. Windows color (decimal): -3996807 or 7930819. OLE color: 7930819.
HSL color Cylindrical-coordinate representation of color #C30379: hue angle of 323.12º degrees, saturation: 0.97, 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 #C30379 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 121 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.24 |
| HSL | 323.13º | 0.97% | 0.39% | - |
| HSV(B) | 323.13º | 0.98% | 0.76% | - |
| XYZ | 25.99 | 13.05 | 19.24 | - |
| YUV | 73.86 | 154.61 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 121 | 0 | 0.98 | 0.38 | 0.24 | 323.13 | 0.97 | 0.39 |
| Hex | C3 | 3 | 79 | 0 | 62 | 26 | 18 | 143 | 61 | 27 |
| Octal | 303 | 3 | 171 | 0 | 142 | 46 | 30 | 503 | 141 | 47 |
| Binary | 11000011 | 11 | 1111001 | 0 | 1100010 | 100110 | 11000 | 101000011 | 1100001 | 100111 |
Color Harmonies of #C30379
Complementary color
Monochromatic Colors of #C30379
Black with #C30379
Text Example
Text Example
White with #C30379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30379; }
p { color: rgb(195,3,121); }
H1.HeaderClassName
{
color: #C30379;
}
.AnyTagClassName
{
color: #C30379;
}
</style>
background-color css
<style>
a { background-color: #C30379; }
a { background-color: rgb(195,3,121); }
div.DivClassName
{
background-color: #C30379;
}
.BgClassName
{
background-color: #C30379;
}
</style>
border-color css
<style>
span { border-color: #C30379; }
span { border-color: rgb(195,3,121); }
td.TdClassName
{
border-color: #C30379;
}
.TagClassName
{
border-color: #C30379;
}
</style>