Shades of Medium Red Violet #C32E7A
Tints of Medium Red Violet #C32E7A
RGB
CMYK
RGB Variations
Color information
#C32E7A (or 0xC32E7A) is known color: Medium Red Violet. HEX triplet: C3, 2E and 7A. RGB value is (195,46,122). Sum of RGB (Red+Green+Blue) = 195+46+122=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32E7A is #3CD185. Grayscale: #636363. Windows color (decimal): -3985798 or 8007363. OLE color: 8007363.
HSL color Cylindrical-coordinate representation of color #C32E7A: hue angle of 329.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32E7A is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 122 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.24 |
| HSL | 329.4º | 0.62% | 0.47% | - |
| HSV(B) | 329.4º | 0.76% | 0.76% | - |
| XYZ | 27 | 14.96 | 19.88 | - |
| YUV | 99.22 | 140.86 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 122 | 0 | 0.76 | 0.37 | 0.24 | 329.4 | 0.62 | 0.47 |
| Hex | C3 | 2E | 7A | 0 | 4C | 25 | 18 | 149 | 3E | 2F |
| Octal | 303 | 56 | 172 | 0 | 114 | 45 | 30 | 511 | 76 | 57 |
| Binary | 11000011 | 101110 | 1111010 | 0 | 1001100 | 100101 | 11000 | 101001001 | 111110 | 101111 |
Color Harmonies of #C32E7A
Complementary color
Monochromatic Colors of #C32E7A
Black with #C32E7A
Text Example
Text Example
White with #C32E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E7A; }
p { color: rgb(195,46,122); }
H1.HeaderClassName
{
color: #C32E7A;
}
.AnyTagClassName
{
color: #C32E7A;
}
</style>
background-color css
<style>
a { background-color: #C32E7A; }
a { background-color: rgb(195,46,122); }
div.DivClassName
{
background-color: #C32E7A;
}
.BgClassName
{
background-color: #C32E7A;
}
</style>
border-color css
<style>
span { border-color: #C32E7A; }
span { border-color: rgb(195,46,122); }
td.TdClassName
{
border-color: #C32E7A;
}
.TagClassName
{
border-color: #C32E7A;
}
</style>