Shades of Medium Red Violet #C9377B
Tints of Medium Red Violet #C9377B
RGB
CMYK
RGB Variations
Color information
#C9377B (or 0xC9377B) is known color: Medium Red Violet. HEX triplet: C9, 37 and 7B. RGB value is (201,55,123). Sum of RGB (Red+Green+Blue) = 201+55+123=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9377B is #36C884. Grayscale: #6A6A6A. Windows color (decimal): -3590277 or 8075209. OLE color: 8075209.
HSL color Cylindrical-coordinate representation of color #C9377B: hue angle of 332.05º 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 #C9377B is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 123 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.21 |
| HSL | 332.05º | 0.57% | 0.5% | - |
| HSV(B) | 332.05º | 0.73% | 0.79% | - |
| XYZ | 29.03 | 16.58 | 20.41 | - |
| YUV | 106.41 | 137.37 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 123 | 0 | 0.73 | 0.39 | 0.21 | 332.05 | 0.57 | 0.5 |
| Hex | C9 | 37 | 7B | 0 | 49 | 27 | 15 | 14C | 39 | 32 |
| Octal | 311 | 67 | 173 | 0 | 111 | 47 | 25 | 514 | 71 | 62 |
| Binary | 11001001 | 110111 | 1111011 | 0 | 1001001 | 100111 | 10101 | 101001100 | 111001 | 110010 |
Color Harmonies of #C9377B
Complementary color
Monochromatic Colors of #C9377B
Black with #C9377B
Text Example
Text Example
White with #C9377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9377B; }
p { color: rgb(201,55,123); }
H1.HeaderClassName
{
color: #C9377B;
}
.AnyTagClassName
{
color: #C9377B;
}
</style>
background-color css
<style>
a { background-color: #C9377B; }
a { background-color: rgb(201,55,123); }
div.DivClassName
{
background-color: #C9377B;
}
.BgClassName
{
background-color: #C9377B;
}
</style>
border-color css
<style>
span { border-color: #C9377B; }
span { border-color: rgb(201,55,123); }
td.TdClassName
{
border-color: #C9377B;
}
.TagClassName
{
border-color: #C9377B;
}
</style>