Shades of Medium Violet Red #C0186A
Tints of Medium Violet Red #C0186A
RGB
CMYK
RGB Variations
Color information
#C0186A (or 0xC0186A) is known color: Medium Violet Red. HEX triplet: C0, 18 and 6A. RGB value is (192,24,106). Sum of RGB (Red+Green+Blue) = 192+24+106=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0186A is #3FE795. Grayscale: #535353. Windows color (decimal): -4188054 or 6953152. OLE color: 6953152.
HSL color Cylindrical-coordinate representation of color #C0186A: hue angle of 330.71º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0186A is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 106 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.25 |
| HSL | 330.71º | 0.78% | 0.42% | - |
| HSV(B) | 330.71º | 0.88% | 0.75% | - |
| XYZ | 24.67 | 12.9 | 14.83 | - |
| YUV | 83.58 | 140.66 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 106 | 0 | 0.88 | 0.45 | 0.25 | 330.71 | 0.78 | 0.42 |
| Hex | C0 | 18 | 6A | 0 | 58 | 2D | 19 | 14B | 4E | 2A |
| Octal | 300 | 30 | 152 | 0 | 130 | 55 | 31 | 513 | 116 | 52 |
| Binary | 11000000 | 11000 | 1101010 | 0 | 1011000 | 101101 | 11001 | 101001011 | 1001110 | 101010 |
Color Harmonies of #C0186A
Complementary color
Monochromatic Colors of #C0186A
Black with #C0186A
Text Example
Text Example
White with #C0186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0186A; }
p { color: rgb(192,24,106); }
H1.HeaderClassName
{
color: #C0186A;
}
.AnyTagClassName
{
color: #C0186A;
}
</style>
background-color css
<style>
a { background-color: #C0186A; }
a { background-color: rgb(192,24,106); }
div.DivClassName
{
background-color: #C0186A;
}
.BgClassName
{
background-color: #C0186A;
}
</style>
border-color css
<style>
span { border-color: #C0186A; }
span { border-color: rgb(192,24,106); }
td.TdClassName
{
border-color: #C0186A;
}
.TagClassName
{
border-color: #C0186A;
}
</style>