Shades of Medium Red Violet #C32E7B
Tints of Medium Red Violet #C32E7B
RGB
CMYK
RGB Variations
Color information
#C32E7B (or 0xC32E7B) is known color: Medium Red Violet. HEX triplet: C3, 2E and 7B. RGB value is (195,46,123). Sum of RGB (Red+Green+Blue) = 195+46+123=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 46 (18.36% from 255 or 12.64% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32E7B is #3CD184. Grayscale: #636363. Windows color (decimal): -3985797 or 8072899. OLE color: 8072899.
HSL color Cylindrical-coordinate representation of color #C32E7B: hue angle of 328.99º 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 #C32E7B is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 123 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.24 |
| HSL | 328.99º | 0.62% | 0.47% | - |
| HSV(B) | 328.99º | 0.76% | 0.76% | - |
| XYZ | 27.06 | 14.99 | 20.21 | - |
| YUV | 99.33 | 141.36 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 123 | 0 | 0.76 | 0.37 | 0.24 | 328.99 | 0.62 | 0.47 |
| Hex | C3 | 2E | 7B | 0 | 4C | 25 | 18 | 149 | 3E | 2F |
| Octal | 303 | 56 | 173 | 0 | 114 | 45 | 30 | 511 | 76 | 57 |
| Binary | 11000011 | 101110 | 1111011 | 0 | 1001100 | 100101 | 11000 | 101001001 | 111110 | 101111 |
Color Harmonies of #C32E7B
Complementary color
Monochromatic Colors of #C32E7B
Black with #C32E7B
Text Example
Text Example
White with #C32E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E7B; }
p { color: rgb(195,46,123); }
H1.HeaderClassName
{
color: #C32E7B;
}
.AnyTagClassName
{
color: #C32E7B;
}
</style>
background-color css
<style>
a { background-color: #C32E7B; }
a { background-color: rgb(195,46,123); }
div.DivClassName
{
background-color: #C32E7B;
}
.BgClassName
{
background-color: #C32E7B;
}
</style>
border-color css
<style>
span { border-color: #C32E7B; }
span { border-color: rgb(195,46,123); }
td.TdClassName
{
border-color: #C32E7B;
}
.TagClassName
{
border-color: #C32E7B;
}
</style>