Shades of Medium Violet Red #C5259B
Tints of Medium Violet Red #C5259B
RGB
CMYK
RGB Variations
Color information
#C5259B (or 0xC5259B) is known color: Medium Violet Red. HEX triplet: C5, 25 and 9B. RGB value is (197,37,155). Sum of RGB (Red+Green+Blue) = 197+37+155=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5259B is #3ADA64. Grayscale: #616161. Windows color (decimal): -3856997 or 10167749. OLE color: 10167749.
HSL color Cylindrical-coordinate representation of color #C5259B: hue angle of 315.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 #C5259B is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 155 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.23 |
| HSL | 315.75º | 0.68% | 0.46% | - |
| HSV(B) | 315.75º | 0.81% | 0.77% | - |
| XYZ | 29.6 | 15.56 | 32.45 | - |
| YUV | 98.29 | 160.01 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 155 | 0 | 0.81 | 0.21 | 0.23 | 315.75 | 0.68 | 0.46 |
| Hex | C5 | 25 | 9B | 0 | 51 | 15 | 17 | 13C | 44 | 2E |
| Octal | 305 | 45 | 233 | 0 | 121 | 25 | 27 | 474 | 104 | 56 |
| Binary | 11000101 | 100101 | 10011011 | 0 | 1010001 | 10101 | 10111 | 100111100 | 1000100 | 101110 |
Color Harmonies of #C5259B
Complementary color
Monochromatic Colors of #C5259B
Black with #C5259B
Text Example
Text Example
White with #C5259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5259B; }
p { color: rgb(197,37,155); }
H1.HeaderClassName
{
color: #C5259B;
}
.AnyTagClassName
{
color: #C5259B;
}
</style>
background-color css
<style>
a { background-color: #C5259B; }
a { background-color: rgb(197,37,155); }
div.DivClassName
{
background-color: #C5259B;
}
.BgClassName
{
background-color: #C5259B;
}
</style>
border-color css
<style>
span { border-color: #C5259B; }
span { border-color: rgb(197,37,155); }
td.TdClassName
{
border-color: #C5259B;
}
.TagClassName
{
border-color: #C5259B;
}
</style>