Shades of Medium Violet Red #C0187A
Tints of Medium Violet Red #C0187A
RGB
CMYK
RGB Variations
Color information
#C0187A (or 0xC0187A) is known color: Medium Violet Red. HEX triplet: C0, 18 and 7A. RGB value is (192,24,122). Sum of RGB (Red+Green+Blue) = 192+24+122=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0187A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0187A is #3FE785. Grayscale: #555555. Windows color (decimal): -4188038 or 8001728. OLE color: 8001728.
HSL color Cylindrical-coordinate representation of color #C0187A: hue angle of 325º 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 #C0187A is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 122 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.25 |
| HSL | 325º | 0.78% | 0.42% | - |
| HSV(B) | 325º | 0.88% | 0.75% | - |
| XYZ | 25.58 | 13.26 | 19.62 | - |
| YUV | 85.4 | 148.66 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 122 | 0 | 0.88 | 0.36 | 0.25 | 325 | 0.78 | 0.42 |
| Hex | C0 | 18 | 7A | 0 | 58 | 24 | 19 | 145 | 4E | 2A |
| Octal | 300 | 30 | 172 | 0 | 130 | 44 | 31 | 505 | 116 | 52 |
| Binary | 11000000 | 11000 | 1111010 | 0 | 1011000 | 100100 | 11001 | 101000101 | 1001110 | 101010 |
Color Harmonies of #C0187A
Complementary color
Monochromatic Colors of #C0187A
Black with #C0187A
Text Example
Text Example
White with #C0187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0187A; }
p { color: rgb(192,24,122); }
H1.HeaderClassName
{
color: #C0187A;
}
.AnyTagClassName
{
color: #C0187A;
}
</style>
background-color css
<style>
a { background-color: #C0187A; }
a { background-color: rgb(192,24,122); }
div.DivClassName
{
background-color: #C0187A;
}
.BgClassName
{
background-color: #C0187A;
}
</style>
border-color css
<style>
span { border-color: #C0187A; }
span { border-color: rgb(192,24,122); }
td.TdClassName
{
border-color: #C0187A;
}
.TagClassName
{
border-color: #C0187A;
}
</style>