Shades of Medium Violet Red #C9078C
Tints of Medium Violet Red #C9078C
RGB
CMYK
RGB Variations
Color information
#C9078C (or 0xC9078C) is known color: Medium Violet Red. HEX triplet: C9, 07 and 8C. RGB value is (201,7,140). Sum of RGB (Red+Green+Blue) = 201+7+140=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9078C is #36F873. Grayscale: #4F4F4F. Windows color (decimal): -3602548 or 9177033. OLE color: 9177033.
HSL color Cylindrical-coordinate representation of color #C9078C: hue angle of 318.87º 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 #C9078C is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 140 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.21 |
| HSL | 318.87º | 0.93% | 0.41% | - |
| HSV(B) | 318.87º | 0.97% | 0.79% | - |
| XYZ | 28.9 | 14.46 | 26.08 | - |
| YUV | 80.17 | 161.77 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 140 | 0 | 0.97 | 0.30 | 0.21 | 318.87 | 0.93 | 0.41 |
| Hex | C9 | 7 | 8C | 0 | 61 | 1E | 15 | 13F | 5D | 29 |
| Octal | 311 | 7 | 214 | 0 | 141 | 36 | 25 | 477 | 135 | 51 |
| Binary | 11001001 | 111 | 10001100 | 0 | 1100001 | 11110 | 10101 | 100111111 | 1011101 | 101001 |
Color Harmonies of #C9078C
Complementary color
Monochromatic Colors of #C9078C
Black with #C9078C
Text Example
Text Example
White with #C9078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9078C; }
p { color: rgb(201,7,140); }
H1.HeaderClassName
{
color: #C9078C;
}
.AnyTagClassName
{
color: #C9078C;
}
</style>
background-color css
<style>
a { background-color: #C9078C; }
a { background-color: rgb(201,7,140); }
div.DivClassName
{
background-color: #C9078C;
}
.BgClassName
{
background-color: #C9078C;
}
</style>
border-color css
<style>
span { border-color: #C9078C; }
span { border-color: rgb(201,7,140); }
td.TdClassName
{
border-color: #C9078C;
}
.TagClassName
{
border-color: #C9078C;
}
</style>