Shades of Medium Red Violet #C5289E
Tints of Medium Red Violet #C5289E
RGB
CMYK
RGB Variations
Color information
#C5289E (or 0xC5289E) is known color: Medium Red Violet. HEX triplet: C5, 28 and 9E. RGB value is (197,40,158). Sum of RGB (Red+Green+Blue) = 197+40+158=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5289E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5289E is #3AD761. Grayscale: #646464. Windows color (decimal): -3856226 or 10365125. OLE color: 10365125.
HSL color Cylindrical-coordinate representation of color #C5289E: hue angle of 314.9º 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 #C5289E is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 158 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.23 |
| HSL | 314.9º | 0.66% | 0.46% | - |
| HSV(B) | 314.9º | 0.8% | 0.77% | - |
| XYZ | 29.96 | 15.86 | 33.83 | - |
| YUV | 100.4 | 160.51 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 158 | 0 | 0.80 | 0.20 | 0.23 | 314.9 | 0.66 | 0.46 |
| Hex | C5 | 28 | 9E | 0 | 50 | 14 | 17 | 13B | 42 | 2E |
| Octal | 305 | 50 | 236 | 0 | 120 | 24 | 27 | 473 | 102 | 56 |
| Binary | 11000101 | 101000 | 10011110 | 0 | 1010000 | 10100 | 10111 | 100111011 | 1000010 | 101110 |
Color Harmonies of #C5289E
Complementary color
Monochromatic Colors of #C5289E
Black with #C5289E
Text Example
Text Example
White with #C5289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5289E; }
p { color: rgb(197,40,158); }
H1.HeaderClassName
{
color: #C5289E;
}
.AnyTagClassName
{
color: #C5289E;
}
</style>
background-color css
<style>
a { background-color: #C5289E; }
a { background-color: rgb(197,40,158); }
div.DivClassName
{
background-color: #C5289E;
}
.BgClassName
{
background-color: #C5289E;
}
</style>
border-color css
<style>
span { border-color: #C5289E; }
span { border-color: rgb(197,40,158); }
td.TdClassName
{
border-color: #C5289E;
}
.TagClassName
{
border-color: #C5289E;
}
</style>