Shades of Medium Violet Red #C5258F
Tints of Medium Violet Red #C5258F
RGB
CMYK
RGB Variations
Color information
#C5258F (or 0xC5258F) is known color: Medium Violet Red. HEX triplet: C5, 25 and 8F. RGB value is (197,37,143). Sum of RGB (Red+Green+Blue) = 197+37+143=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5258F is #3ADA70. Grayscale: #606060. Windows color (decimal): -3857009 or 9381317. OLE color: 9381317.
HSL color Cylindrical-coordinate representation of color #C5258F: hue angle of 320.25º 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 #C5258F is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 143 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.23 |
| HSL | 320.25º | 0.68% | 0.46% | - |
| HSV(B) | 320.25º | 0.81% | 0.77% | - |
| XYZ | 28.65 | 15.18 | 27.41 | - |
| YUV | 96.92 | 154.01 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 143 | 0 | 0.81 | 0.27 | 0.23 | 320.25 | 0.68 | 0.46 |
| Hex | C5 | 25 | 8F | 0 | 51 | 1B | 17 | 140 | 44 | 2E |
| Octal | 305 | 45 | 217 | 0 | 121 | 33 | 27 | 500 | 104 | 56 |
| Binary | 11000101 | 100101 | 10001111 | 0 | 1010001 | 11011 | 10111 | 101000000 | 1000100 | 101110 |
Color Harmonies of #C5258F
Complementary color
Monochromatic Colors of #C5258F
Black with #C5258F
Text Example
Text Example
White with #C5258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5258F; }
p { color: rgb(197,37,143); }
H1.HeaderClassName
{
color: #C5258F;
}
.AnyTagClassName
{
color: #C5258F;
}
</style>
background-color css
<style>
a { background-color: #C5258F; }
a { background-color: rgb(197,37,143); }
div.DivClassName
{
background-color: #C5258F;
}
.BgClassName
{
background-color: #C5258F;
}
</style>
border-color css
<style>
span { border-color: #C5258F; }
span { border-color: rgb(197,37,143); }
td.TdClassName
{
border-color: #C5258F;
}
.TagClassName
{
border-color: #C5258F;
}
</style>