Shades of Medium Violet Red #C6187B
Tints of Medium Violet Red #C6187B
RGB
CMYK
RGB Variations
Color information
#C6187B (or 0xC6187B) is known color: Medium Violet Red. HEX triplet: C6, 18 and 7B. RGB value is (198,24,123). Sum of RGB (Red+Green+Blue) = 198+24+123=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C6187B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6187B is #39E784. Grayscale: #575757. Windows color (decimal): -3794821 or 8067270. OLE color: 8067270.
HSL color Cylindrical-coordinate representation of color #C6187B: hue angle of 325.86º 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 #C6187B is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 123 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.22 |
| HSL | 325.86º | 0.78% | 0.44% | - |
| HSV(B) | 325.86º | 0.88% | 0.78% | - |
| XYZ | 27.19 | 14.09 | 20.03 | - |
| YUV | 87.31 | 148.15 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 123 | 0 | 0.88 | 0.38 | 0.22 | 325.86 | 0.78 | 0.44 |
| Hex | C6 | 18 | 7B | 0 | 58 | 26 | 16 | 146 | 4E | 2C |
| Octal | 306 | 30 | 173 | 0 | 130 | 46 | 26 | 506 | 116 | 54 |
| Binary | 11000110 | 11000 | 1111011 | 0 | 1011000 | 100110 | 10110 | 101000110 | 1001110 | 101100 |
Color Harmonies of #C6187B
Complementary color
Monochromatic Colors of #C6187B
Black with #C6187B
Text Example
Text Example
White with #C6187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6187B; }
p { color: rgb(198,24,123); }
H1.HeaderClassName
{
color: #C6187B;
}
.AnyTagClassName
{
color: #C6187B;
}
</style>
background-color css
<style>
a { background-color: #C6187B; }
a { background-color: rgb(198,24,123); }
div.DivClassName
{
background-color: #C6187B;
}
.BgClassName
{
background-color: #C6187B;
}
</style>
border-color css
<style>
span { border-color: #C6187B; }
span { border-color: rgb(198,24,123); }
td.TdClassName
{
border-color: #C6187B;
}
.TagClassName
{
border-color: #C6187B;
}
</style>