Shades of Medium Violet Red #C0108A
Tints of Medium Violet Red #C0108A
RGB
CMYK
RGB Variations
Color information
#C0108A (or 0xC0108A) is known color: Medium Violet Red. HEX triplet: C0, 10 and 8A. RGB value is (192,16,138). Sum of RGB (Red+Green+Blue) = 192+16+138=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C0108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0108A is #3FEF75. Grayscale: #525252. Windows color (decimal): -4190070 or 9048256. OLE color: 9048256.
HSL color Cylindrical-coordinate representation of color #C0108A: hue angle of 318.41º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0108A is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 138 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.25 |
| HSL | 318.41º | 0.85% | 0.41% | - |
| HSV(B) | 318.41º | 0.92% | 0.75% | - |
| XYZ | 26.51 | 13.41 | 25.24 | - |
| YUV | 82.53 | 159.31 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 138 | 0 | 0.92 | 0.28 | 0.25 | 318.41 | 0.85 | 0.41 |
| Hex | C0 | 10 | 8A | 0 | 5C | 1C | 19 | 13E | 55 | 29 |
| Octal | 300 | 20 | 212 | 0 | 134 | 34 | 31 | 476 | 125 | 51 |
| Binary | 11000000 | 10000 | 10001010 | 0 | 1011100 | 11100 | 11001 | 100111110 | 1010101 | 101001 |
Color Harmonies of #C0108A
Complementary color
Monochromatic Colors of #C0108A
Black with #C0108A
Text Example
Text Example
White with #C0108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0108A; }
p { color: rgb(192,16,138); }
H1.HeaderClassName
{
color: #C0108A;
}
.AnyTagClassName
{
color: #C0108A;
}
</style>
background-color css
<style>
a { background-color: #C0108A; }
a { background-color: rgb(192,16,138); }
div.DivClassName
{
background-color: #C0108A;
}
.BgClassName
{
background-color: #C0108A;
}
</style>
border-color css
<style>
span { border-color: #C0108A; }
span { border-color: rgb(192,16,138); }
td.TdClassName
{
border-color: #C0108A;
}
.TagClassName
{
border-color: #C0108A;
}
</style>