Shades of Medium Violet Red #C1126A
Tints of Medium Violet Red #C1126A
RGB
CMYK
RGB Variations
Color information
#C1126A (or 0xC1126A) is known color: Medium Violet Red. HEX triplet: C1, 12 and 6A. RGB value is (193,18,106). Sum of RGB (Red+Green+Blue) = 193+18+106=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C1126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1126A is #3EED95. Grayscale: #505050. Windows color (decimal): -4124054 or 6951617. OLE color: 6951617.
HSL color Cylindrical-coordinate representation of color #C1126A: hue angle of 329.83º 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 #C1126A is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 106 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.24 |
| HSL | 329.83º | 0.83% | 0.41% | - |
| HSV(B) | 329.83º | 0.91% | 0.76% | - |
| XYZ | 24.81 | 12.81 | 14.8 | - |
| YUV | 80.36 | 142.48 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 106 | 0 | 0.91 | 0.45 | 0.24 | 329.83 | 0.83 | 0.41 |
| Hex | C1 | 12 | 6A | 0 | 5B | 2D | 18 | 14A | 53 | 29 |
| Octal | 301 | 22 | 152 | 0 | 133 | 55 | 30 | 512 | 123 | 51 |
| Binary | 11000001 | 10010 | 1101010 | 0 | 1011011 | 101101 | 11000 | 101001010 | 1010011 | 101001 |
Color Harmonies of #C1126A
Complementary color
Monochromatic Colors of #C1126A
Black with #C1126A
Text Example
Text Example
White with #C1126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1126A; }
p { color: rgb(193,18,106); }
H1.HeaderClassName
{
color: #C1126A;
}
.AnyTagClassName
{
color: #C1126A;
}
</style>
background-color css
<style>
a { background-color: #C1126A; }
a { background-color: rgb(193,18,106); }
div.DivClassName
{
background-color: #C1126A;
}
.BgClassName
{
background-color: #C1126A;
}
</style>
border-color css
<style>
span { border-color: #C1126A; }
span { border-color: rgb(193,18,106); }
td.TdClassName
{
border-color: #C1126A;
}
.TagClassName
{
border-color: #C1126A;
}
</style>