Shades of Medium Violet Red #C1229E
Tints of Medium Violet Red #C1229E
RGB
CMYK
RGB Variations
Color information
#C1229E (or 0xC1229E) is known color: Medium Violet Red. HEX triplet: C1, 22 and 9E. RGB value is (193,34,158). Sum of RGB (Red+Green+Blue) = 193+34+158=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1229E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1229E is #3EDD61. Grayscale: #5F5F5F. Windows color (decimal): -4119906 or 10363585. OLE color: 10363585.
HSL color Cylindrical-coordinate representation of color #C1229E: hue angle of 313.21º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1229E is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 158 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.24 |
| HSL | 313.21º | 0.7% | 0.45% | - |
| HSV(B) | 313.21º | 0.82% | 0.76% | - |
| XYZ | 28.74 | 14.95 | 33.72 | - |
| YUV | 95.68 | 163.18 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 158 | 0 | 0.82 | 0.18 | 0.24 | 313.21 | 0.7 | 0.45 |
| Hex | C1 | 22 | 9E | 0 | 52 | 12 | 18 | 139 | 46 | 2D |
| Octal | 301 | 42 | 236 | 0 | 122 | 22 | 30 | 471 | 106 | 55 |
| Binary | 11000001 | 100010 | 10011110 | 0 | 1010010 | 10010 | 11000 | 100111001 | 1000110 | 101101 |
Color Harmonies of #C1229E
Complementary color
Monochromatic Colors of #C1229E
Black with #C1229E
Text Example
Text Example
White with #C1229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1229E; }
p { color: rgb(193,34,158); }
H1.HeaderClassName
{
color: #C1229E;
}
.AnyTagClassName
{
color: #C1229E;
}
</style>
background-color css
<style>
a { background-color: #C1229E; }
a { background-color: rgb(193,34,158); }
div.DivClassName
{
background-color: #C1229E;
}
.BgClassName
{
background-color: #C1229E;
}
</style>
border-color css
<style>
span { border-color: #C1229E; }
span { border-color: rgb(193,34,158); }
td.TdClassName
{
border-color: #C1229E;
}
.TagClassName
{
border-color: #C1229E;
}
</style>