Shades of Medium Red Violet #C5378C
Tints of Medium Red Violet #C5378C
RGB
CMYK
RGB Variations
Color information
#C5378C (or 0xC5378C) is known color: Medium Red Violet. HEX triplet: C5, 37 and 8C. RGB value is (197,55,140). Sum of RGB (Red+Green+Blue) = 197+55+140=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5378C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5378C is #3AC873. Grayscale: #6A6A6A. Windows color (decimal): -3852404 or 9189317. OLE color: 9189317.
HSL color Cylindrical-coordinate representation of color #C5378C: hue angle of 324.08º 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 #C5378C is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 140 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.23 |
| HSL | 324.08º | 0.56% | 0.49% | - |
| HSV(B) | 324.08º | 0.72% | 0.77% | - |
| XYZ | 29.13 | 16.5 | 26.46 | - |
| YUV | 107.15 | 146.54 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 140 | 0 | 0.72 | 0.29 | 0.23 | 324.08 | 0.56 | 0.49 |
| Hex | C5 | 37 | 8C | 0 | 48 | 1D | 17 | 144 | 38 | 31 |
| Octal | 305 | 67 | 214 | 0 | 110 | 35 | 27 | 504 | 70 | 61 |
| Binary | 11000101 | 110111 | 10001100 | 0 | 1001000 | 11101 | 10111 | 101000100 | 111000 | 110001 |
Color Harmonies of #C5378C
Complementary color
Monochromatic Colors of #C5378C
Black with #C5378C
Text Example
Text Example
White with #C5378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5378C; }
p { color: rgb(197,55,140); }
H1.HeaderClassName
{
color: #C5378C;
}
.AnyTagClassName
{
color: #C5378C;
}
</style>
background-color css
<style>
a { background-color: #C5378C; }
a { background-color: rgb(197,55,140); }
div.DivClassName
{
background-color: #C5378C;
}
.BgClassName
{
background-color: #C5378C;
}
</style>
border-color css
<style>
span { border-color: #C5378C; }
span { border-color: rgb(197,55,140); }
td.TdClassName
{
border-color: #C5378C;
}
.TagClassName
{
border-color: #C5378C;
}
</style>