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