Shades of Medium Violet Red #C1189A
Tints of Medium Violet Red #C1189A
RGB
CMYK
RGB Variations
Color information
#C1189A (or 0xC1189A) is known color: Medium Violet Red. HEX triplet: C1, 18 and 9A. RGB value is (193,24,154). Sum of RGB (Red+Green+Blue) = 193+24+154=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1189A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1189A is #3EE765. Grayscale: #595959. Windows color (decimal): -4122470 or 10098881. OLE color: 10098881.
HSL color Cylindrical-coordinate representation of color #C1189A: hue angle of 313.85º 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 #C1189A is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 154 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.24 |
| HSL | 313.85º | 0.78% | 0.43% | - |
| HSV(B) | 313.85º | 0.88% | 0.76% | - |
| XYZ | 28.15 | 14.32 | 31.85 | - |
| YUV | 89.35 | 164.49 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 154 | 0 | 0.88 | 0.20 | 0.24 | 313.85 | 0.78 | 0.43 |
| Hex | C1 | 18 | 9A | 0 | 58 | 14 | 18 | 13A | 4E | 2B |
| Octal | 301 | 30 | 232 | 0 | 130 | 24 | 30 | 472 | 116 | 53 |
| Binary | 11000001 | 11000 | 10011010 | 0 | 1011000 | 10100 | 11000 | 100111010 | 1001110 | 101011 |
Color Harmonies of #C1189A
Complementary color
Monochromatic Colors of #C1189A
Black with #C1189A
Text Example
Text Example
White with #C1189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1189A; }
p { color: rgb(193,24,154); }
H1.HeaderClassName
{
color: #C1189A;
}
.AnyTagClassName
{
color: #C1189A;
}
</style>
background-color css
<style>
a { background-color: #C1189A; }
a { background-color: rgb(193,24,154); }
div.DivClassName
{
background-color: #C1189A;
}
.BgClassName
{
background-color: #C1189A;
}
</style>
border-color css
<style>
span { border-color: #C1189A; }
span { border-color: rgb(193,24,154); }
td.TdClassName
{
border-color: #C1189A;
}
.TagClassName
{
border-color: #C1189A;
}
</style>