Shades of Medium Violet Red #C0106A
Tints of Medium Violet Red #C0106A
RGB
CMYK
RGB Variations
Color information
#C0106A (or 0xC0106A) is known color: Medium Violet Red. HEX triplet: C0, 10 and 6A. RGB value is (192,16,106). Sum of RGB (Red+Green+Blue) = 192+16+106=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C0106A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0106A is #3FEF95. Grayscale: #4E4E4E. Windows color (decimal): -4190102 or 6951104. OLE color: 6951104.
HSL color Cylindrical-coordinate representation of color #C0106A: hue angle of 329.32º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0106A is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 106 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.25 |
| HSL | 329.32º | 0.85% | 0.41% | - |
| HSV(B) | 329.32º | 0.92% | 0.75% | - |
| XYZ | 24.53 | 12.62 | 14.78 | - |
| YUV | 78.88 | 143.31 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 106 | 0 | 0.92 | 0.45 | 0.25 | 329.32 | 0.85 | 0.41 |
| Hex | C0 | 10 | 6A | 0 | 5C | 2D | 19 | 149 | 55 | 29 |
| Octal | 300 | 20 | 152 | 0 | 134 | 55 | 31 | 511 | 125 | 51 |
| Binary | 11000000 | 10000 | 1101010 | 0 | 1011100 | 101101 | 11001 | 101001001 | 1010101 | 101001 |
Color Harmonies of #C0106A
Complementary color
Monochromatic Colors of #C0106A
Black with #C0106A
Text Example
Text Example
White with #C0106A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0106A; }
p { color: rgb(192,16,106); }
H1.HeaderClassName
{
color: #C0106A;
}
.AnyTagClassName
{
color: #C0106A;
}
</style>
background-color css
<style>
a { background-color: #C0106A; }
a { background-color: rgb(192,16,106); }
div.DivClassName
{
background-color: #C0106A;
}
.BgClassName
{
background-color: #C0106A;
}
</style>
border-color css
<style>
span { border-color: #C0106A; }
span { border-color: rgb(192,16,106); }
td.TdClassName
{
border-color: #C0106A;
}
.TagClassName
{
border-color: #C0106A;
}
</style>