Shades of Medium Violet Red #C1129F
Tints of Medium Violet Red #C1129F
RGB
CMYK
RGB Variations
Color information
#C1129F (or 0xC1129F) is known color: Medium Violet Red. HEX triplet: C1, 12 and 9F. RGB value is (193,18,159). Sum of RGB (Red+Green+Blue) = 193+18+159=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1129F is #3EED60. Grayscale: #565656. Windows color (decimal): -4124001 or 10425025. OLE color: 10425025.
HSL color Cylindrical-coordinate representation of color #C1129F: hue angle of 311.66º 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 #C1129F is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 159 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.24 |
| HSL | 311.66º | 0.83% | 0.41% | - |
| HSV(B) | 311.66º | 0.91% | 0.76% | - |
| XYZ | 28.47 | 14.27 | 34.06 | - |
| YUV | 86.4 | 168.98 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 159 | 0 | 0.91 | 0.18 | 0.24 | 311.66 | 0.83 | 0.41 |
| Hex | C1 | 12 | 9F | 0 | 5B | 12 | 18 | 138 | 53 | 29 |
| Octal | 301 | 22 | 237 | 0 | 133 | 22 | 30 | 470 | 123 | 51 |
| Binary | 11000001 | 10010 | 10011111 | 0 | 1011011 | 10010 | 11000 | 100111000 | 1010011 | 101001 |
Color Harmonies of #C1129F
Complementary color
Monochromatic Colors of #C1129F
Black with #C1129F
Text Example
Text Example
White with #C1129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1129F; }
p { color: rgb(193,18,159); }
H1.HeaderClassName
{
color: #C1129F;
}
.AnyTagClassName
{
color: #C1129F;
}
</style>
background-color css
<style>
a { background-color: #C1129F; }
a { background-color: rgb(193,18,159); }
div.DivClassName
{
background-color: #C1129F;
}
.BgClassName
{
background-color: #C1129F;
}
</style>
border-color css
<style>
span { border-color: #C1129F; }
span { border-color: rgb(193,18,159); }
td.TdClassName
{
border-color: #C1129F;
}
.TagClassName
{
border-color: #C1129F;
}
</style>