Shades of Medium Violet Red #C6189E
Tints of Medium Violet Red #C6189E
RGB
CMYK
RGB Variations
Color information
#C6189E (or 0xC6189E) is known color: Medium Violet Red. HEX triplet: C6, 18 and 9E. RGB value is (198,24,158). Sum of RGB (Red+Green+Blue) = 198+24+158=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C6189E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6189E is #39E761. Grayscale: #5A5A5A. Windows color (decimal): -3794786 or 10361030. OLE color: 10361030.
HSL color Cylindrical-coordinate representation of color #C6189E: hue angle of 313.79º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6189E is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 158 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.22 |
| HSL | 313.79º | 0.78% | 0.44% | - |
| HSV(B) | 313.79º | 0.88% | 0.78% | - |
| XYZ | 29.79 | 15.13 | 33.7 | - |
| YUV | 91.3 | 165.65 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 158 | 0 | 0.88 | 0.20 | 0.22 | 313.79 | 0.78 | 0.44 |
| Hex | C6 | 18 | 9E | 0 | 58 | 14 | 16 | 13A | 4E | 2C |
| Octal | 306 | 30 | 236 | 0 | 130 | 24 | 26 | 472 | 116 | 54 |
| Binary | 11000110 | 11000 | 10011110 | 0 | 1011000 | 10100 | 10110 | 100111010 | 1001110 | 101100 |
Color Harmonies of #C6189E
Complementary color
Monochromatic Colors of #C6189E
Black with #C6189E
Text Example
Text Example
White with #C6189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6189E; }
p { color: rgb(198,24,158); }
H1.HeaderClassName
{
color: #C6189E;
}
.AnyTagClassName
{
color: #C6189E;
}
</style>
background-color css
<style>
a { background-color: #C6189E; }
a { background-color: rgb(198,24,158); }
div.DivClassName
{
background-color: #C6189E;
}
.BgClassName
{
background-color: #C6189E;
}
</style>
border-color css
<style>
span { border-color: #C6189E; }
span { border-color: rgb(198,24,158); }
td.TdClassName
{
border-color: #C6189E;
}
.TagClassName
{
border-color: #C6189E;
}
</style>