Shades of Medium Violet Red #C5257C
Tints of Medium Violet Red #C5257C
RGB
CMYK
RGB Variations
Color information
#C5257C (or 0xC5257C) is known color: Medium Violet Red. HEX triplet: C5, 25 and 7C. RGB value is (197,37,124). Sum of RGB (Red+Green+Blue) = 197+37+124=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5257C is #3ADA83. Grayscale: #5E5E5E. Windows color (decimal): -3857028 or 8136133. OLE color: 8136133.
HSL color Cylindrical-coordinate representation of color #C5257C: hue angle of 327.38º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5257C is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 124 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.23 |
| HSL | 327.38º | 0.68% | 0.46% | - |
| HSV(B) | 327.38º | 0.81% | 0.77% | - |
| XYZ | 27.33 | 14.65 | 20.46 | - |
| YUV | 94.76 | 144.51 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 124 | 0 | 0.81 | 0.37 | 0.23 | 327.38 | 0.68 | 0.46 |
| Hex | C5 | 25 | 7C | 0 | 51 | 25 | 17 | 147 | 44 | 2E |
| Octal | 305 | 45 | 174 | 0 | 121 | 45 | 27 | 507 | 104 | 56 |
| Binary | 11000101 | 100101 | 1111100 | 0 | 1010001 | 100101 | 10111 | 101000111 | 1000100 | 101110 |
Color Harmonies of #C5257C
Complementary color
Monochromatic Colors of #C5257C
Black with #C5257C
Text Example
Text Example
White with #C5257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5257C; }
p { color: rgb(197,37,124); }
H1.HeaderClassName
{
color: #C5257C;
}
.AnyTagClassName
{
color: #C5257C;
}
</style>
background-color css
<style>
a { background-color: #C5257C; }
a { background-color: rgb(197,37,124); }
div.DivClassName
{
background-color: #C5257C;
}
.BgClassName
{
background-color: #C5257C;
}
</style>
border-color css
<style>
span { border-color: #C5257C; }
span { border-color: rgb(197,37,124); }
td.TdClassName
{
border-color: #C5257C;
}
.TagClassName
{
border-color: #C5257C;
}
</style>