Shades of Medium Red Violet #C32879
Tints of Medium Red Violet #C32879
RGB
CMYK
RGB Variations
Color information
#C32879 (or 0xC32879) is known color: Medium Red Violet. HEX triplet: C3, 28 and 79. RGB value is (195,40,121). Sum of RGB (Red+Green+Blue) = 195+40+121=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C32879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32879 is #3CD786. Grayscale: #5F5F5F. Windows color (decimal): -3987335 or 7940291. OLE color: 7940291.
HSL color Cylindrical-coordinate representation of color #C32879: hue angle of 328.65º degrees, saturation: 0.66, 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 #C32879 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 121 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.24 |
| HSL | 328.65º | 0.66% | 0.46% | - |
| HSV(B) | 328.65º | 0.79% | 0.76% | - |
| XYZ | 26.72 | 14.5 | 19.48 | - |
| YUV | 95.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 121 | 0 | 0.79 | 0.38 | 0.24 | 328.65 | 0.66 | 0.46 |
| Hex | C3 | 28 | 79 | 0 | 4F | 26 | 18 | 149 | 42 | 2E |
| Octal | 303 | 50 | 171 | 0 | 117 | 46 | 30 | 511 | 102 | 56 |
| Binary | 11000011 | 101000 | 1111001 | 0 | 1001111 | 100110 | 11000 | 101001001 | 1000010 | 101110 |
Color Harmonies of #C32879
Complementary color
Monochromatic Colors of #C32879
Black with #C32879
Text Example
Text Example
White with #C32879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32879; }
p { color: rgb(195,40,121); }
H1.HeaderClassName
{
color: #C32879;
}
.AnyTagClassName
{
color: #C32879;
}
</style>
background-color css
<style>
a { background-color: #C32879; }
a { background-color: rgb(195,40,121); }
div.DivClassName
{
background-color: #C32879;
}
.BgClassName
{
background-color: #C32879;
}
</style>
border-color css
<style>
span { border-color: #C32879; }
span { border-color: rgb(195,40,121); }
td.TdClassName
{
border-color: #C32879;
}
.TagClassName
{
border-color: #C32879;
}
</style>