Shades of Medium Violet Red #C6108B
Tints of Medium Violet Red #C6108B
RGB
CMYK
RGB Variations
Color information
#C6108B (or 0xC6108B) is known color: Medium Violet Red. HEX triplet: C6, 10 and 8B. RGB value is (198,16,139). Sum of RGB (Red+Green+Blue) = 198+16+139=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C6108B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6108B is #39EF74. Grayscale: #545454. Windows color (decimal): -3796853 or 9113798. OLE color: 9113798.
HSL color Cylindrical-coordinate representation of color #C6108B: hue angle of 319.45º 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 #C6108B is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 139 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.22 |
| HSL | 319.45º | 0.85% | 0.42% | - |
| HSV(B) | 319.45º | 0.92% | 0.78% | - |
| XYZ | 28.13 | 14.24 | 25.69 | - |
| YUV | 84.44 | 158.8 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 139 | 0 | 0.92 | 0.30 | 0.22 | 319.45 | 0.85 | 0.42 |
| Hex | C6 | 10 | 8B | 0 | 5C | 1E | 16 | 13F | 55 | 2A |
| Octal | 306 | 20 | 213 | 0 | 134 | 36 | 26 | 477 | 125 | 52 |
| Binary | 11000110 | 10000 | 10001011 | 0 | 1011100 | 11110 | 10110 | 100111111 | 1010101 | 101010 |
Color Harmonies of #C6108B
Complementary color
Monochromatic Colors of #C6108B
Black with #C6108B
Text Example
Text Example
White with #C6108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6108B; }
p { color: rgb(198,16,139); }
H1.HeaderClassName
{
color: #C6108B;
}
.AnyTagClassName
{
color: #C6108B;
}
</style>
background-color css
<style>
a { background-color: #C6108B; }
a { background-color: rgb(198,16,139); }
div.DivClassName
{
background-color: #C6108B;
}
.BgClassName
{
background-color: #C6108B;
}
</style>
border-color css
<style>
span { border-color: #C6108B; }
span { border-color: rgb(198,16,139); }
td.TdClassName
{
border-color: #C6108B;
}
.TagClassName
{
border-color: #C6108B;
}
</style>