Shades of Medium Violet Red #C1129D
Tints of Medium Violet Red #C1129D
RGB
CMYK
RGB Variations
Color information
#C1129D (or 0xC1129D) is known color: Medium Violet Red. HEX triplet: C1, 12 and 9D. RGB value is (193,18,157). Sum of RGB (Red+Green+Blue) = 193+18+157=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C1129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1129D is #3EED62. Grayscale: #555555. Windows color (decimal): -4124003 or 10293953. OLE color: 10293953.
HSL color Cylindrical-coordinate representation of color #C1129D: hue angle of 312.34º 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 #C1129D is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 157 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.24 |
| HSL | 312.34º | 0.83% | 0.41% | - |
| HSV(B) | 312.34º | 0.91% | 0.76% | - |
| XYZ | 28.29 | 14.2 | 33.15 | - |
| YUV | 86.17 | 167.98 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 157 | 0 | 0.91 | 0.19 | 0.24 | 312.34 | 0.83 | 0.41 |
| Hex | C1 | 12 | 9D | 0 | 5B | 13 | 18 | 138 | 53 | 29 |
| Octal | 301 | 22 | 235 | 0 | 133 | 23 | 30 | 470 | 123 | 51 |
| Binary | 11000001 | 10010 | 10011101 | 0 | 1011011 | 10011 | 11000 | 100111000 | 1010011 | 101001 |
Color Harmonies of #C1129D
Complementary color
Monochromatic Colors of #C1129D
Black with #C1129D
Text Example
Text Example
White with #C1129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1129D; }
p { color: rgb(193,18,157); }
H1.HeaderClassName
{
color: #C1129D;
}
.AnyTagClassName
{
color: #C1129D;
}
</style>
background-color css
<style>
a { background-color: #C1129D; }
a { background-color: rgb(193,18,157); }
div.DivClassName
{
background-color: #C1129D;
}
.BgClassName
{
background-color: #C1129D;
}
</style>
border-color css
<style>
span { border-color: #C1129D; }
span { border-color: rgb(193,18,157); }
td.TdClassName
{
border-color: #C1129D;
}
.TagClassName
{
border-color: #C1129D;
}
</style>