Shades of Medium Violet Red #C0187C
Tints of Medium Violet Red #C0187C
RGB
CMYK
RGB Variations
Color information
#C0187C (or 0xC0187C) is known color: Medium Violet Red. HEX triplet: C0, 18 and 7C. RGB value is (192,24,124). Sum of RGB (Red+Green+Blue) = 192+24+124=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C0187C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0187C is #3FE783. Grayscale: #555555. Windows color (decimal): -4188036 or 8132800. OLE color: 8132800.
HSL color Cylindrical-coordinate representation of color #C0187C: hue angle of 324.29º 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 #C0187C is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 124 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.25 |
| HSL | 324.29º | 0.78% | 0.42% | - |
| HSV(B) | 324.29º | 0.88% | 0.75% | - |
| XYZ | 25.7 | 13.31 | 20.28 | - |
| YUV | 85.63 | 149.66 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 124 | 0 | 0.88 | 0.35 | 0.25 | 324.29 | 0.78 | 0.42 |
| Hex | C0 | 18 | 7C | 0 | 58 | 23 | 19 | 144 | 4E | 2A |
| Octal | 300 | 30 | 174 | 0 | 130 | 43 | 31 | 504 | 116 | 52 |
| Binary | 11000000 | 11000 | 1111100 | 0 | 1011000 | 100011 | 11001 | 101000100 | 1001110 | 101010 |
Color Harmonies of #C0187C
Complementary color
Monochromatic Colors of #C0187C
Black with #C0187C
Text Example
Text Example
White with #C0187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0187C; }
p { color: rgb(192,24,124); }
H1.HeaderClassName
{
color: #C0187C;
}
.AnyTagClassName
{
color: #C0187C;
}
</style>
background-color css
<style>
a { background-color: #C0187C; }
a { background-color: rgb(192,24,124); }
div.DivClassName
{
background-color: #C0187C;
}
.BgClassName
{
background-color: #C0187C;
}
</style>
border-color css
<style>
span { border-color: #C0187C; }
span { border-color: rgb(192,24,124); }
td.TdClassName
{
border-color: #C0187C;
}
.TagClassName
{
border-color: #C0187C;
}
</style>