Shades of Medium Violet Red #C0187D
Tints of Medium Violet Red #C0187D
RGB
CMYK
RGB Variations
Color information
#C0187D (or 0xC0187D) is known color: Medium Violet Red. HEX triplet: C0, 18 and 7D. RGB value is (192,24,125). Sum of RGB (Red+Green+Blue) = 192+24+125=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C0187D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0187D is #3FE782. Grayscale: #555555. Windows color (decimal): -4188035 or 8198336. OLE color: 8198336.
HSL color Cylindrical-coordinate representation of color #C0187D: hue angle of 323.93º 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 #C0187D is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 125 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.25 |
| HSL | 323.93º | 0.78% | 0.42% | - |
| HSV(B) | 323.93º | 0.88% | 0.75% | - |
| XYZ | 25.77 | 13.34 | 20.62 | - |
| YUV | 85.75 | 150.16 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 125 | 0 | 0.88 | 0.35 | 0.25 | 323.93 | 0.78 | 0.42 |
| Hex | C0 | 18 | 7D | 0 | 58 | 23 | 19 | 144 | 4E | 2A |
| Octal | 300 | 30 | 175 | 0 | 130 | 43 | 31 | 504 | 116 | 52 |
| Binary | 11000000 | 11000 | 1111101 | 0 | 1011000 | 100011 | 11001 | 101000100 | 1001110 | 101010 |
Color Harmonies of #C0187D
Complementary color
Monochromatic Colors of #C0187D
Black with #C0187D
Text Example
Text Example
White with #C0187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0187D; }
p { color: rgb(192,24,125); }
H1.HeaderClassName
{
color: #C0187D;
}
.AnyTagClassName
{
color: #C0187D;
}
</style>
background-color css
<style>
a { background-color: #C0187D; }
a { background-color: rgb(192,24,125); }
div.DivClassName
{
background-color: #C0187D;
}
.BgClassName
{
background-color: #C0187D;
}
</style>
border-color css
<style>
span { border-color: #C0187D; }
span { border-color: rgb(192,24,125); }
td.TdClassName
{
border-color: #C0187D;
}
.TagClassName
{
border-color: #C0187D;
}
</style>