Shades of Medium Red Violet #C9277C
Tints of Medium Red Violet #C9277C
RGB
CMYK
RGB Variations
Color information
#C9277C (or 0xC9277C) is known color: Medium Red Violet. HEX triplet: C9, 27 and 7C. RGB value is (201,39,124). Sum of RGB (Red+Green+Blue) = 201+39+124=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C9277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9277C is #36D883. Grayscale: #606060. Windows color (decimal): -3594372 or 8136649. OLE color: 8136649.
HSL color Cylindrical-coordinate representation of color #C9277C: hue angle of 328.52º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9277C is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 124 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.21 |
| HSL | 328.52º | 0.68% | 0.47% | - |
| HSV(B) | 328.52º | 0.81% | 0.79% | - |
| XYZ | 28.45 | 15.32 | 20.53 | - |
| YUV | 97.13 | 143.17 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 124 | 0 | 0.81 | 0.38 | 0.21 | 328.52 | 0.68 | 0.47 |
| Hex | C9 | 27 | 7C | 0 | 51 | 26 | 15 | 149 | 44 | 2F |
| Octal | 311 | 47 | 174 | 0 | 121 | 46 | 25 | 511 | 104 | 57 |
| Binary | 11001001 | 100111 | 1111100 | 0 | 1010001 | 100110 | 10101 | 101001001 | 1000100 | 101111 |
Color Harmonies of #C9277C
Complementary color
Monochromatic Colors of #C9277C
Black with #C9277C
Text Example
Text Example
White with #C9277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9277C; }
p { color: rgb(201,39,124); }
H1.HeaderClassName
{
color: #C9277C;
}
.AnyTagClassName
{
color: #C9277C;
}
</style>
background-color css
<style>
a { background-color: #C9277C; }
a { background-color: rgb(201,39,124); }
div.DivClassName
{
background-color: #C9277C;
}
.BgClassName
{
background-color: #C9277C;
}
</style>
border-color css
<style>
span { border-color: #C9277C; }
span { border-color: rgb(201,39,124); }
td.TdClassName
{
border-color: #C9277C;
}
.TagClassName
{
border-color: #C9277C;
}
</style>