Shades of Medium Violet Red #C6188E
Tints of Medium Violet Red #C6188E
RGB
CMYK
RGB Variations
Color information
#C6188E (or 0xC6188E) is known color: Medium Violet Red. HEX triplet: C6, 18 and 8E. RGB value is (198,24,142). Sum of RGB (Red+Green+Blue) = 198+24+142=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C6188E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6188E is #39E771. Grayscale: #595959. Windows color (decimal): -3794802 or 9312454. OLE color: 9312454.
HSL color Cylindrical-coordinate representation of color #C6188E: hue angle of 319.31º 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 #C6188E is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 142 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.22 |
| HSL | 319.31º | 0.78% | 0.44% | - |
| HSV(B) | 319.31º | 0.88% | 0.78% | - |
| XYZ | 28.5 | 14.61 | 26.91 | - |
| YUV | 89.48 | 157.65 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 142 | 0 | 0.88 | 0.28 | 0.22 | 319.31 | 0.78 | 0.44 |
| Hex | C6 | 18 | 8E | 0 | 58 | 1C | 16 | 13F | 4E | 2C |
| Octal | 306 | 30 | 216 | 0 | 130 | 34 | 26 | 477 | 116 | 54 |
| Binary | 11000110 | 11000 | 10001110 | 0 | 1011000 | 11100 | 10110 | 100111111 | 1001110 | 101100 |
Color Harmonies of #C6188E
Complementary color
Monochromatic Colors of #C6188E
Black with #C6188E
Text Example
Text Example
White with #C6188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6188E; }
p { color: rgb(198,24,142); }
H1.HeaderClassName
{
color: #C6188E;
}
.AnyTagClassName
{
color: #C6188E;
}
</style>
background-color css
<style>
a { background-color: #C6188E; }
a { background-color: rgb(198,24,142); }
div.DivClassName
{
background-color: #C6188E;
}
.BgClassName
{
background-color: #C6188E;
}
</style>
border-color css
<style>
span { border-color: #C6188E; }
span { border-color: rgb(198,24,142); }
td.TdClassName
{
border-color: #C6188E;
}
.TagClassName
{
border-color: #C6188E;
}
</style>