Shades of Medium Red Violet #C5298C
Tints of Medium Red Violet #C5298C
RGB
CMYK
RGB Variations
Color information
#C5298C (or 0xC5298C) is known color: Medium Red Violet. HEX triplet: C5, 29 and 8C. RGB value is (197,41,140). Sum of RGB (Red+Green+Blue) = 197+41+140=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5298C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5298C is #3AD673. Grayscale: #626262. Windows color (decimal): -3855988 or 9185733. OLE color: 9185733.
HSL color Cylindrical-coordinate representation of color #C5298C: hue angle of 321.92º 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 #C5298C is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 140 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.23 |
| HSL | 321.92º | 0.66% | 0.47% | - |
| HSV(B) | 321.92º | 0.79% | 0.77% | - |
| XYZ | 28.55 | 15.35 | 26.27 | - |
| YUV | 98.93 | 151.18 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 140 | 0 | 0.79 | 0.29 | 0.23 | 321.92 | 0.66 | 0.47 |
| Hex | C5 | 29 | 8C | 0 | 4F | 1D | 17 | 142 | 42 | 2F |
| Octal | 305 | 51 | 214 | 0 | 117 | 35 | 27 | 502 | 102 | 57 |
| Binary | 11000101 | 101001 | 10001100 | 0 | 1001111 | 11101 | 10111 | 101000010 | 1000010 | 101111 |
Color Harmonies of #C5298C
Complementary color
Monochromatic Colors of #C5298C
Black with #C5298C
Text Example
Text Example
White with #C5298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5298C; }
p { color: rgb(197,41,140); }
H1.HeaderClassName
{
color: #C5298C;
}
.AnyTagClassName
{
color: #C5298C;
}
</style>
background-color css
<style>
a { background-color: #C5298C; }
a { background-color: rgb(197,41,140); }
div.DivClassName
{
background-color: #C5298C;
}
.BgClassName
{
background-color: #C5298C;
}
</style>
border-color css
<style>
span { border-color: #C5298C; }
span { border-color: rgb(197,41,140); }
td.TdClassName
{
border-color: #C5298C;
}
.TagClassName
{
border-color: #C5298C;
}
</style>