Shades of Medium Red Violet #C9377A
Tints of Medium Red Violet #C9377A
RGB
CMYK
RGB Variations
Color information
#C9377A (or 0xC9377A) is known color: Medium Red Violet. HEX triplet: C9, 37 and 7A. RGB value is (201,55,122). Sum of RGB (Red+Green+Blue) = 201+55+122=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9377A is #36C885. Grayscale: #6A6A6A. Windows color (decimal): -3590278 or 8009673. OLE color: 8009673.
HSL color Cylindrical-coordinate representation of color #C9377A: hue angle of 332.47º 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 #C9377A is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 122 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.21 |
| HSL | 332.47º | 0.57% | 0.5% | - |
| HSV(B) | 332.47º | 0.73% | 0.79% | - |
| XYZ | 28.97 | 16.56 | 20.08 | - |
| YUV | 106.29 | 136.87 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 122 | 0 | 0.73 | 0.39 | 0.21 | 332.47 | 0.57 | 0.5 |
| Hex | C9 | 37 | 7A | 0 | 49 | 27 | 15 | 14C | 39 | 32 |
| Octal | 311 | 67 | 172 | 0 | 111 | 47 | 25 | 514 | 71 | 62 |
| Binary | 11001001 | 110111 | 1111010 | 0 | 1001001 | 100111 | 10101 | 101001100 | 111001 | 110010 |
Color Harmonies of #C9377A
Complementary color
Monochromatic Colors of #C9377A
Black with #C9377A
Text Example
Text Example
White with #C9377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9377A; }
p { color: rgb(201,55,122); }
H1.HeaderClassName
{
color: #C9377A;
}
.AnyTagClassName
{
color: #C9377A;
}
</style>
background-color css
<style>
a { background-color: #C9377A; }
a { background-color: rgb(201,55,122); }
div.DivClassName
{
background-color: #C9377A;
}
.BgClassName
{
background-color: #C9377A;
}
</style>
border-color css
<style>
span { border-color: #C9377A; }
span { border-color: rgb(201,55,122); }
td.TdClassName
{
border-color: #C9377A;
}
.TagClassName
{
border-color: #C9377A;
}
</style>