Shades of Medium Red Violet #C5289F
Tints of Medium Red Violet #C5289F
RGB
CMYK
RGB Variations
Color information
#C5289F (or 0xC5289F) is known color: Medium Red Violet. HEX triplet: C5, 28 and 9F. RGB value is (197,40,159). Sum of RGB (Red+Green+Blue) = 197+40+159=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C5289F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5289F is #3AD760. Grayscale: #646464. Windows color (decimal): -3856225 or 10430661. OLE color: 10430661.
HSL color Cylindrical-coordinate representation of color #C5289F: hue angle of 314.52º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5289F is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 159 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.23 |
| HSL | 314.52º | 0.66% | 0.46% | - |
| HSV(B) | 314.52º | 0.8% | 0.77% | - |
| XYZ | 30.04 | 15.89 | 34.28 | - |
| YUV | 100.51 | 161.01 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 159 | 0 | 0.80 | 0.19 | 0.23 | 314.52 | 0.66 | 0.46 |
| Hex | C5 | 28 | 9F | 0 | 50 | 13 | 17 | 13B | 42 | 2E |
| Octal | 305 | 50 | 237 | 0 | 120 | 23 | 27 | 473 | 102 | 56 |
| Binary | 11000101 | 101000 | 10011111 | 0 | 1010000 | 10011 | 10111 | 100111011 | 1000010 | 101110 |
Color Harmonies of #C5289F
Complementary color
Monochromatic Colors of #C5289F
Black with #C5289F
Text Example
Text Example
White with #C5289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5289F; }
p { color: rgb(197,40,159); }
H1.HeaderClassName
{
color: #C5289F;
}
.AnyTagClassName
{
color: #C5289F;
}
</style>
background-color css
<style>
a { background-color: #C5289F; }
a { background-color: rgb(197,40,159); }
div.DivClassName
{
background-color: #C5289F;
}
.BgClassName
{
background-color: #C5289F;
}
</style>
border-color css
<style>
span { border-color: #C5289F; }
span { border-color: rgb(197,40,159); }
td.TdClassName
{
border-color: #C5289F;
}
.TagClassName
{
border-color: #C5289F;
}
</style>