Shades of Medium Red Violet #C9378A
Tints of Medium Red Violet #C9378A
RGB
CMYK
RGB Variations
Color information
#C9378A (or 0xC9378A) is known color: Medium Red Violet. HEX triplet: C9, 37 and 8A. RGB value is (201,55,138). Sum of RGB (Red+Green+Blue) = 201+55+138=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9378A is #36C875. Grayscale: #6B6B6B. Windows color (decimal): -3590262 or 9058249. OLE color: 9058249.
HSL color Cylindrical-coordinate representation of color #C9378A: hue angle of 325.89º 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 #C9378A is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 138 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.21 |
| HSL | 325.89º | 0.57% | 0.5% | - |
| HSV(B) | 325.89º | 0.73% | 0.79% | - |
| XYZ | 30.04 | 16.98 | 25.74 | - |
| YUV | 108.12 | 144.87 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 138 | 0 | 0.73 | 0.31 | 0.21 | 325.89 | 0.57 | 0.5 |
| Hex | C9 | 37 | 8A | 0 | 49 | 1F | 15 | 146 | 39 | 32 |
| Octal | 311 | 67 | 212 | 0 | 111 | 37 | 25 | 506 | 71 | 62 |
| Binary | 11001001 | 110111 | 10001010 | 0 | 1001001 | 11111 | 10101 | 101000110 | 111001 | 110010 |
Color Harmonies of #C9378A
Complementary color
Monochromatic Colors of #C9378A
Black with #C9378A
Text Example
Text Example
White with #C9378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9378A; }
p { color: rgb(201,55,138); }
H1.HeaderClassName
{
color: #C9378A;
}
.AnyTagClassName
{
color: #C9378A;
}
</style>
background-color css
<style>
a { background-color: #C9378A; }
a { background-color: rgb(201,55,138); }
div.DivClassName
{
background-color: #C9378A;
}
.BgClassName
{
background-color: #C9378A;
}
</style>
border-color css
<style>
span { border-color: #C9378A; }
span { border-color: rgb(201,55,138); }
td.TdClassName
{
border-color: #C9378A;
}
.TagClassName
{
border-color: #C9378A;
}
</style>