Shades of Medium Violet Red #C5257E
Tints of Medium Violet Red #C5257E
RGB
CMYK
RGB Variations
Color information
#C5257E (or 0xC5257E) is known color: Medium Violet Red. HEX triplet: C5, 25 and 7E. RGB value is (197,37,126). Sum of RGB (Red+Green+Blue) = 197+37+126=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5257E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5257E is #3ADA81. Grayscale: #5E5E5E. Windows color (decimal): -3857026 or 8267205. OLE color: 8267205.
HSL color Cylindrical-coordinate representation of color #C5257E: hue angle of 326.62º 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 #C5257E is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 126 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.23 |
| HSL | 326.63º | 0.68% | 0.46% | - |
| HSV(B) | 326.63º | 0.81% | 0.77% | - |
| XYZ | 27.45 | 14.7 | 21.13 | - |
| YUV | 94.99 | 145.51 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 126 | 0 | 0.81 | 0.36 | 0.23 | 326.63 | 0.68 | 0.46 |
| Hex | C5 | 25 | 7E | 0 | 51 | 24 | 17 | 147 | 44 | 2E |
| Octal | 305 | 45 | 176 | 0 | 121 | 44 | 27 | 507 | 104 | 56 |
| Binary | 11000101 | 100101 | 1111110 | 0 | 1010001 | 100100 | 10111 | 101000111 | 1000100 | 101110 |
Color Harmonies of #C5257E
Complementary color
Monochromatic Colors of #C5257E
Black with #C5257E
Text Example
Text Example
White with #C5257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5257E; }
p { color: rgb(197,37,126); }
H1.HeaderClassName
{
color: #C5257E;
}
.AnyTagClassName
{
color: #C5257E;
}
</style>
background-color css
<style>
a { background-color: #C5257E; }
a { background-color: rgb(197,37,126); }
div.DivClassName
{
background-color: #C5257E;
}
.BgClassName
{
background-color: #C5257E;
}
</style>
border-color css
<style>
span { border-color: #C5257E; }
span { border-color: rgb(197,37,126); }
td.TdClassName
{
border-color: #C5257E;
}
.TagClassName
{
border-color: #C5257E;
}
</style>