Shades of Medium Red Violet #C32D7C
Tints of Medium Red Violet #C32D7C
RGB
CMYK
RGB Variations
Color information
#C32D7C (or 0xC32D7C) is known color: Medium Red Violet. HEX triplet: C3, 2D and 7C. RGB value is (195,45,124). Sum of RGB (Red+Green+Blue) = 195+45+124=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32D7C is #3CD283. Grayscale: #626262. Windows color (decimal): -3986052 or 8138179. OLE color: 8138179.
HSL color Cylindrical-coordinate representation of color #C32D7C: hue angle of 328.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32D7C is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 124 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.24 |
| HSL | 328.4º | 0.63% | 0.47% | - |
| HSV(B) | 328.4º | 0.77% | 0.76% | - |
| XYZ | 27.08 | 14.93 | 20.52 | - |
| YUV | 98.86 | 142.2 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 124 | 0 | 0.77 | 0.36 | 0.24 | 328.4 | 0.63 | 0.47 |
| Hex | C3 | 2D | 7C | 0 | 4D | 24 | 18 | 148 | 3E | 2F |
| Octal | 303 | 55 | 174 | 0 | 115 | 44 | 30 | 510 | 76 | 57 |
| Binary | 11000011 | 101101 | 1111100 | 0 | 1001101 | 100100 | 11000 | 101001000 | 111110 | 101111 |
Color Harmonies of #C32D7C
Complementary color
Monochromatic Colors of #C32D7C
Black with #C32D7C
Text Example
Text Example
White with #C32D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32D7C; }
p { color: rgb(195,45,124); }
H1.HeaderClassName
{
color: #C32D7C;
}
.AnyTagClassName
{
color: #C32D7C;
}
</style>
background-color css
<style>
a { background-color: #C32D7C; }
a { background-color: rgb(195,45,124); }
div.DivClassName
{
background-color: #C32D7C;
}
.BgClassName
{
background-color: #C32D7C;
}
</style>
border-color css
<style>
span { border-color: #C32D7C; }
span { border-color: rgb(195,45,124); }
td.TdClassName
{
border-color: #C32D7C;
}
.TagClassName
{
border-color: #C32D7C;
}
</style>