Shades of Medium Violet Red #C2088A
Tints of Medium Violet Red #C2088A
RGB
CMYK
RGB Variations
Color information
#C2088A (or 0xC2088A) is known color: Medium Violet Red. HEX triplet: C2, 08 and 8A. RGB value is (194,8,138). Sum of RGB (Red+Green+Blue) = 194+8+138=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C2088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2088A is #3DF775. Grayscale: #4E4E4E. Windows color (decimal): -4061046 or 9046210. OLE color: 9046210.
HSL color Cylindrical-coordinate representation of color #C2088A: hue angle of 318.06º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2088A is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 8 | 138 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.24 |
| HSL | 318.06º | 0.92% | 0.4% | - |
| HSV(B) | 318.06º | 0.96% | 0.76% | - |
| XYZ | 26.92 | 13.48 | 25.23 | - |
| YUV | 78.43 | 161.62 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 138 | 0 | 0.96 | 0.29 | 0.24 | 318.06 | 0.92 | 0.4 |
| Hex | C2 | 8 | 8A | 0 | 60 | 1D | 18 | 13E | 5C | 28 |
| Octal | 302 | 10 | 212 | 0 | 140 | 35 | 30 | 476 | 134 | 50 |
| Binary | 11000010 | 1000 | 10001010 | 0 | 1100000 | 11101 | 11000 | 100111110 | 1011100 | 101000 |
Color Harmonies of #C2088A
Complementary color
Monochromatic Colors of #C2088A
Black with #C2088A
Text Example
Text Example
White with #C2088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2088A; }
p { color: rgb(194,8,138); }
H1.HeaderClassName
{
color: #C2088A;
}
.AnyTagClassName
{
color: #C2088A;
}
</style>
background-color css
<style>
a { background-color: #C2088A; }
a { background-color: rgb(194,8,138); }
div.DivClassName
{
background-color: #C2088A;
}
.BgClassName
{
background-color: #C2088A;
}
</style>
border-color css
<style>
span { border-color: #C2088A; }
span { border-color: rgb(194,8,138); }
td.TdClassName
{
border-color: #C2088A;
}
.TagClassName
{
border-color: #C2088A;
}
</style>