Shades of Medium Red Violet #C32587
Tints of Medium Red Violet #C32587
RGB
CMYK
RGB Variations
Color information
#C32587 (or 0xC32587) is known color: Medium Red Violet. HEX triplet: C3, 25 and 87. RGB value is (195,37,135). Sum of RGB (Red+Green+Blue) = 195+37+135=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C32587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32587 is #3CDA78. Grayscale: #5F5F5F. Windows color (decimal): -3988089 or 8857027. OLE color: 8857027.
HSL color Cylindrical-coordinate representation of color #C32587: hue angle of 322.78º 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 #C32587 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 135 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.24 |
| HSL | 322.78º | 0.68% | 0.45% | - |
| HSV(B) | 322.78º | 0.81% | 0.76% | - |
| XYZ | 27.54 | 14.67 | 24.3 | - |
| YUV | 95.41 | 150.35 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 135 | 0 | 0.81 | 0.31 | 0.24 | 322.78 | 0.68 | 0.45 |
| Hex | C3 | 25 | 87 | 0 | 51 | 1F | 18 | 143 | 44 | 2D |
| Octal | 303 | 45 | 207 | 0 | 121 | 37 | 30 | 503 | 104 | 55 |
| Binary | 11000011 | 100101 | 10000111 | 0 | 1010001 | 11111 | 11000 | 101000011 | 1000100 | 101101 |
Color Harmonies of #C32587
Complementary color
Monochromatic Colors of #C32587
Black with #C32587
Text Example
Text Example
White with #C32587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32587; }
p { color: rgb(195,37,135); }
H1.HeaderClassName
{
color: #C32587;
}
.AnyTagClassName
{
color: #C32587;
}
</style>
background-color css
<style>
a { background-color: #C32587; }
a { background-color: rgb(195,37,135); }
div.DivClassName
{
background-color: #C32587;
}
.BgClassName
{
background-color: #C32587;
}
</style>
border-color css
<style>
span { border-color: #C32587; }
span { border-color: rgb(195,37,135); }
td.TdClassName
{
border-color: #C32587;
}
.TagClassName
{
border-color: #C32587;
}
</style>