Shades of Medium Red Violet #C32A8B
Tints of Medium Red Violet #C32A8B
RGB
CMYK
RGB Variations
Color information
#C32A8B (or 0xC32A8B) is known color: Medium Red Violet. HEX triplet: C3, 2A and 8B. RGB value is (195,42,139). Sum of RGB (Red+Green+Blue) = 195+42+139=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32A8B is #3CD574. Grayscale: #626262. Windows color (decimal): -3986805 or 9120451. OLE color: 9120451.
HSL color Cylindrical-coordinate representation of color #C32A8B: hue angle of 321.96º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32A8B is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 139 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.24 |
| HSL | 321.96º | 0.65% | 0.46% | - |
| HSV(B) | 321.96º | 0.78% | 0.76% | - |
| XYZ | 27.99 | 15.12 | 25.87 | - |
| YUV | 98.81 | 150.69 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 139 | 0 | 0.78 | 0.29 | 0.24 | 321.96 | 0.65 | 0.46 |
| Hex | C3 | 2A | 8B | 0 | 4E | 1D | 18 | 142 | 41 | 2E |
| Octal | 303 | 52 | 213 | 0 | 116 | 35 | 30 | 502 | 101 | 56 |
| Binary | 11000011 | 101010 | 10001011 | 0 | 1001110 | 11101 | 11000 | 101000010 | 1000001 | 101110 |
Color Harmonies of #C32A8B
Complementary color
Monochromatic Colors of #C32A8B
Black with #C32A8B
Text Example
Text Example
White with #C32A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32A8B; }
p { color: rgb(195,42,139); }
H1.HeaderClassName
{
color: #C32A8B;
}
.AnyTagClassName
{
color: #C32A8B;
}
</style>
background-color css
<style>
a { background-color: #C32A8B; }
a { background-color: rgb(195,42,139); }
div.DivClassName
{
background-color: #C32A8B;
}
.BgClassName
{
background-color: #C32A8B;
}
</style>
border-color css
<style>
span { border-color: #C32A8B; }
span { border-color: rgb(195,42,139); }
td.TdClassName
{
border-color: #C32A8B;
}
.TagClassName
{
border-color: #C32A8B;
}
</style>