Shades of Medium Red Violet #C32979
Tints of Medium Red Violet #C32979
RGB
CMYK
RGB Variations
Color information
#C32979 (or 0xC32979) is known color: Medium Red Violet. HEX triplet: C3, 29 and 79. RGB value is (195,41,121). Sum of RGB (Red+Green+Blue) = 195+41+121=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C32979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32979 is #3CD686. Grayscale: #606060. Windows color (decimal): -3987079 or 7940547. OLE color: 7940547.
HSL color Cylindrical-coordinate representation of color #C32979: hue angle of 328.83º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32979 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 41 | 121 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.24 |
| HSL | 328.83º | 0.65% | 0.46% | - |
| HSV(B) | 328.83º | 0.79% | 0.76% | - |
| XYZ | 26.75 | 14.57 | 19.49 | - |
| YUV | 96.17 | 142.02 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 121 | 0 | 0.79 | 0.38 | 0.24 | 328.83 | 0.65 | 0.46 |
| Hex | C3 | 29 | 79 | 0 | 4F | 26 | 18 | 149 | 41 | 2E |
| Octal | 303 | 51 | 171 | 0 | 117 | 46 | 30 | 511 | 101 | 56 |
| Binary | 11000011 | 101001 | 1111001 | 0 | 1001111 | 100110 | 11000 | 101001001 | 1000001 | 101110 |
Color Harmonies of #C32979
Complementary color
Monochromatic Colors of #C32979
Black with #C32979
Text Example
Text Example
White with #C32979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32979; }
p { color: rgb(195,41,121); }
H1.HeaderClassName
{
color: #C32979;
}
.AnyTagClassName
{
color: #C32979;
}
</style>
background-color css
<style>
a { background-color: #C32979; }
a { background-color: rgb(195,41,121); }
div.DivClassName
{
background-color: #C32979;
}
.BgClassName
{
background-color: #C32979;
}
</style>
border-color css
<style>
span { border-color: #C32979; }
span { border-color: rgb(195,41,121); }
td.TdClassName
{
border-color: #C32979;
}
.TagClassName
{
border-color: #C32979;
}
</style>