Shades of Medium Violet Red #C2146D
Tints of Medium Violet Red #C2146D
RGB
CMYK
RGB Variations
Color information
#C2146D (or 0xC2146D) is known color: Medium Violet Red. HEX triplet: C2, 14 and 6D. RGB value is (194,20,109). Sum of RGB (Red+Green+Blue) = 194+20+109=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C2146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2146D is #3DEB92. Grayscale: #515151. Windows color (decimal): -4058003 or 7148738. OLE color: 7148738.
HSL color Cylindrical-coordinate representation of color #C2146D: hue angle of 329.31º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2146D is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 109 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.24 |
| HSL | 329.31º | 0.81% | 0.42% | - |
| HSV(B) | 329.31º | 0.9% | 0.76% | - |
| XYZ | 25.26 | 13.07 | 15.66 | - |
| YUV | 82.17 | 143.15 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 109 | 0 | 0.90 | 0.44 | 0.24 | 329.31 | 0.81 | 0.42 |
| Hex | C2 | 14 | 6D | 0 | 5A | 2C | 18 | 149 | 51 | 2A |
| Octal | 302 | 24 | 155 | 0 | 132 | 54 | 30 | 511 | 121 | 52 |
| Binary | 11000010 | 10100 | 1101101 | 0 | 1011010 | 101100 | 11000 | 101001001 | 1010001 | 101010 |
Color Harmonies of #C2146D
Complementary color
Monochromatic Colors of #C2146D
Black with #C2146D
Text Example
Text Example
White with #C2146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2146D; }
p { color: rgb(194,20,109); }
H1.HeaderClassName
{
color: #C2146D;
}
.AnyTagClassName
{
color: #C2146D;
}
</style>
background-color css
<style>
a { background-color: #C2146D; }
a { background-color: rgb(194,20,109); }
div.DivClassName
{
background-color: #C2146D;
}
.BgClassName
{
background-color: #C2146D;
}
</style>
border-color css
<style>
span { border-color: #C2146D; }
span { border-color: rgb(194,20,109); }
td.TdClassName
{
border-color: #C2146D;
}
.TagClassName
{
border-color: #C2146D;
}
</style>