Shades of Medium Violet Red #C32086
Tints of Medium Violet Red #C32086
RGB
CMYK
RGB Variations
Color information
#C32086 (or 0xC32086) is known color: Medium Violet Red. HEX triplet: C3, 20 and 86. RGB value is (195,32,134). Sum of RGB (Red+Green+Blue) = 195+32+134=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C32086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32086 is #3CDF79. Grayscale: #5C5C5C. Windows color (decimal): -3989370 or 8790211. OLE color: 8790211.
HSL color Cylindrical-coordinate representation of color #C32086: hue angle of 322.45º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32086 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 134 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.24 |
| HSL | 322.45º | 0.72% | 0.45% | - |
| HSV(B) | 322.45º | 0.84% | 0.76% | - |
| XYZ | 27.33 | 14.36 | 23.89 | - |
| YUV | 92.37 | 151.5 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 134 | 0 | 0.84 | 0.31 | 0.24 | 322.45 | 0.72 | 0.45 |
| Hex | C3 | 20 | 86 | 0 | 54 | 1F | 18 | 142 | 48 | 2D |
| Octal | 303 | 40 | 206 | 0 | 124 | 37 | 30 | 502 | 110 | 55 |
| Binary | 11000011 | 100000 | 10000110 | 0 | 1010100 | 11111 | 11000 | 101000010 | 1001000 | 101101 |
Color Harmonies of #C32086
Complementary color
Monochromatic Colors of #C32086
Black with #C32086
Text Example
Text Example
White with #C32086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32086; }
p { color: rgb(195,32,134); }
H1.HeaderClassName
{
color: #C32086;
}
.AnyTagClassName
{
color: #C32086;
}
</style>
background-color css
<style>
a { background-color: #C32086; }
a { background-color: rgb(195,32,134); }
div.DivClassName
{
background-color: #C32086;
}
.BgClassName
{
background-color: #C32086;
}
</style>
border-color css
<style>
span { border-color: #C32086; }
span { border-color: rgb(195,32,134); }
td.TdClassName
{
border-color: #C32086;
}
.TagClassName
{
border-color: #C32086;
}
</style>