Shades of Medium Violet Red #C9076E
Tints of Medium Violet Red #C9076E
RGB
CMYK
RGB Variations
Color information
#C9076E (or 0xC9076E) is known color: Medium Violet Red. HEX triplet: C9, 07 and 6E. RGB value is (201,7,110). Sum of RGB (Red+Green+Blue) = 201+7+110=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C9076E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9076E is #36F891. Grayscale: #4C4C4C. Windows color (decimal): -3602578 or 7210953. OLE color: 7210953.
HSL color Cylindrical-coordinate representation of color #C9076E: hue angle of 328.14º 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 #C9076E is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 110 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.21 |
| HSL | 328.14º | 0.93% | 0.41% | - |
| HSV(B) | 328.14º | 0.97% | 0.79% | - |
| XYZ | 26.98 | 13.7 | 15.97 | - |
| YUV | 76.75 | 146.77 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 110 | 0 | 0.97 | 0.45 | 0.21 | 328.14 | 0.93 | 0.41 |
| Hex | C9 | 7 | 6E | 0 | 61 | 2D | 15 | 148 | 5D | 29 |
| Octal | 311 | 7 | 156 | 0 | 141 | 55 | 25 | 510 | 135 | 51 |
| Binary | 11001001 | 111 | 1101110 | 0 | 1100001 | 101101 | 10101 | 101001000 | 1011101 | 101001 |
Color Harmonies of #C9076E
Complementary color
Monochromatic Colors of #C9076E
Black with #C9076E
Text Example
Text Example
White with #C9076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9076E; }
p { color: rgb(201,7,110); }
H1.HeaderClassName
{
color: #C9076E;
}
.AnyTagClassName
{
color: #C9076E;
}
</style>
background-color css
<style>
a { background-color: #C9076E; }
a { background-color: rgb(201,7,110); }
div.DivClassName
{
background-color: #C9076E;
}
.BgClassName
{
background-color: #C9076E;
}
</style>
border-color css
<style>
span { border-color: #C9076E; }
span { border-color: rgb(201,7,110); }
td.TdClassName
{
border-color: #C9076E;
}
.TagClassName
{
border-color: #C9076E;
}
</style>