Shades of Medium Violet Red #C9079B
Tints of Medium Violet Red #C9079B
RGB
CMYK
RGB Variations
Color information
#C9079B (or 0xC9079B) is known color: Medium Violet Red. HEX triplet: C9, 07 and 9B. RGB value is (201,7,155). Sum of RGB (Red+Green+Blue) = 201+7+155=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9079B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9079B is #36F864. Grayscale: #515151. Windows color (decimal): -3602533 or 10160073. OLE color: 10160073.
HSL color Cylindrical-coordinate representation of color #C9079B: hue angle of 314.23º 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 #C9079B is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 155 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.21 |
| HSL | 314.23º | 0.93% | 0.41% | - |
| HSV(B) | 314.23º | 0.97% | 0.79% | - |
| XYZ | 30.08 | 14.94 | 32.31 | - |
| YUV | 81.88 | 169.27 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 155 | 0 | 0.97 | 0.23 | 0.21 | 314.23 | 0.93 | 0.41 |
| Hex | C9 | 7 | 9B | 0 | 61 | 17 | 15 | 13A | 5D | 29 |
| Octal | 311 | 7 | 233 | 0 | 141 | 27 | 25 | 472 | 135 | 51 |
| Binary | 11001001 | 111 | 10011011 | 0 | 1100001 | 10111 | 10101 | 100111010 | 1011101 | 101001 |
Color Harmonies of #C9079B
Complementary color
Monochromatic Colors of #C9079B
Black with #C9079B
Text Example
Text Example
White with #C9079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9079B; }
p { color: rgb(201,7,155); }
H1.HeaderClassName
{
color: #C9079B;
}
.AnyTagClassName
{
color: #C9079B;
}
</style>
background-color css
<style>
a { background-color: #C9079B; }
a { background-color: rgb(201,7,155); }
div.DivClassName
{
background-color: #C9079B;
}
.BgClassName
{
background-color: #C9079B;
}
</style>
border-color css
<style>
span { border-color: #C9079B; }
span { border-color: rgb(201,7,155); }
td.TdClassName
{
border-color: #C9079B;
}
.TagClassName
{
border-color: #C9079B;
}
</style>