Shades of Medium Violet Red #C0138A
Tints of Medium Violet Red #C0138A
RGB
CMYK
RGB Variations
Color information
#C0138A (or 0xC0138A) is known color: Medium Violet Red. HEX triplet: C0, 13 and 8A. RGB value is (192,19,138). Sum of RGB (Red+Green+Blue) = 192+19+138=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C0138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0138A is #3FEC75. Grayscale: #535353. Windows color (decimal): -4189302 or 9049024. OLE color: 9049024.
HSL color Cylindrical-coordinate representation of color #C0138A: hue angle of 318.73º 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 #C0138A is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 138 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.25 |
| HSL | 318.73º | 0.82% | 0.41% | - |
| HSV(B) | 318.73º | 0.9% | 0.75% | - |
| XYZ | 26.56 | 13.51 | 25.25 | - |
| YUV | 84.29 | 158.31 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 138 | 0 | 0.90 | 0.28 | 0.25 | 318.73 | 0.82 | 0.41 |
| Hex | C0 | 13 | 8A | 0 | 5A | 1C | 19 | 13F | 52 | 29 |
| Octal | 300 | 23 | 212 | 0 | 132 | 34 | 31 | 477 | 122 | 51 |
| Binary | 11000000 | 10011 | 10001010 | 0 | 1011010 | 11100 | 11001 | 100111111 | 1010010 | 101001 |
Color Harmonies of #C0138A
Complementary color
Monochromatic Colors of #C0138A
Black with #C0138A
Text Example
Text Example
White with #C0138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0138A; }
p { color: rgb(192,19,138); }
H1.HeaderClassName
{
color: #C0138A;
}
.AnyTagClassName
{
color: #C0138A;
}
</style>
background-color css
<style>
a { background-color: #C0138A; }
a { background-color: rgb(192,19,138); }
div.DivClassName
{
background-color: #C0138A;
}
.BgClassName
{
background-color: #C0138A;
}
</style>
border-color css
<style>
span { border-color: #C0138A; }
span { border-color: rgb(192,19,138); }
td.TdClassName
{
border-color: #C0138A;
}
.TagClassName
{
border-color: #C0138A;
}
</style>