Shades of Medium Violet Red #C9096C
Tints of Medium Violet Red #C9096C
RGB
CMYK
RGB Variations
Color information
#C9096C (or 0xC9096C) is known color: Medium Violet Red. HEX triplet: C9, 09 and 6C. RGB value is (201,9,108). Sum of RGB (Red+Green+Blue) = 201+9+108=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C9096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9096C is #36F693. Grayscale: #4D4D4D. Windows color (decimal): -3602068 or 7080393. OLE color: 7080393.
HSL color Cylindrical-coordinate representation of color #C9096C: hue angle of 329.06º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9096C is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 108 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.21 |
| HSL | 329.06º | 0.91% | 0.41% | - |
| HSV(B) | 329.06º | 0.96% | 0.79% | - |
| XYZ | 26.89 | 13.7 | 15.41 | - |
| YUV | 77.69 | 145.11 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 108 | 0 | 0.96 | 0.46 | 0.21 | 329.06 | 0.91 | 0.41 |
| Hex | C9 | 9 | 6C | 0 | 60 | 2E | 15 | 149 | 5B | 29 |
| Octal | 311 | 11 | 154 | 0 | 140 | 56 | 25 | 511 | 133 | 51 |
| Binary | 11001001 | 1001 | 1101100 | 0 | 1100000 | 101110 | 10101 | 101001001 | 1011011 | 101001 |
Color Harmonies of #C9096C
Complementary color
Monochromatic Colors of #C9096C
Black with #C9096C
Text Example
Text Example
White with #C9096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9096C; }
p { color: rgb(201,9,108); }
H1.HeaderClassName
{
color: #C9096C;
}
.AnyTagClassName
{
color: #C9096C;
}
</style>
background-color css
<style>
a { background-color: #C9096C; }
a { background-color: rgb(201,9,108); }
div.DivClassName
{
background-color: #C9096C;
}
.BgClassName
{
background-color: #C9096C;
}
</style>
border-color css
<style>
span { border-color: #C9096C; }
span { border-color: rgb(201,9,108); }
td.TdClassName
{
border-color: #C9096C;
}
.TagClassName
{
border-color: #C9096C;
}
</style>