Shades of Medium Violet Red #C6108A
Tints of Medium Violet Red #C6108A
RGB
CMYK
RGB Variations
Color information
#C6108A (or 0xC6108A) is known color: Medium Violet Red. HEX triplet: C6, 10 and 8A. RGB value is (198,16,138). Sum of RGB (Red+Green+Blue) = 198+16+138=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C6108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6108A is #39EF75. Grayscale: #545454. Windows color (decimal): -3796854 or 9048262. OLE color: 9048262.
HSL color Cylindrical-coordinate representation of color #C6108A: hue angle of 319.78º 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 #C6108A is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 138 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.22 |
| HSL | 319.78º | 0.85% | 0.42% | - |
| HSV(B) | 319.78º | 0.92% | 0.78% | - |
| XYZ | 28.06 | 14.21 | 25.31 | - |
| YUV | 84.33 | 158.3 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 138 | 0 | 0.92 | 0.30 | 0.22 | 319.78 | 0.85 | 0.42 |
| Hex | C6 | 10 | 8A | 0 | 5C | 1E | 16 | 140 | 55 | 2A |
| Octal | 306 | 20 | 212 | 0 | 134 | 36 | 26 | 500 | 125 | 52 |
| Binary | 11000110 | 10000 | 10001010 | 0 | 1011100 | 11110 | 10110 | 101000000 | 1010101 | 101010 |
Color Harmonies of #C6108A
Complementary color
Monochromatic Colors of #C6108A
Black with #C6108A
Text Example
Text Example
White with #C6108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6108A; }
p { color: rgb(198,16,138); }
H1.HeaderClassName
{
color: #C6108A;
}
.AnyTagClassName
{
color: #C6108A;
}
</style>
background-color css
<style>
a { background-color: #C6108A; }
a { background-color: rgb(198,16,138); }
div.DivClassName
{
background-color: #C6108A;
}
.BgClassName
{
background-color: #C6108A;
}
</style>
border-color css
<style>
span { border-color: #C6108A; }
span { border-color: rgb(198,16,138); }
td.TdClassName
{
border-color: #C6108A;
}
.TagClassName
{
border-color: #C6108A;
}
</style>