Shades of Medium Violet Red #C52385
Tints of Medium Violet Red #C52385
RGB
CMYK
RGB Variations
Color information
#C52385 (or 0xC52385) is known color: Medium Violet Red. HEX triplet: C5, 23 and 85. RGB value is (197,35,133). Sum of RGB (Red+Green+Blue) = 197+35+133=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C52385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52385 is #3ADC7A. Grayscale: #5E5E5E. Windows color (decimal): -3857531 or 8725445. OLE color: 8725445.
HSL color Cylindrical-coordinate representation of color #C52385: hue angle of 323.7º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52385 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 133 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.23 |
| HSL | 323.7º | 0.7% | 0.45% | - |
| HSV(B) | 323.7º | 0.82% | 0.77% | - |
| XYZ | 27.86 | 14.77 | 23.57 | - |
| YUV | 94.61 | 149.67 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 133 | 0 | 0.82 | 0.32 | 0.23 | 323.7 | 0.7 | 0.45 |
| Hex | C5 | 23 | 85 | 0 | 52 | 20 | 17 | 144 | 46 | 2D |
| Octal | 305 | 43 | 205 | 0 | 122 | 40 | 27 | 504 | 106 | 55 |
| Binary | 11000101 | 100011 | 10000101 | 0 | 1010010 | 100000 | 10111 | 101000100 | 1000110 | 101101 |
Color Harmonies of #C52385
Complementary color
Monochromatic Colors of #C52385
Black with #C52385
Text Example
Text Example
White with #C52385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52385; }
p { color: rgb(197,35,133); }
H1.HeaderClassName
{
color: #C52385;
}
.AnyTagClassName
{
color: #C52385;
}
</style>
background-color css
<style>
a { background-color: #C52385; }
a { background-color: rgb(197,35,133); }
div.DivClassName
{
background-color: #C52385;
}
.BgClassName
{
background-color: #C52385;
}
</style>
border-color css
<style>
span { border-color: #C52385; }
span { border-color: rgb(197,35,133); }
td.TdClassName
{
border-color: #C52385;
}
.TagClassName
{
border-color: #C52385;
}
</style>