Shades of Medium Violet Red #C5257B
Tints of Medium Violet Red #C5257B
RGB
CMYK
RGB Variations
Color information
#C5257B (or 0xC5257B) is known color: Medium Violet Red. HEX triplet: C5, 25 and 7B. RGB value is (197,37,123). Sum of RGB (Red+Green+Blue) = 197+37+123=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5257B is #3ADA84. Grayscale: #5E5E5E. Windows color (decimal): -3857029 or 8070597. OLE color: 8070597.
HSL color Cylindrical-coordinate representation of color #C5257B: hue angle of 327.75º 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 #C5257B is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 123 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.23 |
| HSL | 327.75º | 0.68% | 0.46% | - |
| HSV(B) | 327.75º | 0.81% | 0.77% | - |
| XYZ | 27.26 | 14.62 | 20.12 | - |
| YUV | 94.64 | 144.01 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 123 | 0 | 0.81 | 0.38 | 0.23 | 327.75 | 0.68 | 0.46 |
| Hex | C5 | 25 | 7B | 0 | 51 | 26 | 17 | 148 | 44 | 2E |
| Octal | 305 | 45 | 173 | 0 | 121 | 46 | 27 | 510 | 104 | 56 |
| Binary | 11000101 | 100101 | 1111011 | 0 | 1010001 | 100110 | 10111 | 101001000 | 1000100 | 101110 |
Color Harmonies of #C5257B
Complementary color
Monochromatic Colors of #C5257B
Black with #C5257B
Text Example
Text Example
White with #C5257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5257B; }
p { color: rgb(197,37,123); }
H1.HeaderClassName
{
color: #C5257B;
}
.AnyTagClassName
{
color: #C5257B;
}
</style>
background-color css
<style>
a { background-color: #C5257B; }
a { background-color: rgb(197,37,123); }
div.DivClassName
{
background-color: #C5257B;
}
.BgClassName
{
background-color: #C5257B;
}
</style>
border-color css
<style>
span { border-color: #C5257B; }
span { border-color: rgb(197,37,123); }
td.TdClassName
{
border-color: #C5257B;
}
.TagClassName
{
border-color: #C5257B;
}
</style>