Shades of Medium Red Violet #C32B8E
Tints of Medium Red Violet #C32B8E
RGB
CMYK
RGB Variations
Color information
#C32B8E (or 0xC32B8E) is known color: Medium Red Violet. HEX triplet: C3, 2B and 8E. RGB value is (195,43,142). Sum of RGB (Red+Green+Blue) = 195+43+142=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32B8E is #3CD471. Grayscale: #636363. Windows color (decimal): -3986546 or 9317315. OLE color: 9317315.
HSL color Cylindrical-coordinate representation of color #C32B8E: hue angle of 320.92º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32B8E is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 142 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.24 |
| HSL | 320.92º | 0.64% | 0.47% | - |
| HSV(B) | 320.92º | 0.78% | 0.76% | - |
| XYZ | 28.25 | 15.28 | 27.05 | - |
| YUV | 99.73 | 151.86 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 142 | 0 | 0.78 | 0.27 | 0.24 | 320.92 | 0.64 | 0.47 |
| Hex | C3 | 2B | 8E | 0 | 4E | 1B | 18 | 141 | 40 | 2F |
| Octal | 303 | 53 | 216 | 0 | 116 | 33 | 30 | 501 | 100 | 57 |
| Binary | 11000011 | 101011 | 10001110 | 0 | 1001110 | 11011 | 11000 | 101000001 | 1000000 | 101111 |
Color Harmonies of #C32B8E
Complementary color
Monochromatic Colors of #C32B8E
Black with #C32B8E
Text Example
Text Example
White with #C32B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B8E; }
p { color: rgb(195,43,142); }
H1.HeaderClassName
{
color: #C32B8E;
}
.AnyTagClassName
{
color: #C32B8E;
}
</style>
background-color css
<style>
a { background-color: #C32B8E; }
a { background-color: rgb(195,43,142); }
div.DivClassName
{
background-color: #C32B8E;
}
.BgClassName
{
background-color: #C32B8E;
}
</style>
border-color css
<style>
span { border-color: #C32B8E; }
span { border-color: rgb(195,43,142); }
td.TdClassName
{
border-color: #C32B8E;
}
.TagClassName
{
border-color: #C32B8E;
}
</style>