Shades of Medium Red Violet #C9379A
Tints of Medium Red Violet #C9379A
RGB
CMYK
RGB Variations
Color information
#C9379A (or 0xC9379A) is known color: Medium Red Violet. HEX triplet: C9, 37 and 9A. RGB value is (201,55,154). Sum of RGB (Red+Green+Blue) = 201+55+154=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C9379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9379A is #36C865. Grayscale: #6D6D6D. Windows color (decimal): -3590246 or 10106825. OLE color: 10106825.
HSL color Cylindrical-coordinate representation of color #C9379A: hue angle of 319.32º 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 #C9379A is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 154 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.21 |
| HSL | 319.32º | 0.57% | 0.5% | - |
| HSV(B) | 319.32º | 0.73% | 0.79% | - |
| XYZ | 31.29 | 17.48 | 32.3 | - |
| YUV | 109.94 | 152.87 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 154 | 0 | 0.73 | 0.23 | 0.21 | 319.32 | 0.57 | 0.5 |
| Hex | C9 | 37 | 9A | 0 | 49 | 17 | 15 | 13F | 39 | 32 |
| Octal | 311 | 67 | 232 | 0 | 111 | 27 | 25 | 477 | 71 | 62 |
| Binary | 11001001 | 110111 | 10011010 | 0 | 1001001 | 10111 | 10101 | 100111111 | 111001 | 110010 |
Color Harmonies of #C9379A
Complementary color
Monochromatic Colors of #C9379A
Black with #C9379A
Text Example
Text Example
White with #C9379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9379A; }
p { color: rgb(201,55,154); }
H1.HeaderClassName
{
color: #C9379A;
}
.AnyTagClassName
{
color: #C9379A;
}
</style>
background-color css
<style>
a { background-color: #C9379A; }
a { background-color: rgb(201,55,154); }
div.DivClassName
{
background-color: #C9379A;
}
.BgClassName
{
background-color: #C9379A;
}
</style>
border-color css
<style>
span { border-color: #C9379A; }
span { border-color: rgb(201,55,154); }
td.TdClassName
{
border-color: #C9379A;
}
.TagClassName
{
border-color: #C9379A;
}
</style>