Shades of Medium Violet Red #C6187F
Tints of Medium Violet Red #C6187F
RGB
CMYK
RGB Variations
Color information
#C6187F (or 0xC6187F) is known color: Medium Violet Red. HEX triplet: C6, 18 and 7F. RGB value is (198,24,127). Sum of RGB (Red+Green+Blue) = 198+24+127=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C6187F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6187F is #39E780. Grayscale: #575757. Windows color (decimal): -3794817 or 8329414. OLE color: 8329414.
HSL color Cylindrical-coordinate representation of color #C6187F: hue angle of 324.48º 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 #C6187F is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 127 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.22 |
| HSL | 324.48º | 0.78% | 0.44% | - |
| HSV(B) | 324.48º | 0.88% | 0.78% | - |
| XYZ | 27.45 | 14.19 | 21.37 | - |
| YUV | 87.77 | 150.15 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 127 | 0 | 0.88 | 0.36 | 0.22 | 324.48 | 0.78 | 0.44 |
| Hex | C6 | 18 | 7F | 0 | 58 | 24 | 16 | 144 | 4E | 2C |
| Octal | 306 | 30 | 177 | 0 | 130 | 44 | 26 | 504 | 116 | 54 |
| Binary | 11000110 | 11000 | 1111111 | 0 | 1011000 | 100100 | 10110 | 101000100 | 1001110 | 101100 |
Color Harmonies of #C6187F
Complementary color
Monochromatic Colors of #C6187F
Black with #C6187F
Text Example
Text Example
White with #C6187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6187F; }
p { color: rgb(198,24,127); }
H1.HeaderClassName
{
color: #C6187F;
}
.AnyTagClassName
{
color: #C6187F;
}
</style>
background-color css
<style>
a { background-color: #C6187F; }
a { background-color: rgb(198,24,127); }
div.DivClassName
{
background-color: #C6187F;
}
.BgClassName
{
background-color: #C6187F;
}
</style>
border-color css
<style>
span { border-color: #C6187F; }
span { border-color: rgb(198,24,127); }
td.TdClassName
{
border-color: #C6187F;
}
.TagClassName
{
border-color: #C6187F;
}
</style>