Shades of Medium Red Violet #C5378A
Tints of Medium Red Violet #C5378A
RGB
CMYK
RGB Variations
Color information
#C5378A (or 0xC5378A) is known color: Medium Red Violet. HEX triplet: C5, 37 and 8A. RGB value is (197,55,138). Sum of RGB (Red+Green+Blue) = 197+55+138=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5378A is #3AC875. Grayscale: #6A6A6A. Windows color (decimal): -3852406 or 9058245. OLE color: 9058245.
HSL color Cylindrical-coordinate representation of color #C5378A: hue angle of 324.93º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5378A is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 138 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.23 |
| HSL | 324.93º | 0.56% | 0.49% | - |
| HSV(B) | 324.93º | 0.72% | 0.77% | - |
| XYZ | 28.98 | 16.44 | 25.69 | - |
| YUV | 106.92 | 145.54 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 138 | 0 | 0.72 | 0.30 | 0.23 | 324.93 | 0.56 | 0.49 |
| Hex | C5 | 37 | 8A | 0 | 48 | 1E | 17 | 145 | 38 | 31 |
| Octal | 305 | 67 | 212 | 0 | 110 | 36 | 27 | 505 | 70 | 61 |
| Binary | 11000101 | 110111 | 10001010 | 0 | 1001000 | 11110 | 10111 | 101000101 | 111000 | 110001 |
Color Harmonies of #C5378A
Complementary color
Monochromatic Colors of #C5378A
Black with #C5378A
Text Example
Text Example
White with #C5378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5378A; }
p { color: rgb(197,55,138); }
H1.HeaderClassName
{
color: #C5378A;
}
.AnyTagClassName
{
color: #C5378A;
}
</style>
background-color css
<style>
a { background-color: #C5378A; }
a { background-color: rgb(197,55,138); }
div.DivClassName
{
background-color: #C5378A;
}
.BgClassName
{
background-color: #C5378A;
}
</style>
border-color css
<style>
span { border-color: #C5378A; }
span { border-color: rgb(197,55,138); }
td.TdClassName
{
border-color: #C5378A;
}
.TagClassName
{
border-color: #C5378A;
}
</style>