Shades of Medium Red Violet #C32BAB
Tints of Medium Red Violet #C32BAB
RGB
CMYK
RGB Variations
Color information
#C32BAB (or 0xC32BAB) is known color: Medium Red Violet. HEX triplet: C3, 2B and AB. RGB value is (195,43,171). Sum of RGB (Red+Green+Blue) = 195+43+171=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C32BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32BAB is #3CD454. Grayscale: #666666. Windows color (decimal): -3986517 or 11217859. OLE color: 11217859.
HSL color Cylindrical-coordinate representation of color #C32BAB: hue angle of 309.47º 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 #C32BAB is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 171 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.24 |
| HSL | 309.47º | 0.64% | 0.47% | - |
| HSV(B) | 309.47º | 0.78% | 0.76% | - |
| XYZ | 30.72 | 16.27 | 40.05 | - |
| YUV | 103.04 | 166.36 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 171 | 0 | 0.78 | 0.12 | 0.24 | 309.47 | 0.64 | 0.47 |
| Hex | C3 | 2B | AB | 0 | 4E | C | 18 | 135 | 40 | 2F |
| Octal | 303 | 53 | 253 | 0 | 116 | 14 | 30 | 465 | 100 | 57 |
| Binary | 11000011 | 101011 | 10101011 | 0 | 1001110 | 1100 | 11000 | 100110101 | 1000000 | 101111 |
Color Harmonies of #C32BAB
Complementary color
Monochromatic Colors of #C32BAB
Black with #C32BAB
Text Example
Text Example
White with #C32BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32BAB; }
p { color: rgb(195,43,171); }
H1.HeaderClassName
{
color: #C32BAB;
}
.AnyTagClassName
{
color: #C32BAB;
}
</style>
background-color css
<style>
a { background-color: #C32BAB; }
a { background-color: rgb(195,43,171); }
div.DivClassName
{
background-color: #C32BAB;
}
.BgClassName
{
background-color: #C32BAB;
}
</style>
border-color css
<style>
span { border-color: #C32BAB; }
span { border-color: rgb(195,43,171); }
td.TdClassName
{
border-color: #C32BAB;
}
.TagClassName
{
border-color: #C32BAB;
}
</style>