Shades of Medium Violet Red #C9077F
Tints of Medium Violet Red #C9077F
RGB
CMYK
RGB Variations
Color information
#C9077F (or 0xC9077F) is known color: Medium Violet Red. HEX triplet: C9, 07 and 7F. RGB value is (201,7,127). Sum of RGB (Red+Green+Blue) = 201+7+127=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C9077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9077F is #36F880. Grayscale: #4E4E4E. Windows color (decimal): -3602561 or 8325065. OLE color: 8325065.
HSL color Cylindrical-coordinate representation of color #C9077F: hue angle of 322.89º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9077F is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 127 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.21 |
| HSL | 322.89º | 0.93% | 0.41% | - |
| HSV(B) | 322.89º | 0.97% | 0.79% | - |
| XYZ | 27.99 | 14.1 | 21.33 | - |
| YUV | 78.69 | 155.27 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 127 | 0 | 0.97 | 0.37 | 0.21 | 322.89 | 0.93 | 0.41 |
| Hex | C9 | 7 | 7F | 0 | 61 | 25 | 15 | 143 | 5D | 29 |
| Octal | 311 | 7 | 177 | 0 | 141 | 45 | 25 | 503 | 135 | 51 |
| Binary | 11001001 | 111 | 1111111 | 0 | 1100001 | 100101 | 10101 | 101000011 | 1011101 | 101001 |
Color Harmonies of #C9077F
Complementary color
Monochromatic Colors of #C9077F
Black with #C9077F
Text Example
Text Example
White with #C9077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9077F; }
p { color: rgb(201,7,127); }
H1.HeaderClassName
{
color: #C9077F;
}
.AnyTagClassName
{
color: #C9077F;
}
</style>
background-color css
<style>
a { background-color: #C9077F; }
a { background-color: rgb(201,7,127); }
div.DivClassName
{
background-color: #C9077F;
}
.BgClassName
{
background-color: #C9077F;
}
</style>
border-color css
<style>
span { border-color: #C9077F; }
span { border-color: rgb(201,7,127); }
td.TdClassName
{
border-color: #C9077F;
}
.TagClassName
{
border-color: #C9077F;
}
</style>