Shades of Medium Violet Red #C6106A
Tints of Medium Violet Red #C6106A
RGB
CMYK
RGB Variations
Color information
#C6106A (or 0xC6106A) is known color: Medium Violet Red. HEX triplet: C6, 10 and 6A. RGB value is (198,16,106). Sum of RGB (Red+Green+Blue) = 198+16+106=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C6106A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6106A is #39EF95. Grayscale: #505050. Windows color (decimal): -3796886 or 6951110. OLE color: 6951110.
HSL color Cylindrical-coordinate representation of color #C6106A: hue angle of 330.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6106A is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 106 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.22 |
| HSL | 330.33º | 0.85% | 0.42% | - |
| HSV(B) | 330.33º | 0.92% | 0.78% | - |
| XYZ | 26.08 | 13.42 | 14.85 | - |
| YUV | 80.68 | 142.3 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 106 | 0 | 0.92 | 0.46 | 0.22 | 330.33 | 0.85 | 0.42 |
| Hex | C6 | 10 | 6A | 0 | 5C | 2E | 16 | 14A | 55 | 2A |
| Octal | 306 | 20 | 152 | 0 | 134 | 56 | 26 | 512 | 125 | 52 |
| Binary | 11000110 | 10000 | 1101010 | 0 | 1011100 | 101110 | 10110 | 101001010 | 1010101 | 101010 |
Color Harmonies of #C6106A
Complementary color
Monochromatic Colors of #C6106A
Black with #C6106A
Text Example
Text Example
White with #C6106A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6106A; }
p { color: rgb(198,16,106); }
H1.HeaderClassName
{
color: #C6106A;
}
.AnyTagClassName
{
color: #C6106A;
}
</style>
background-color css
<style>
a { background-color: #C6106A; }
a { background-color: rgb(198,16,106); }
div.DivClassName
{
background-color: #C6106A;
}
.BgClassName
{
background-color: #C6106A;
}
</style>
border-color css
<style>
span { border-color: #C6106A; }
span { border-color: rgb(198,16,106); }
td.TdClassName
{
border-color: #C6106A;
}
.TagClassName
{
border-color: #C6106A;
}
</style>