Shades of Medium Red Violet #C9377E
Tints of Medium Red Violet #C9377E
RGB
CMYK
RGB Variations
Color information
#C9377E (or 0xC9377E) is known color: Medium Red Violet. HEX triplet: C9, 37 and 7E. RGB value is (201,55,126). Sum of RGB (Red+Green+Blue) = 201+55+126=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C9377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9377E is #36C881. Grayscale: #6A6A6A. Windows color (decimal): -3590274 or 8271817. OLE color: 8271817.
HSL color Cylindrical-coordinate representation of color #C9377E: hue angle of 330.82º 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 #C9377E is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 126 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.21 |
| HSL | 330.82º | 0.57% | 0.5% | - |
| HSV(B) | 330.82º | 0.73% | 0.79% | - |
| XYZ | 29.22 | 16.66 | 21.41 | - |
| YUV | 106.75 | 138.87 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 126 | 0 | 0.73 | 0.37 | 0.21 | 330.82 | 0.57 | 0.5 |
| Hex | C9 | 37 | 7E | 0 | 49 | 25 | 15 | 14B | 39 | 32 |
| Octal | 311 | 67 | 176 | 0 | 111 | 45 | 25 | 513 | 71 | 62 |
| Binary | 11001001 | 110111 | 1111110 | 0 | 1001001 | 100101 | 10101 | 101001011 | 111001 | 110010 |
Color Harmonies of #C9377E
Complementary color
Monochromatic Colors of #C9377E
Black with #C9377E
Text Example
Text Example
White with #C9377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9377E; }
p { color: rgb(201,55,126); }
H1.HeaderClassName
{
color: #C9377E;
}
.AnyTagClassName
{
color: #C9377E;
}
</style>
background-color css
<style>
a { background-color: #C9377E; }
a { background-color: rgb(201,55,126); }
div.DivClassName
{
background-color: #C9377E;
}
.BgClassName
{
background-color: #C9377E;
}
</style>
border-color css
<style>
span { border-color: #C9377E; }
span { border-color: rgb(201,55,126); }
td.TdClassName
{
border-color: #C9377E;
}
.TagClassName
{
border-color: #C9377E;
}
</style>