Shades of Medium Violet Red #C1088A
Tints of Medium Violet Red #C1088A
RGB
CMYK
RGB Variations
Color information
#C1088A (or 0xC1088A) is known color: Medium Violet Red. HEX triplet: C1, 08 and 8A. RGB value is (193,8,138). Sum of RGB (Red+Green+Blue) = 193+8+138=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1088A is #3EF775. Grayscale: #4D4D4D. Windows color (decimal): -4126582 or 9046209. OLE color: 9046209.
HSL color Cylindrical-coordinate representation of color #C1088A: hue angle of 317.84º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C1088A is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 8 | 138 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.24 |
| HSL | 317.84º | 0.92% | 0.39% | - |
| HSV(B) | 317.84º | 0.96% | 0.76% | - |
| XYZ | 26.67 | 13.35 | 25.22 | - |
| YUV | 78.14 | 161.79 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 138 | 0 | 0.96 | 0.28 | 0.24 | 317.84 | 0.92 | 0.39 |
| Hex | C1 | 8 | 8A | 0 | 60 | 1C | 18 | 13E | 5C | 27 |
| Octal | 301 | 10 | 212 | 0 | 140 | 34 | 30 | 476 | 134 | 47 |
| Binary | 11000001 | 1000 | 10001010 | 0 | 1100000 | 11100 | 11000 | 100111110 | 1011100 | 100111 |
Color Harmonies of #C1088A
Complementary color
Monochromatic Colors of #C1088A
Black with #C1088A
Text Example
Text Example
White with #C1088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1088A; }
p { color: rgb(193,8,138); }
H1.HeaderClassName
{
color: #C1088A;
}
.AnyTagClassName
{
color: #C1088A;
}
</style>
background-color css
<style>
a { background-color: #C1088A; }
a { background-color: rgb(193,8,138); }
div.DivClassName
{
background-color: #C1088A;
}
.BgClassName
{
background-color: #C1088A;
}
</style>
border-color css
<style>
span { border-color: #C1088A; }
span { border-color: rgb(193,8,138); }
td.TdClassName
{
border-color: #C1088A;
}
.TagClassName
{
border-color: #C1088A;
}
</style>