Shades of Medium Red Violet #C32585
Tints of Medium Red Violet #C32585
RGB
CMYK
RGB Variations
Color information
#C32585 (or 0xC32585) is known color: Medium Red Violet. HEX triplet: C3, 25 and 85. RGB value is (195,37,133). Sum of RGB (Red+Green+Blue) = 195+37+133=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C32585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32585 is #3CDA7A. Grayscale: #5E5E5E. Windows color (decimal): -3988091 or 8725955. OLE color: 8725955.
HSL color Cylindrical-coordinate representation of color #C32585: hue angle of 323.54º 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 #C32585 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 133 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.24 |
| HSL | 323.54º | 0.68% | 0.45% | - |
| HSV(B) | 323.54º | 0.81% | 0.76% | - |
| XYZ | 27.4 | 14.62 | 23.57 | - |
| YUV | 95.19 | 149.35 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 133 | 0 | 0.81 | 0.32 | 0.24 | 323.54 | 0.68 | 0.45 |
| Hex | C3 | 25 | 85 | 0 | 51 | 20 | 18 | 144 | 44 | 2D |
| Octal | 303 | 45 | 205 | 0 | 121 | 40 | 30 | 504 | 104 | 55 |
| Binary | 11000011 | 100101 | 10000101 | 0 | 1010001 | 100000 | 11000 | 101000100 | 1000100 | 101101 |
Color Harmonies of #C32585
Complementary color
Monochromatic Colors of #C32585
Black with #C32585
Text Example
Text Example
White with #C32585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32585; }
p { color: rgb(195,37,133); }
H1.HeaderClassName
{
color: #C32585;
}
.AnyTagClassName
{
color: #C32585;
}
</style>
background-color css
<style>
a { background-color: #C32585; }
a { background-color: rgb(195,37,133); }
div.DivClassName
{
background-color: #C32585;
}
.BgClassName
{
background-color: #C32585;
}
</style>
border-color css
<style>
span { border-color: #C32585; }
span { border-color: rgb(195,37,133); }
td.TdClassName
{
border-color: #C32585;
}
.TagClassName
{
border-color: #C32585;
}
</style>