Shades of Medium Red Violet #C9378E
Tints of Medium Red Violet #C9378E
RGB
CMYK
RGB Variations
Color information
#C9378E (or 0xC9378E) is known color: Medium Red Violet. HEX triplet: C9, 37 and 8E. RGB value is (201,55,142). Sum of RGB (Red+Green+Blue) = 201+55+142=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9378E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9378E is #36C871. Grayscale: #6C6C6C. Windows color (decimal): -3590258 or 9320393. OLE color: 9320393.
HSL color Cylindrical-coordinate representation of color #C9378E: hue angle of 324.25º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9378E is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 142 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.21 |
| HSL | 324.25º | 0.57% | 0.5% | - |
| HSV(B) | 324.25º | 0.73% | 0.79% | - |
| XYZ | 30.34 | 17.1 | 27.29 | - |
| YUV | 108.57 | 146.87 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 142 | 0 | 0.73 | 0.29 | 0.21 | 324.25 | 0.57 | 0.5 |
| Hex | C9 | 37 | 8E | 0 | 49 | 1D | 15 | 144 | 39 | 32 |
| Octal | 311 | 67 | 216 | 0 | 111 | 35 | 25 | 504 | 71 | 62 |
| Binary | 11001001 | 110111 | 10001110 | 0 | 1001001 | 11101 | 10101 | 101000100 | 111001 | 110010 |
Color Harmonies of #C9378E
Complementary color
Monochromatic Colors of #C9378E
Black with #C9378E
Text Example
Text Example
White with #C9378E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9378E; }
p { color: rgb(201,55,142); }
H1.HeaderClassName
{
color: #C9378E;
}
.AnyTagClassName
{
color: #C9378E;
}
</style>
background-color css
<style>
a { background-color: #C9378E; }
a { background-color: rgb(201,55,142); }
div.DivClassName
{
background-color: #C9378E;
}
.BgClassName
{
background-color: #C9378E;
}
</style>
border-color css
<style>
span { border-color: #C9378E; }
span { border-color: rgb(201,55,142); }
td.TdClassName
{
border-color: #C9378E;
}
.TagClassName
{
border-color: #C9378E;
}
</style>