Shades of Medium Red Violet #C5298B
Tints of Medium Red Violet #C5298B
RGB
CMYK
RGB Variations
Color information
#C5298B (or 0xC5298B) is known color: Medium Red Violet. HEX triplet: C5, 29 and 8B. RGB value is (197,41,139). Sum of RGB (Red+Green+Blue) = 197+41+139=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5298B is #3AD674. Grayscale: #626262. Windows color (decimal): -3855989 or 9120197. OLE color: 9120197.
HSL color Cylindrical-coordinate representation of color #C5298B: hue angle of 322.31º 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 #C5298B is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 139 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.23 |
| HSL | 322.31º | 0.66% | 0.47% | - |
| HSV(B) | 322.31º | 0.79% | 0.77% | - |
| XYZ | 28.48 | 15.32 | 25.88 | - |
| YUV | 98.82 | 150.68 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 139 | 0 | 0.79 | 0.29 | 0.23 | 322.31 | 0.66 | 0.47 |
| Hex | C5 | 29 | 8B | 0 | 4F | 1D | 17 | 142 | 42 | 2F |
| Octal | 305 | 51 | 213 | 0 | 117 | 35 | 27 | 502 | 102 | 57 |
| Binary | 11000101 | 101001 | 10001011 | 0 | 1001111 | 11101 | 10111 | 101000010 | 1000010 | 101111 |
Color Harmonies of #C5298B
Complementary color
Monochromatic Colors of #C5298B
Black with #C5298B
Text Example
Text Example
White with #C5298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5298B; }
p { color: rgb(197,41,139); }
H1.HeaderClassName
{
color: #C5298B;
}
.AnyTagClassName
{
color: #C5298B;
}
</style>
background-color css
<style>
a { background-color: #C5298B; }
a { background-color: rgb(197,41,139); }
div.DivClassName
{
background-color: #C5298B;
}
.BgClassName
{
background-color: #C5298B;
}
</style>
border-color css
<style>
span { border-color: #C5298B; }
span { border-color: rgb(197,41,139); }
td.TdClassName
{
border-color: #C5298B;
}
.TagClassName
{
border-color: #C5298B;
}
</style>