Shades of Medium Violet Red #C32186
Tints of Medium Violet Red #C32186
RGB
CMYK
RGB Variations
Color information
#C32186 (or 0xC32186) is known color: Medium Violet Red. HEX triplet: C3, 21 and 86. RGB value is (195,33,134). Sum of RGB (Red+Green+Blue) = 195+33+134=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C32186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32186 is #3CDE79. Grayscale: #5C5C5C. Windows color (decimal): -3989114 or 8790467. OLE color: 8790467.
HSL color Cylindrical-coordinate representation of color #C32186: hue angle of 322.59º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32186 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 134 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.24 |
| HSL | 322.59º | 0.71% | 0.45% | - |
| HSV(B) | 322.59º | 0.83% | 0.76% | - |
| XYZ | 27.35 | 14.41 | 23.89 | - |
| YUV | 92.95 | 151.17 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 134 | 0 | 0.83 | 0.31 | 0.24 | 322.59 | 0.71 | 0.45 |
| Hex | C3 | 21 | 86 | 0 | 53 | 1F | 18 | 143 | 47 | 2D |
| Octal | 303 | 41 | 206 | 0 | 123 | 37 | 30 | 503 | 107 | 55 |
| Binary | 11000011 | 100001 | 10000110 | 0 | 1010011 | 11111 | 11000 | 101000011 | 1000111 | 101101 |
Color Harmonies of #C32186
Complementary color
Monochromatic Colors of #C32186
Black with #C32186
Text Example
Text Example
White with #C32186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32186; }
p { color: rgb(195,33,134); }
H1.HeaderClassName
{
color: #C32186;
}
.AnyTagClassName
{
color: #C32186;
}
</style>
background-color css
<style>
a { background-color: #C32186; }
a { background-color: rgb(195,33,134); }
div.DivClassName
{
background-color: #C32186;
}
.BgClassName
{
background-color: #C32186;
}
</style>
border-color css
<style>
span { border-color: #C32186; }
span { border-color: rgb(195,33,134); }
td.TdClassName
{
border-color: #C32186;
}
.TagClassName
{
border-color: #C32186;
}
</style>