Shades of Medium Red Violet #C32E7E
Tints of Medium Red Violet #C32E7E
RGB
CMYK
RGB Variations
Color information
#C32E7E (or 0xC32E7E) is known color: Medium Red Violet. HEX triplet: C3, 2E and 7E. RGB value is (195,46,126). Sum of RGB (Red+Green+Blue) = 195+46+126=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 46 (18.36% from 255 or 12.53% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32E7E is #3CD181. Grayscale: #636363. Windows color (decimal): -3985794 or 8269507. OLE color: 8269507.
HSL color Cylindrical-coordinate representation of color #C32E7E: hue angle of 327.79º 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 #C32E7E is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 126 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.24 |
| HSL | 327.79º | 0.62% | 0.47% | - |
| HSV(B) | 327.79º | 0.76% | 0.76% | - |
| XYZ | 27.25 | 15.06 | 21.21 | - |
| YUV | 99.67 | 142.86 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 126 | 0 | 0.76 | 0.35 | 0.24 | 327.79 | 0.62 | 0.47 |
| Hex | C3 | 2E | 7E | 0 | 4C | 23 | 18 | 148 | 3E | 2F |
| Octal | 303 | 56 | 176 | 0 | 114 | 43 | 30 | 510 | 76 | 57 |
| Binary | 11000011 | 101110 | 1111110 | 0 | 1001100 | 100011 | 11000 | 101001000 | 111110 | 101111 |
Color Harmonies of #C32E7E
Complementary color
Monochromatic Colors of #C32E7E
Black with #C32E7E
Text Example
Text Example
White with #C32E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E7E; }
p { color: rgb(195,46,126); }
H1.HeaderClassName
{
color: #C32E7E;
}
.AnyTagClassName
{
color: #C32E7E;
}
</style>
background-color css
<style>
a { background-color: #C32E7E; }
a { background-color: rgb(195,46,126); }
div.DivClassName
{
background-color: #C32E7E;
}
.BgClassName
{
background-color: #C32E7E;
}
</style>
border-color css
<style>
span { border-color: #C32E7E; }
span { border-color: rgb(195,46,126); }
td.TdClassName
{
border-color: #C32E7E;
}
.TagClassName
{
border-color: #C32E7E;
}
</style>