Shades of Medium Red Violet #C32589
Tints of Medium Red Violet #C32589
RGB
CMYK
RGB Variations
Color information
#C32589 (or 0xC32589) is known color: Medium Red Violet. HEX triplet: C3, 25 and 89. RGB value is (195,37,137). Sum of RGB (Red+Green+Blue) = 195+37+137=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C32589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32589 is #3CDA76. Grayscale: #5F5F5F. Windows color (decimal): -3988087 or 8988099. OLE color: 8988099.
HSL color Cylindrical-coordinate representation of color #C32589: hue angle of 322.03º 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 #C32589 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 137 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.24 |
| HSL | 322.03º | 0.68% | 0.45% | - |
| HSV(B) | 322.03º | 0.81% | 0.76% | - |
| XYZ | 27.68 | 14.73 | 25.05 | - |
| YUV | 95.64 | 151.35 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 137 | 0 | 0.81 | 0.30 | 0.24 | 322.03 | 0.68 | 0.45 |
| Hex | C3 | 25 | 89 | 0 | 51 | 1E | 18 | 142 | 44 | 2D |
| Octal | 303 | 45 | 211 | 0 | 121 | 36 | 30 | 502 | 104 | 55 |
| Binary | 11000011 | 100101 | 10001001 | 0 | 1010001 | 11110 | 11000 | 101000010 | 1000100 | 101101 |
Color Harmonies of #C32589
Complementary color
Monochromatic Colors of #C32589
Black with #C32589
Text Example
Text Example
White with #C32589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32589; }
p { color: rgb(195,37,137); }
H1.HeaderClassName
{
color: #C32589;
}
.AnyTagClassName
{
color: #C32589;
}
</style>
background-color css
<style>
a { background-color: #C32589; }
a { background-color: rgb(195,37,137); }
div.DivClassName
{
background-color: #C32589;
}
.BgClassName
{
background-color: #C32589;
}
</style>
border-color css
<style>
span { border-color: #C32589; }
span { border-color: rgb(195,37,137); }
td.TdClassName
{
border-color: #C32589;
}
.TagClassName
{
border-color: #C32589;
}
</style>