Shades of Medium Red Violet #C32E9D
Tints of Medium Red Violet #C32E9D
RGB
CMYK
RGB Variations
Color information
#C32E9D (or 0xC32E9D) is known color: Medium Red Violet. HEX triplet: C3, 2E and 9D. RGB value is (195,46,157). Sum of RGB (Red+Green+Blue) = 195+46+157=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32E9D is #3CD162. Grayscale: #666666. Windows color (decimal): -3985763 or 10301123. OLE color: 10301123.
HSL color Cylindrical-coordinate representation of color #C32E9D: hue angle of 315.3º 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 #C32E9D is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 157 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.24 |
| HSL | 315.3º | 0.62% | 0.47% | - |
| HSV(B) | 315.3º | 0.76% | 0.76% | - |
| XYZ | 29.57 | 15.99 | 33.43 | - |
| YUV | 103.21 | 158.36 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 157 | 0 | 0.76 | 0.19 | 0.24 | 315.3 | 0.62 | 0.47 |
| Hex | C3 | 2E | 9D | 0 | 4C | 13 | 18 | 13B | 3E | 2F |
| Octal | 303 | 56 | 235 | 0 | 114 | 23 | 30 | 473 | 76 | 57 |
| Binary | 11000011 | 101110 | 10011101 | 0 | 1001100 | 10011 | 11000 | 100111011 | 111110 | 101111 |
Color Harmonies of #C32E9D
Complementary color
Monochromatic Colors of #C32E9D
Black with #C32E9D
Text Example
Text Example
White with #C32E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E9D; }
p { color: rgb(195,46,157); }
H1.HeaderClassName
{
color: #C32E9D;
}
.AnyTagClassName
{
color: #C32E9D;
}
</style>
background-color css
<style>
a { background-color: #C32E9D; }
a { background-color: rgb(195,46,157); }
div.DivClassName
{
background-color: #C32E9D;
}
.BgClassName
{
background-color: #C32E9D;
}
</style>
border-color css
<style>
span { border-color: #C32E9D; }
span { border-color: rgb(195,46,157); }
td.TdClassName
{
border-color: #C32E9D;
}
.TagClassName
{
border-color: #C32E9D;
}
</style>