Shades of Medium Violet Red #C1229F
Tints of Medium Violet Red #C1229F
RGB
CMYK
RGB Variations
Color information
#C1229F (or 0xC1229F) is known color: Medium Violet Red. HEX triplet: C1, 22 and 9F. RGB value is (193,34,159). Sum of RGB (Red+Green+Blue) = 193+34+159=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1229F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1229F is #3EDD60. Grayscale: #5F5F5F. Windows color (decimal): -4119905 or 10429121. OLE color: 10429121.
HSL color Cylindrical-coordinate representation of color #C1229F: hue angle of 312.83º 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 #C1229F is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 159 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.24 |
| HSL | 312.83º | 0.7% | 0.45% | - |
| HSV(B) | 312.83º | 0.82% | 0.76% | - |
| XYZ | 28.82 | 14.98 | 34.17 | - |
| YUV | 95.79 | 163.68 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 159 | 0 | 0.82 | 0.18 | 0.24 | 312.83 | 0.7 | 0.45 |
| Hex | C1 | 22 | 9F | 0 | 52 | 12 | 18 | 139 | 46 | 2D |
| Octal | 301 | 42 | 237 | 0 | 122 | 22 | 30 | 471 | 106 | 55 |
| Binary | 11000001 | 100010 | 10011111 | 0 | 1010010 | 10010 | 11000 | 100111001 | 1000110 | 101101 |
Color Harmonies of #C1229F
Complementary color
Monochromatic Colors of #C1229F
Black with #C1229F
Text Example
Text Example
White with #C1229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1229F; }
p { color: rgb(193,34,159); }
H1.HeaderClassName
{
color: #C1229F;
}
.AnyTagClassName
{
color: #C1229F;
}
</style>
background-color css
<style>
a { background-color: #C1229F; }
a { background-color: rgb(193,34,159); }
div.DivClassName
{
background-color: #C1229F;
}
.BgClassName
{
background-color: #C1229F;
}
</style>
border-color css
<style>
span { border-color: #C1229F; }
span { border-color: rgb(193,34,159); }
td.TdClassName
{
border-color: #C1229F;
}
.TagClassName
{
border-color: #C1229F;
}
</style>