Shades of Medium Violet Red #C5258C
Tints of Medium Violet Red #C5258C
RGB
CMYK
RGB Variations
Color information
#C5258C (or 0xC5258C) is known color: Medium Violet Red. HEX triplet: C5, 25 and 8C. RGB value is (197,37,140). Sum of RGB (Red+Green+Blue) = 197+37+140=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5258C is #3ADA73. Grayscale: #606060. Windows color (decimal): -3857012 or 9184709. OLE color: 9184709.
HSL color Cylindrical-coordinate representation of color #C5258C: hue angle of 321.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 #C5258C is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 140 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.23 |
| HSL | 321.38º | 0.68% | 0.46% | - |
| HSV(B) | 321.38º | 0.81% | 0.77% | - |
| XYZ | 28.42 | 15.09 | 26.23 | - |
| YUV | 96.58 | 152.51 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 140 | 0 | 0.81 | 0.29 | 0.23 | 321.38 | 0.68 | 0.46 |
| Hex | C5 | 25 | 8C | 0 | 51 | 1D | 17 | 141 | 44 | 2E |
| Octal | 305 | 45 | 214 | 0 | 121 | 35 | 27 | 501 | 104 | 56 |
| Binary | 11000101 | 100101 | 10001100 | 0 | 1010001 | 11101 | 10111 | 101000001 | 1000100 | 101110 |
Color Harmonies of #C5258C
Complementary color
Monochromatic Colors of #C5258C
Black with #C5258C
Text Example
Text Example
White with #C5258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5258C; }
p { color: rgb(197,37,140); }
H1.HeaderClassName
{
color: #C5258C;
}
.AnyTagClassName
{
color: #C5258C;
}
</style>
background-color css
<style>
a { background-color: #C5258C; }
a { background-color: rgb(197,37,140); }
div.DivClassName
{
background-color: #C5258C;
}
.BgClassName
{
background-color: #C5258C;
}
</style>
border-color css
<style>
span { border-color: #C5258C; }
span { border-color: rgb(197,37,140); }
td.TdClassName
{
border-color: #C5258C;
}
.TagClassName
{
border-color: #C5258C;
}
</style>