Shades of Medium Violet Red #C30179
Tints of Medium Violet Red #C30179
RGB
CMYK
RGB Variations
Color information
#C30179 (or 0xC30179) is known color: Medium Violet Red. HEX triplet: C3, 01 and 79. RGB value is (195,1,121). Sum of RGB (Red+Green+Blue) = 195+1+121=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C30179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30179 is #3CFE86. Grayscale: #484848. Windows color (decimal): -3997319 or 7930307. OLE color: 7930307.
HSL color Cylindrical-coordinate representation of color #C30179: hue angle of 322.89º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30179 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 121 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.24 |
| HSL | 322.89º | 0.99% | 0.38% | - |
| HSV(B) | 322.89º | 0.99% | 0.76% | - |
| XYZ | 25.97 | 13 | 19.23 | - |
| YUV | 72.69 | 155.27 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 121 | 0 | 0.99 | 0.38 | 0.24 | 322.89 | 0.99 | 0.38 |
| Hex | C3 | 1 | 79 | 0 | 63 | 26 | 18 | 143 | 63 | 26 |
| Octal | 303 | 1 | 171 | 0 | 143 | 46 | 30 | 503 | 143 | 46 |
| Binary | 11000011 | 1 | 1111001 | 0 | 1100011 | 100110 | 11000 | 101000011 | 1100011 | 100110 |
Color Harmonies of #C30179
Complementary color
Monochromatic Colors of #C30179
Black with #C30179
Text Example
Text Example
White with #C30179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30179; }
p { color: rgb(195,1,121); }
H1.HeaderClassName
{
color: #C30179;
}
.AnyTagClassName
{
color: #C30179;
}
</style>
background-color css
<style>
a { background-color: #C30179; }
a { background-color: rgb(195,1,121); }
div.DivClassName
{
background-color: #C30179;
}
.BgClassName
{
background-color: #C30179;
}
</style>
border-color css
<style>
span { border-color: #C30179; }
span { border-color: rgb(195,1,121); }
td.TdClassName
{
border-color: #C30179;
}
.TagClassName
{
border-color: #C30179;
}
</style>