Shades of Medium Violet Red #C9076D
Tints of Medium Violet Red #C9076D
RGB
CMYK
RGB Variations
Color information
#C9076D (or 0xC9076D) is known color: Medium Violet Red. HEX triplet: C9, 07 and 6D. RGB value is (201,7,109). Sum of RGB (Red+Green+Blue) = 201+7+109=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C9076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9076D is #36F892. Grayscale: #4C4C4C. Windows color (decimal): -3602579 or 7145417. OLE color: 7145417.
HSL color Cylindrical-coordinate representation of color #C9076D: hue angle of 328.45º 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 #C9076D is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.21 |
| HSL | 328.45º | 0.93% | 0.41% | - |
| HSV(B) | 328.45º | 0.97% | 0.79% | - |
| XYZ | 26.92 | 13.67 | 15.69 | - |
| YUV | 76.63 | 146.27 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 109 | 0 | 0.97 | 0.46 | 0.21 | 328.45 | 0.93 | 0.41 |
| Hex | C9 | 7 | 6D | 0 | 61 | 2E | 15 | 148 | 5D | 29 |
| Octal | 311 | 7 | 155 | 0 | 141 | 56 | 25 | 510 | 135 | 51 |
| Binary | 11001001 | 111 | 1101101 | 0 | 1100001 | 101110 | 10101 | 101001000 | 1011101 | 101001 |
Color Harmonies of #C9076D
Complementary color
Monochromatic Colors of #C9076D
Black with #C9076D
Text Example
Text Example
White with #C9076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9076D; }
p { color: rgb(201,7,109); }
H1.HeaderClassName
{
color: #C9076D;
}
.AnyTagClassName
{
color: #C9076D;
}
</style>
background-color css
<style>
a { background-color: #C9076D; }
a { background-color: rgb(201,7,109); }
div.DivClassName
{
background-color: #C9076D;
}
.BgClassName
{
background-color: #C9076D;
}
</style>
border-color css
<style>
span { border-color: #C9076D; }
span { border-color: rgb(201,7,109); }
td.TdClassName
{
border-color: #C9076D;
}
.TagClassName
{
border-color: #C9076D;
}
</style>