Shades of Medium Red Violet #C32B8C
Tints of Medium Red Violet #C32B8C
RGB
CMYK
RGB Variations
Color information
#C32B8C (or 0xC32B8C) is known color: Medium Red Violet. HEX triplet: C3, 2B and 8C. RGB value is (195,43,140). Sum of RGB (Red+Green+Blue) = 195+43+140=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32B8C is #3CD473. Grayscale: #636363. Windows color (decimal): -3986548 or 9186243. OLE color: 9186243.
HSL color Cylindrical-coordinate representation of color #C32B8C: hue angle of 321.71º 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 #C32B8C is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 140 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.24 |
| HSL | 321.71º | 0.64% | 0.47% | - |
| HSV(B) | 321.71º | 0.78% | 0.76% | - |
| XYZ | 28.1 | 15.22 | 26.27 | - |
| YUV | 99.51 | 150.86 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 140 | 0 | 0.78 | 0.28 | 0.24 | 321.71 | 0.64 | 0.47 |
| Hex | C3 | 2B | 8C | 0 | 4E | 1C | 18 | 142 | 40 | 2F |
| Octal | 303 | 53 | 214 | 0 | 116 | 34 | 30 | 502 | 100 | 57 |
| Binary | 11000011 | 101011 | 10001100 | 0 | 1001110 | 11100 | 11000 | 101000010 | 1000000 | 101111 |
Color Harmonies of #C32B8C
Complementary color
Monochromatic Colors of #C32B8C
Black with #C32B8C
Text Example
Text Example
White with #C32B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B8C; }
p { color: rgb(195,43,140); }
H1.HeaderClassName
{
color: #C32B8C;
}
.AnyTagClassName
{
color: #C32B8C;
}
</style>
background-color css
<style>
a { background-color: #C32B8C; }
a { background-color: rgb(195,43,140); }
div.DivClassName
{
background-color: #C32B8C;
}
.BgClassName
{
background-color: #C32B8C;
}
</style>
border-color css
<style>
span { border-color: #C32B8C; }
span { border-color: rgb(195,43,140); }
td.TdClassName
{
border-color: #C32B8C;
}
.TagClassName
{
border-color: #C32B8C;
}
</style>