Shades of Medium Violet Red #C6109A
Tints of Medium Violet Red #C6109A
RGB
CMYK
RGB Variations
Color information
#C6109A (or 0xC6109A) is known color: Medium Violet Red. HEX triplet: C6, 10 and 9A. RGB value is (198,16,154). Sum of RGB (Red+Green+Blue) = 198+16+154=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C6109A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6109A is #39EF65. Grayscale: #555555. Windows color (decimal): -3796838 or 10096838. OLE color: 10096838.
HSL color Cylindrical-coordinate representation of color #C6109A: hue angle of 314.51º 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 #C6109A is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 154 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.22 |
| HSL | 314.51º | 0.85% | 0.42% | - |
| HSV(B) | 314.51º | 0.92% | 0.78% | - |
| XYZ | 29.31 | 14.71 | 31.87 | - |
| YUV | 86.15 | 166.3 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 154 | 0 | 0.92 | 0.22 | 0.22 | 314.51 | 0.85 | 0.42 |
| Hex | C6 | 10 | 9A | 0 | 5C | 16 | 16 | 13B | 55 | 2A |
| Octal | 306 | 20 | 232 | 0 | 134 | 26 | 26 | 473 | 125 | 52 |
| Binary | 11000110 | 10000 | 10011010 | 0 | 1011100 | 10110 | 10110 | 100111011 | 1010101 | 101010 |
Color Harmonies of #C6109A
Complementary color
Monochromatic Colors of #C6109A
Black with #C6109A
Text Example
Text Example
White with #C6109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6109A; }
p { color: rgb(198,16,154); }
H1.HeaderClassName
{
color: #C6109A;
}
.AnyTagClassName
{
color: #C6109A;
}
</style>
background-color css
<style>
a { background-color: #C6109A; }
a { background-color: rgb(198,16,154); }
div.DivClassName
{
background-color: #C6109A;
}
.BgClassName
{
background-color: #C6109A;
}
</style>
border-color css
<style>
span { border-color: #C6109A; }
span { border-color: rgb(198,16,154); }
td.TdClassName
{
border-color: #C6109A;
}
.TagClassName
{
border-color: #C6109A;
}
</style>