Shades of Medium Red Violet #C32586
Tints of Medium Red Violet #C32586
RGB
CMYK
RGB Variations
Color information
#C32586 (or 0xC32586) is known color: Medium Red Violet. HEX triplet: C3, 25 and 86. RGB value is (195,37,134). Sum of RGB (Red+Green+Blue) = 195+37+134=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C32586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32586 is #3CDA79. Grayscale: #5F5F5F. Windows color (decimal): -3988090 or 8791491. OLE color: 8791491.
HSL color Cylindrical-coordinate representation of color #C32586: hue angle of 323.16º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32586 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 134 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.24 |
| HSL | 323.16º | 0.68% | 0.45% | - |
| HSV(B) | 323.16º | 0.81% | 0.76% | - |
| XYZ | 27.47 | 14.65 | 23.93 | - |
| YUV | 95.3 | 149.85 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 134 | 0 | 0.81 | 0.31 | 0.24 | 323.16 | 0.68 | 0.45 |
| Hex | C3 | 25 | 86 | 0 | 51 | 1F | 18 | 143 | 44 | 2D |
| Octal | 303 | 45 | 206 | 0 | 121 | 37 | 30 | 503 | 104 | 55 |
| Binary | 11000011 | 100101 | 10000110 | 0 | 1010001 | 11111 | 11000 | 101000011 | 1000100 | 101101 |
Color Harmonies of #C32586
Complementary color
Monochromatic Colors of #C32586
Black with #C32586
Text Example
Text Example
White with #C32586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32586; }
p { color: rgb(195,37,134); }
H1.HeaderClassName
{
color: #C32586;
}
.AnyTagClassName
{
color: #C32586;
}
</style>
background-color css
<style>
a { background-color: #C32586; }
a { background-color: rgb(195,37,134); }
div.DivClassName
{
background-color: #C32586;
}
.BgClassName
{
background-color: #C32586;
}
</style>
border-color css
<style>
span { border-color: #C32586; }
span { border-color: rgb(195,37,134); }
td.TdClassName
{
border-color: #C32586;
}
.TagClassName
{
border-color: #C32586;
}
</style>