Shades of Medium Violet Red #C32187
Tints of Medium Violet Red #C32187
RGB
CMYK
RGB Variations
Color information
#C32187 (or 0xC32187) is known color: Medium Violet Red. HEX triplet: C3, 21 and 87. RGB value is (195,33,135). Sum of RGB (Red+Green+Blue) = 195+33+135=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C32187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32187 is #3CDE78. Grayscale: #5C5C5C. Windows color (decimal): -3989113 or 8856003. OLE color: 8856003.
HSL color Cylindrical-coordinate representation of color #C32187: hue angle of 322.22º 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 #C32187 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 135 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.24 |
| HSL | 322.22º | 0.71% | 0.45% | - |
| HSV(B) | 322.22º | 0.83% | 0.76% | - |
| XYZ | 27.42 | 14.44 | 24.26 | - |
| YUV | 93.07 | 151.67 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 135 | 0 | 0.83 | 0.31 | 0.24 | 322.22 | 0.71 | 0.45 |
| Hex | C3 | 21 | 87 | 0 | 53 | 1F | 18 | 142 | 47 | 2D |
| Octal | 303 | 41 | 207 | 0 | 123 | 37 | 30 | 502 | 107 | 55 |
| Binary | 11000011 | 100001 | 10000111 | 0 | 1010011 | 11111 | 11000 | 101000010 | 1000111 | 101101 |
Color Harmonies of #C32187
Complementary color
Monochromatic Colors of #C32187
Black with #C32187
Text Example
Text Example
White with #C32187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32187; }
p { color: rgb(195,33,135); }
H1.HeaderClassName
{
color: #C32187;
}
.AnyTagClassName
{
color: #C32187;
}
</style>
background-color css
<style>
a { background-color: #C32187; }
a { background-color: rgb(195,33,135); }
div.DivClassName
{
background-color: #C32187;
}
.BgClassName
{
background-color: #C32187;
}
</style>
border-color css
<style>
span { border-color: #C32187; }
span { border-color: rgb(195,33,135); }
td.TdClassName
{
border-color: #C32187;
}
.TagClassName
{
border-color: #C32187;
}
</style>