Shades of Medium Violet Red #C9079D
Tints of Medium Violet Red #C9079D
RGB
CMYK
RGB Variations
Color information
#C9079D (or 0xC9079D) is known color: Medium Violet Red. HEX triplet: C9, 07 and 9D. RGB value is (201,7,157). Sum of RGB (Red+Green+Blue) = 201+7+157=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9079D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9079D is #36F862. Grayscale: #515151. Windows color (decimal): -3602531 or 10291145. OLE color: 10291145.
HSL color Cylindrical-coordinate representation of color #C9079D: hue angle of 313.61º 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 #C9079D is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 157 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.21 |
| HSL | 313.61º | 0.93% | 0.41% | - |
| HSV(B) | 313.61º | 0.97% | 0.79% | - |
| XYZ | 30.25 | 15 | 33.2 | - |
| YUV | 82.11 | 170.27 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 157 | 0 | 0.97 | 0.22 | 0.21 | 313.61 | 0.93 | 0.41 |
| Hex | C9 | 7 | 9D | 0 | 61 | 16 | 15 | 13A | 5D | 29 |
| Octal | 311 | 7 | 235 | 0 | 141 | 26 | 25 | 472 | 135 | 51 |
| Binary | 11001001 | 111 | 10011101 | 0 | 1100001 | 10110 | 10101 | 100111010 | 1011101 | 101001 |
Color Harmonies of #C9079D
Complementary color
Monochromatic Colors of #C9079D
Black with #C9079D
Text Example
Text Example
White with #C9079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9079D; }
p { color: rgb(201,7,157); }
H1.HeaderClassName
{
color: #C9079D;
}
.AnyTagClassName
{
color: #C9079D;
}
</style>
background-color css
<style>
a { background-color: #C9079D; }
a { background-color: rgb(201,7,157); }
div.DivClassName
{
background-color: #C9079D;
}
.BgClassName
{
background-color: #C9079D;
}
</style>
border-color css
<style>
span { border-color: #C9079D; }
span { border-color: rgb(201,7,157); }
td.TdClassName
{
border-color: #C9079D;
}
.TagClassName
{
border-color: #C9079D;
}
</style>