Shades of Medium Violet Red #C6186C
Tints of Medium Violet Red #C6186C
RGB
CMYK
RGB Variations
Color information
#C6186C (or 0xC6186C) is known color: Medium Violet Red. HEX triplet: C6, 18 and 6C. RGB value is (198,24,108). Sum of RGB (Red+Green+Blue) = 198+24+108=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6186C is #39E793. Grayscale: #555555. Windows color (decimal): -3794836 or 7084230. OLE color: 7084230.
HSL color Cylindrical-coordinate representation of color #C6186C: hue angle of 331.03º 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 #C6186C is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 108 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.22 |
| HSL | 331.03º | 0.78% | 0.44% | - |
| HSV(B) | 331.03º | 0.88% | 0.78% | - |
| XYZ | 26.32 | 13.74 | 15.45 | - |
| YUV | 85.6 | 140.65 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 108 | 0 | 0.88 | 0.45 | 0.22 | 331.03 | 0.78 | 0.44 |
| Hex | C6 | 18 | 6C | 0 | 58 | 2D | 16 | 14B | 4E | 2C |
| Octal | 306 | 30 | 154 | 0 | 130 | 55 | 26 | 513 | 116 | 54 |
| Binary | 11000110 | 11000 | 1101100 | 0 | 1011000 | 101101 | 10110 | 101001011 | 1001110 | 101100 |
Color Harmonies of #C6186C
Complementary color
Monochromatic Colors of #C6186C
Black with #C6186C
Text Example
Text Example
White with #C6186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6186C; }
p { color: rgb(198,24,108); }
H1.HeaderClassName
{
color: #C6186C;
}
.AnyTagClassName
{
color: #C6186C;
}
</style>
background-color css
<style>
a { background-color: #C6186C; }
a { background-color: rgb(198,24,108); }
div.DivClassName
{
background-color: #C6186C;
}
.BgClassName
{
background-color: #C6186C;
}
</style>
border-color css
<style>
span { border-color: #C6186C; }
span { border-color: rgb(198,24,108); }
td.TdClassName
{
border-color: #C6186C;
}
.TagClassName
{
border-color: #C6186C;
}
</style>