Shades of Medium Violet Red #C6186F
Tints of Medium Violet Red #C6186F
RGB
CMYK
RGB Variations
Color information
#C6186F (or 0xC6186F) is known color: Medium Violet Red. HEX triplet: C6, 18 and 6F. RGB value is (198,24,111). Sum of RGB (Red+Green+Blue) = 198+24+111=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C6186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6186F is #39E790. Grayscale: #555555. Windows color (decimal): -3794833 or 7280838. OLE color: 7280838.
HSL color Cylindrical-coordinate representation of color #C6186F: hue angle of 330º 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 #C6186F is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 111 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.22 |
| HSL | 330º | 0.78% | 0.44% | - |
| HSV(B) | 330º | 0.88% | 0.78% | - |
| XYZ | 26.48 | 13.81 | 16.31 | - |
| YUV | 85.94 | 142.15 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 111 | 0 | 0.88 | 0.44 | 0.22 | 330 | 0.78 | 0.44 |
| Hex | C6 | 18 | 6F | 0 | 58 | 2C | 16 | 14A | 4E | 2C |
| Octal | 306 | 30 | 157 | 0 | 130 | 54 | 26 | 512 | 116 | 54 |
| Binary | 11000110 | 11000 | 1101111 | 0 | 1011000 | 101100 | 10110 | 101001010 | 1001110 | 101100 |
Color Harmonies of #C6186F
Complementary color
Monochromatic Colors of #C6186F
Black with #C6186F
Text Example
Text Example
White with #C6186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6186F; }
p { color: rgb(198,24,111); }
H1.HeaderClassName
{
color: #C6186F;
}
.AnyTagClassName
{
color: #C6186F;
}
</style>
background-color css
<style>
a { background-color: #C6186F; }
a { background-color: rgb(198,24,111); }
div.DivClassName
{
background-color: #C6186F;
}
.BgClassName
{
background-color: #C6186F;
}
</style>
border-color css
<style>
span { border-color: #C6186F; }
span { border-color: rgb(198,24,111); }
td.TdClassName
{
border-color: #C6186F;
}
.TagClassName
{
border-color: #C6186F;
}
</style>