Shades of Medium Violet Red #C9106C
Tints of Medium Violet Red #C9106C
RGB
CMYK
RGB Variations
Color information
#C9106C (or 0xC9106C) is known color: Medium Violet Red. HEX triplet: C9, 10 and 6C. RGB value is (201,16,108). Sum of RGB (Red+Green+Blue) = 201+16+108=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C9106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9106C is #36EF93. Grayscale: #515151. Windows color (decimal): -3600276 or 7082185. OLE color: 7082185.
HSL color Cylindrical-coordinate representation of color #C9106C: hue angle of 330.16º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9106C is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 108 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.21 |
| HSL | 330.16º | 0.85% | 0.43% | - |
| HSV(B) | 330.16º | 0.92% | 0.79% | - |
| XYZ | 26.98 | 13.87 | 15.44 | - |
| YUV | 81.8 | 142.79 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 108 | 0 | 0.92 | 0.46 | 0.21 | 330.16 | 0.85 | 0.43 |
| Hex | C9 | 10 | 6C | 0 | 5C | 2E | 15 | 14A | 55 | 2B |
| Octal | 311 | 20 | 154 | 0 | 134 | 56 | 25 | 512 | 125 | 53 |
| Binary | 11001001 | 10000 | 1101100 | 0 | 1011100 | 101110 | 10101 | 101001010 | 1010101 | 101011 |
Color Harmonies of #C9106C
Complementary color
Monochromatic Colors of #C9106C
Black with #C9106C
Text Example
Text Example
White with #C9106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9106C; }
p { color: rgb(201,16,108); }
H1.HeaderClassName
{
color: #C9106C;
}
.AnyTagClassName
{
color: #C9106C;
}
</style>
background-color css
<style>
a { background-color: #C9106C; }
a { background-color: rgb(201,16,108); }
div.DivClassName
{
background-color: #C9106C;
}
.BgClassName
{
background-color: #C9106C;
}
</style>
border-color css
<style>
span { border-color: #C9106C; }
span { border-color: rgb(201,16,108); }
td.TdClassName
{
border-color: #C9106C;
}
.TagClassName
{
border-color: #C9106C;
}
</style>