Shades of Medium Violet Red #C2129E
Tints of Medium Violet Red #C2129E
RGB
CMYK
RGB Variations
Color information
#C2129E (or 0xC2129E) is known color: Medium Violet Red. HEX triplet: C2, 12 and 9E. RGB value is (194,18,158). Sum of RGB (Red+Green+Blue) = 194+18+158=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C2129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2129E is #3DED61. Grayscale: #565656. Windows color (decimal): -4058466 or 10359490. OLE color: 10359490.
HSL color Cylindrical-coordinate representation of color #C2129E: hue angle of 312.27º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2129E is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 158 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.24 |
| HSL | 312.27º | 0.83% | 0.42% | - |
| HSV(B) | 312.27º | 0.91% | 0.76% | - |
| XYZ | 28.64 | 14.37 | 33.61 | - |
| YUV | 86.58 | 168.31 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 158 | 0 | 0.91 | 0.19 | 0.24 | 312.27 | 0.83 | 0.42 |
| Hex | C2 | 12 | 9E | 0 | 5B | 13 | 18 | 138 | 53 | 2A |
| Octal | 302 | 22 | 236 | 0 | 133 | 23 | 30 | 470 | 123 | 52 |
| Binary | 11000010 | 10010 | 10011110 | 0 | 1011011 | 10011 | 11000 | 100111000 | 1010011 | 101010 |
Color Harmonies of #C2129E
Complementary color
Monochromatic Colors of #C2129E
Black with #C2129E
Text Example
Text Example
White with #C2129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2129E; }
p { color: rgb(194,18,158); }
H1.HeaderClassName
{
color: #C2129E;
}
.AnyTagClassName
{
color: #C2129E;
}
</style>
background-color css
<style>
a { background-color: #C2129E; }
a { background-color: rgb(194,18,158); }
div.DivClassName
{
background-color: #C2129E;
}
.BgClassName
{
background-color: #C2129E;
}
</style>
border-color css
<style>
span { border-color: #C2129E; }
span { border-color: rgb(194,18,158); }
td.TdClassName
{
border-color: #C2129E;
}
.TagClassName
{
border-color: #C2129E;
}
</style>