Shades of Medium Red Violet #C32A86
Tints of Medium Red Violet #C32A86
RGB
CMYK
RGB Variations
Color information
#C32A86 (or 0xC32A86) is known color: Medium Red Violet. HEX triplet: C3, 2A and 86. RGB value is (195,42,134). Sum of RGB (Red+Green+Blue) = 195+42+134=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32A86 is #3CD579. Grayscale: #626262. Windows color (decimal): -3986810 or 8792771. OLE color: 8792771.
HSL color Cylindrical-coordinate representation of color #C32A86: hue angle of 323.92º 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 #C32A86 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 134 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.24 |
| HSL | 323.92º | 0.65% | 0.46% | - |
| HSV(B) | 323.92º | 0.78% | 0.76% | - |
| XYZ | 27.64 | 14.98 | 23.99 | - |
| YUV | 98.24 | 148.19 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 134 | 0 | 0.78 | 0.31 | 0.24 | 323.92 | 0.65 | 0.46 |
| Hex | C3 | 2A | 86 | 0 | 4E | 1F | 18 | 144 | 41 | 2E |
| Octal | 303 | 52 | 206 | 0 | 116 | 37 | 30 | 504 | 101 | 56 |
| Binary | 11000011 | 101010 | 10000110 | 0 | 1001110 | 11111 | 11000 | 101000100 | 1000001 | 101110 |
Color Harmonies of #C32A86
Complementary color
Monochromatic Colors of #C32A86
Black with #C32A86
Text Example
Text Example
White with #C32A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32A86; }
p { color: rgb(195,42,134); }
H1.HeaderClassName
{
color: #C32A86;
}
.AnyTagClassName
{
color: #C32A86;
}
</style>
background-color css
<style>
a { background-color: #C32A86; }
a { background-color: rgb(195,42,134); }
div.DivClassName
{
background-color: #C32A86;
}
.BgClassName
{
background-color: #C32A86;
}
</style>
border-color css
<style>
span { border-color: #C32A86; }
span { border-color: rgb(195,42,134); }
td.TdClassName
{
border-color: #C32A86;
}
.TagClassName
{
border-color: #C32A86;
}
</style>