Shades of Medium Violet Red #C1096F
Tints of Medium Violet Red #C1096F
RGB
CMYK
RGB Variations
Color information
#C1096F (or 0xC1096F) is known color: Medium Violet Red. HEX triplet: C1, 09 and 6F. RGB value is (193,9,111). Sum of RGB (Red+Green+Blue) = 193+9+111=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C1096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1096F is #3EF690. Grayscale: #4B4B4B. Windows color (decimal): -4126353 or 7276993. OLE color: 7276993.
HSL color Cylindrical-coordinate representation of color #C1096F: hue angle of 326.74º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1096F is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 111 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.24 |
| HSL | 326.74º | 0.91% | 0.4% | - |
| HSV(B) | 326.74º | 0.95% | 0.76% | - |
| XYZ | 24.96 | 12.68 | 16.17 | - |
| YUV | 75.64 | 147.96 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 111 | 0 | 0.95 | 0.42 | 0.24 | 326.74 | 0.91 | 0.4 |
| Hex | C1 | 9 | 6F | 0 | 5F | 2A | 18 | 147 | 5B | 28 |
| Octal | 301 | 11 | 157 | 0 | 137 | 52 | 30 | 507 | 133 | 50 |
| Binary | 11000001 | 1001 | 1101111 | 0 | 1011111 | 101010 | 11000 | 101000111 | 1011011 | 101000 |
Color Harmonies of #C1096F
Complementary color
Monochromatic Colors of #C1096F
Black with #C1096F
Text Example
Text Example
White with #C1096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1096F; }
p { color: rgb(193,9,111); }
H1.HeaderClassName
{
color: #C1096F;
}
.AnyTagClassName
{
color: #C1096F;
}
</style>
background-color css
<style>
a { background-color: #C1096F; }
a { background-color: rgb(193,9,111); }
div.DivClassName
{
background-color: #C1096F;
}
.BgClassName
{
background-color: #C1096F;
}
</style>
border-color css
<style>
span { border-color: #C1096F; }
span { border-color: rgb(193,9,111); }
td.TdClassName
{
border-color: #C1096F;
}
.TagClassName
{
border-color: #C1096F;
}
</style>