Shades of Medium Violet Red #C0138D
Tints of Medium Violet Red #C0138D
RGB
CMYK
RGB Variations
Color information
#C0138D (or 0xC0138D) is known color: Medium Violet Red. HEX triplet: C0, 13 and 8D. RGB value is (192,19,141). Sum of RGB (Red+Green+Blue) = 192+19+141=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0138D is #3FEC72. Grayscale: #545454. Windows color (decimal): -4189299 or 9245632. OLE color: 9245632.
HSL color Cylindrical-coordinate representation of color #C0138D: hue angle of 317.69º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0138D is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 141 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.25 |
| HSL | 317.69º | 0.82% | 0.41% | - |
| HSV(B) | 317.69º | 0.9% | 0.75% | - |
| XYZ | 26.78 | 13.6 | 26.41 | - |
| YUV | 84.64 | 159.81 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 141 | 0 | 0.90 | 0.27 | 0.25 | 317.69 | 0.82 | 0.41 |
| Hex | C0 | 13 | 8D | 0 | 5A | 1B | 19 | 13E | 52 | 29 |
| Octal | 300 | 23 | 215 | 0 | 132 | 33 | 31 | 476 | 122 | 51 |
| Binary | 11000000 | 10011 | 10001101 | 0 | 1011010 | 11011 | 11001 | 100111110 | 1010010 | 101001 |
Color Harmonies of #C0138D
Complementary color
Monochromatic Colors of #C0138D
Black with #C0138D
Text Example
Text Example
White with #C0138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0138D; }
p { color: rgb(192,19,141); }
H1.HeaderClassName
{
color: #C0138D;
}
.AnyTagClassName
{
color: #C0138D;
}
</style>
background-color css
<style>
a { background-color: #C0138D; }
a { background-color: rgb(192,19,141); }
div.DivClassName
{
background-color: #C0138D;
}
.BgClassName
{
background-color: #C0138D;
}
</style>
border-color css
<style>
span { border-color: #C0138D; }
span { border-color: rgb(192,19,141); }
td.TdClassName
{
border-color: #C0138D;
}
.TagClassName
{
border-color: #C0138D;
}
</style>