Shades of Medium Violet Red #C6188B
Tints of Medium Violet Red #C6188B
RGB
CMYK
RGB Variations
Color information
#C6188B (or 0xC6188B) is known color: Medium Violet Red. HEX triplet: C6, 18 and 8B. RGB value is (198,24,139). Sum of RGB (Red+Green+Blue) = 198+24+139=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6188B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6188B is #39E774. Grayscale: #585858. Windows color (decimal): -3794805 or 9115846. OLE color: 9115846.
HSL color Cylindrical-coordinate representation of color #C6188B: hue angle of 320.34º 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 #C6188B is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 139 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.22 |
| HSL | 320.34º | 0.78% | 0.44% | - |
| HSV(B) | 320.34º | 0.88% | 0.78% | - |
| XYZ | 28.28 | 14.52 | 25.74 | - |
| YUV | 89.14 | 156.15 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 139 | 0 | 0.88 | 0.30 | 0.22 | 320.34 | 0.78 | 0.44 |
| Hex | C6 | 18 | 8B | 0 | 58 | 1E | 16 | 140 | 4E | 2C |
| Octal | 306 | 30 | 213 | 0 | 130 | 36 | 26 | 500 | 116 | 54 |
| Binary | 11000110 | 11000 | 10001011 | 0 | 1011000 | 11110 | 10110 | 101000000 | 1001110 | 101100 |
Color Harmonies of #C6188B
Complementary color
Monochromatic Colors of #C6188B
Black with #C6188B
Text Example
Text Example
White with #C6188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6188B; }
p { color: rgb(198,24,139); }
H1.HeaderClassName
{
color: #C6188B;
}
.AnyTagClassName
{
color: #C6188B;
}
</style>
background-color css
<style>
a { background-color: #C6188B; }
a { background-color: rgb(198,24,139); }
div.DivClassName
{
background-color: #C6188B;
}
.BgClassName
{
background-color: #C6188B;
}
</style>
border-color css
<style>
span { border-color: #C6188B; }
span { border-color: rgb(198,24,139); }
td.TdClassName
{
border-color: #C6188B;
}
.TagClassName
{
border-color: #C6188B;
}
</style>