Shades of Medium Violet Red #C1189C
Tints of Medium Violet Red #C1189C
RGB
CMYK
RGB Variations
Color information
#C1189C (or 0xC1189C) is known color: Medium Violet Red. HEX triplet: C1, 18 and 9C. RGB value is (193,24,156). Sum of RGB (Red+Green+Blue) = 193+24+156=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1189C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1189C is #3EE763. Grayscale: #595959. Windows color (decimal): -4122468 or 10229953. OLE color: 10229953.
HSL color Cylindrical-coordinate representation of color #C1189C: hue angle of 313.14º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1189C is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 156 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.24 |
| HSL | 313.14º | 0.78% | 0.43% | - |
| HSV(B) | 313.14º | 0.88% | 0.76% | - |
| XYZ | 28.32 | 14.39 | 32.74 | - |
| YUV | 89.58 | 165.49 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 156 | 0 | 0.88 | 0.19 | 0.24 | 313.14 | 0.78 | 0.43 |
| Hex | C1 | 18 | 9C | 0 | 58 | 13 | 18 | 139 | 4E | 2B |
| Octal | 301 | 30 | 234 | 0 | 130 | 23 | 30 | 471 | 116 | 53 |
| Binary | 11000001 | 11000 | 10011100 | 0 | 1011000 | 10011 | 11000 | 100111001 | 1001110 | 101011 |
Color Harmonies of #C1189C
Complementary color
Monochromatic Colors of #C1189C
Black with #C1189C
Text Example
Text Example
White with #C1189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1189C; }
p { color: rgb(193,24,156); }
H1.HeaderClassName
{
color: #C1189C;
}
.AnyTagClassName
{
color: #C1189C;
}
</style>
background-color css
<style>
a { background-color: #C1189C; }
a { background-color: rgb(193,24,156); }
div.DivClassName
{
background-color: #C1189C;
}
.BgClassName
{
background-color: #C1189C;
}
</style>
border-color css
<style>
span { border-color: #C1189C; }
span { border-color: rgb(193,24,156); }
td.TdClassName
{
border-color: #C1189C;
}
.TagClassName
{
border-color: #C1189C;
}
</style>