Shades of Medium Red Violet #C32E7F
Tints of Medium Red Violet #C32E7F
RGB
CMYK
RGB Variations
Color information
#C32E7F (or 0xC32E7F) is known color: Medium Red Violet. HEX triplet: C3, 2E and 7F. RGB value is (195,46,127). Sum of RGB (Red+Green+Blue) = 195+46+127=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32E7F is #3CD180. Grayscale: #636363. Windows color (decimal): -3985793 or 8335043. OLE color: 8335043.
HSL color Cylindrical-coordinate representation of color #C32E7F: hue angle of 327.38º 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 #C32E7F is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 127 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.24 |
| HSL | 327.38º | 0.62% | 0.47% | - |
| HSV(B) | 327.38º | 0.76% | 0.76% | - |
| XYZ | 27.31 | 15.09 | 21.55 | - |
| YUV | 99.79 | 143.36 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 127 | 0 | 0.76 | 0.35 | 0.24 | 327.38 | 0.62 | 0.47 |
| Hex | C3 | 2E | 7F | 0 | 4C | 23 | 18 | 147 | 3E | 2F |
| Octal | 303 | 56 | 177 | 0 | 114 | 43 | 30 | 507 | 76 | 57 |
| Binary | 11000011 | 101110 | 1111111 | 0 | 1001100 | 100011 | 11000 | 101000111 | 111110 | 101111 |
Color Harmonies of #C32E7F
Complementary color
Monochromatic Colors of #C32E7F
Black with #C32E7F
Text Example
Text Example
White with #C32E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E7F; }
p { color: rgb(195,46,127); }
H1.HeaderClassName
{
color: #C32E7F;
}
.AnyTagClassName
{
color: #C32E7F;
}
</style>
background-color css
<style>
a { background-color: #C32E7F; }
a { background-color: rgb(195,46,127); }
div.DivClassName
{
background-color: #C32E7F;
}
.BgClassName
{
background-color: #C32E7F;
}
</style>
border-color css
<style>
span { border-color: #C32E7F; }
span { border-color: rgb(195,46,127); }
td.TdClassName
{
border-color: #C32E7F;
}
.TagClassName
{
border-color: #C32E7F;
}
</style>