Shades of Medium Violet Red #C1129A
Tints of Medium Violet Red #C1129A
RGB
CMYK
RGB Variations
Color information
#C1129A (or 0xC1129A) is known color: Medium Violet Red. HEX triplet: C1, 12 and 9A. RGB value is (193,18,154). Sum of RGB (Red+Green+Blue) = 193+18+154=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C1129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1129A is #3EED65. Grayscale: #555555. Windows color (decimal): -4124006 or 10097345. OLE color: 10097345.
HSL color Cylindrical-coordinate representation of color #C1129A: hue angle of 313.37º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1129A is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 154 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.24 |
| HSL | 313.37º | 0.83% | 0.41% | - |
| HSV(B) | 313.37º | 0.91% | 0.76% | - |
| XYZ | 28.04 | 14.1 | 31.82 | - |
| YUV | 85.83 | 166.48 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 154 | 0 | 0.91 | 0.20 | 0.24 | 313.37 | 0.83 | 0.41 |
| Hex | C1 | 12 | 9A | 0 | 5B | 14 | 18 | 139 | 53 | 29 |
| Octal | 301 | 22 | 232 | 0 | 133 | 24 | 30 | 471 | 123 | 51 |
| Binary | 11000001 | 10010 | 10011010 | 0 | 1011011 | 10100 | 11000 | 100111001 | 1010011 | 101001 |
Color Harmonies of #C1129A
Complementary color
Monochromatic Colors of #C1129A
Black with #C1129A
Text Example
Text Example
White with #C1129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1129A; }
p { color: rgb(193,18,154); }
H1.HeaderClassName
{
color: #C1129A;
}
.AnyTagClassName
{
color: #C1129A;
}
</style>
background-color css
<style>
a { background-color: #C1129A; }
a { background-color: rgb(193,18,154); }
div.DivClassName
{
background-color: #C1129A;
}
.BgClassName
{
background-color: #C1129A;
}
</style>
border-color css
<style>
span { border-color: #C1129A; }
span { border-color: rgb(193,18,154); }
td.TdClassName
{
border-color: #C1129A;
}
.TagClassName
{
border-color: #C1129A;
}
</style>