Shades of Medium Violet Red #C2186A
Tints of Medium Violet Red #C2186A
RGB
CMYK
RGB Variations
Color information
#C2186A (or 0xC2186A) is known color: Medium Violet Red. HEX triplet: C2, 18 and 6A. RGB value is (194,24,106). Sum of RGB (Red+Green+Blue) = 194+24+106=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2186A is #3DE795. Grayscale: #545454. Windows color (decimal): -4056982 or 6953154. OLE color: 6953154.
HSL color Cylindrical-coordinate representation of color #C2186A: hue angle of 331.06º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2186A is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 106 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.24 |
| HSL | 331.06º | 0.78% | 0.43% | - |
| HSV(B) | 331.06º | 0.88% | 0.76% | - |
| XYZ | 25.18 | 13.16 | 14.85 | - |
| YUV | 84.18 | 140.32 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 106 | 0 | 0.88 | 0.45 | 0.24 | 331.06 | 0.78 | 0.43 |
| Hex | C2 | 18 | 6A | 0 | 58 | 2D | 18 | 14B | 4E | 2B |
| Octal | 302 | 30 | 152 | 0 | 130 | 55 | 30 | 513 | 116 | 53 |
| Binary | 11000010 | 11000 | 1101010 | 0 | 1011000 | 101101 | 11000 | 101001011 | 1001110 | 101011 |
Color Harmonies of #C2186A
Complementary color
Monochromatic Colors of #C2186A
Black with #C2186A
Text Example
Text Example
White with #C2186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2186A; }
p { color: rgb(194,24,106); }
H1.HeaderClassName
{
color: #C2186A;
}
.AnyTagClassName
{
color: #C2186A;
}
</style>
background-color css
<style>
a { background-color: #C2186A; }
a { background-color: rgb(194,24,106); }
div.DivClassName
{
background-color: #C2186A;
}
.BgClassName
{
background-color: #C2186A;
}
</style>
border-color css
<style>
span { border-color: #C2186A; }
span { border-color: rgb(194,24,106); }
td.TdClassName
{
border-color: #C2186A;
}
.TagClassName
{
border-color: #C2186A;
}
</style>