Shades of Medium Red Violet #C5298D
Tints of Medium Red Violet #C5298D
RGB
CMYK
RGB Variations
Color information
#C5298D (or 0xC5298D) is known color: Medium Red Violet. HEX triplet: C5, 29 and 8D. RGB value is (197,41,141). Sum of RGB (Red+Green+Blue) = 197+41+141=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C5298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5298D is #3AD672. Grayscale: #626262. Windows color (decimal): -3855987 or 9251269. OLE color: 9251269.
HSL color Cylindrical-coordinate representation of color #C5298D: hue angle of 321.54º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5298D is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 141 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.23 |
| HSL | 321.54º | 0.66% | 0.47% | - |
| HSV(B) | 321.54º | 0.79% | 0.77% | - |
| XYZ | 28.63 | 15.38 | 26.66 | - |
| YUV | 99.04 | 151.68 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 141 | 0 | 0.79 | 0.28 | 0.23 | 321.54 | 0.66 | 0.47 |
| Hex | C5 | 29 | 8D | 0 | 4F | 1C | 17 | 142 | 42 | 2F |
| Octal | 305 | 51 | 215 | 0 | 117 | 34 | 27 | 502 | 102 | 57 |
| Binary | 11000101 | 101001 | 10001101 | 0 | 1001111 | 11100 | 10111 | 101000010 | 1000010 | 101111 |
Color Harmonies of #C5298D
Complementary color
Monochromatic Colors of #C5298D
Black with #C5298D
Text Example
Text Example
White with #C5298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5298D; }
p { color: rgb(197,41,141); }
H1.HeaderClassName
{
color: #C5298D;
}
.AnyTagClassName
{
color: #C5298D;
}
</style>
background-color css
<style>
a { background-color: #C5298D; }
a { background-color: rgb(197,41,141); }
div.DivClassName
{
background-color: #C5298D;
}
.BgClassName
{
background-color: #C5298D;
}
</style>
border-color css
<style>
span { border-color: #C5298D; }
span { border-color: rgb(197,41,141); }
td.TdClassName
{
border-color: #C5298D;
}
.TagClassName
{
border-color: #C5298D;
}
</style>