Shades of Medium Red Violet #C5289D
Tints of Medium Red Violet #C5289D
RGB
CMYK
RGB Variations
Color information
#C5289D (or 0xC5289D) is known color: Medium Red Violet. HEX triplet: C5, 28 and 9D. RGB value is (197,40,157). Sum of RGB (Red+Green+Blue) = 197+40+157=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5289D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5289D is #3AD762. Grayscale: #636363. Windows color (decimal): -3856227 or 10299589. OLE color: 10299589.
HSL color Cylindrical-coordinate representation of color #C5289D: hue angle of 315.29º 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 #C5289D is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 157 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.23 |
| HSL | 315.29º | 0.66% | 0.46% | - |
| HSV(B) | 315.29º | 0.8% | 0.77% | - |
| XYZ | 29.87 | 15.82 | 33.38 | - |
| YUV | 100.28 | 160.01 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 157 | 0 | 0.80 | 0.20 | 0.23 | 315.29 | 0.66 | 0.46 |
| Hex | C5 | 28 | 9D | 0 | 50 | 14 | 17 | 13B | 42 | 2E |
| Octal | 305 | 50 | 235 | 0 | 120 | 24 | 27 | 473 | 102 | 56 |
| Binary | 11000101 | 101000 | 10011101 | 0 | 1010000 | 10100 | 10111 | 100111011 | 1000010 | 101110 |
Color Harmonies of #C5289D
Complementary color
Monochromatic Colors of #C5289D
Black with #C5289D
Text Example
Text Example
White with #C5289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5289D; }
p { color: rgb(197,40,157); }
H1.HeaderClassName
{
color: #C5289D;
}
.AnyTagClassName
{
color: #C5289D;
}
</style>
background-color css
<style>
a { background-color: #C5289D; }
a { background-color: rgb(197,40,157); }
div.DivClassName
{
background-color: #C5289D;
}
.BgClassName
{
background-color: #C5289D;
}
</style>
border-color css
<style>
span { border-color: #C5289D; }
span { border-color: rgb(197,40,157); }
td.TdClassName
{
border-color: #C5289D;
}
.TagClassName
{
border-color: #C5289D;
}
</style>