Shades of Medium Violet Red #C0187F
Tints of Medium Violet Red #C0187F
RGB
CMYK
RGB Variations
Color information
#C0187F (or 0xC0187F) is known color: Medium Violet Red. HEX triplet: C0, 18 and 7F. RGB value is (192,24,127). Sum of RGB (Red+Green+Blue) = 192+24+127=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C0187F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0187F is #3FE780. Grayscale: #555555. Windows color (decimal): -4188033 or 8329408. OLE color: 8329408.
HSL color Cylindrical-coordinate representation of color #C0187F: hue angle of 323.21º 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 #C0187F is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 127 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.25 |
| HSL | 323.21º | 0.78% | 0.42% | - |
| HSV(B) | 323.21º | 0.88% | 0.75% | - |
| XYZ | 25.9 | 13.39 | 21.3 | - |
| YUV | 85.97 | 151.16 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 127 | 0 | 0.88 | 0.34 | 0.25 | 323.21 | 0.78 | 0.42 |
| Hex | C0 | 18 | 7F | 0 | 58 | 22 | 19 | 143 | 4E | 2A |
| Octal | 300 | 30 | 177 | 0 | 130 | 42 | 31 | 503 | 116 | 52 |
| Binary | 11000000 | 11000 | 1111111 | 0 | 1011000 | 100010 | 11001 | 101000011 | 1001110 | 101010 |
Color Harmonies of #C0187F
Complementary color
Monochromatic Colors of #C0187F
Black with #C0187F
Text Example
Text Example
White with #C0187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0187F; }
p { color: rgb(192,24,127); }
H1.HeaderClassName
{
color: #C0187F;
}
.AnyTagClassName
{
color: #C0187F;
}
</style>
background-color css
<style>
a { background-color: #C0187F; }
a { background-color: rgb(192,24,127); }
div.DivClassName
{
background-color: #C0187F;
}
.BgClassName
{
background-color: #C0187F;
}
</style>
border-color css
<style>
span { border-color: #C0187F; }
span { border-color: rgb(192,24,127); }
td.TdClassName
{
border-color: #C0187F;
}
.TagClassName
{
border-color: #C0187F;
}
</style>