Shades of Medium Red Violet #C32A78
Tints of Medium Red Violet #C32A78
RGB
CMYK
RGB Variations
Color information
#C32A78 (or 0xC32A78) is known color: Medium Red Violet. HEX triplet: C3, 2A and 78. RGB value is (195,42,120). Sum of RGB (Red+Green+Blue) = 195+42+120=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32A78 is #3CD587. Grayscale: #606060. Windows color (decimal): -3986824 or 7875267. OLE color: 7875267.
HSL color Cylindrical-coordinate representation of color #C32A78: hue angle of 329.41º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32A78 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 120 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.24 |
| HSL | 329.41º | 0.65% | 0.46% | - |
| HSV(B) | 329.41º | 0.78% | 0.76% | - |
| XYZ | 26.72 | 14.61 | 19.18 | - |
| YUV | 96.64 | 141.19 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 120 | 0 | 0.78 | 0.38 | 0.24 | 329.41 | 0.65 | 0.46 |
| Hex | C3 | 2A | 78 | 0 | 4E | 26 | 18 | 149 | 41 | 2E |
| Octal | 303 | 52 | 170 | 0 | 116 | 46 | 30 | 511 | 101 | 56 |
| Binary | 11000011 | 101010 | 1111000 | 0 | 1001110 | 100110 | 11000 | 101001001 | 1000001 | 101110 |
Color Harmonies of #C32A78
Complementary color
Monochromatic Colors of #C32A78
Black with #C32A78
Text Example
Text Example
White with #C32A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32A78; }
p { color: rgb(195,42,120); }
H1.HeaderClassName
{
color: #C32A78;
}
.AnyTagClassName
{
color: #C32A78;
}
</style>
background-color css
<style>
a { background-color: #C32A78; }
a { background-color: rgb(195,42,120); }
div.DivClassName
{
background-color: #C32A78;
}
.BgClassName
{
background-color: #C32A78;
}
</style>
border-color css
<style>
span { border-color: #C32A78; }
span { border-color: rgb(195,42,120); }
td.TdClassName
{
border-color: #C32A78;
}
.TagClassName
{
border-color: #C32A78;
}
</style>