Shades of Medium Violet Red #C1189D
Tints of Medium Violet Red #C1189D
RGB
CMYK
RGB Variations
Color information
#C1189D (or 0xC1189D) is known color: Medium Violet Red. HEX triplet: C1, 18 and 9D. RGB value is (193,24,157). Sum of RGB (Red+Green+Blue) = 193+24+157=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C1189D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1189D is #3EE762. Grayscale: #595959. Windows color (decimal): -4122467 or 10295489. OLE color: 10295489.
HSL color Cylindrical-coordinate representation of color #C1189D: hue angle of 312.78º 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 #C1189D is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 157 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.24 |
| HSL | 312.78º | 0.78% | 0.43% | - |
| HSV(B) | 312.78º | 0.88% | 0.76% | - |
| XYZ | 28.4 | 14.43 | 33.19 | - |
| YUV | 89.69 | 165.99 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 157 | 0 | 0.88 | 0.19 | 0.24 | 312.78 | 0.78 | 0.43 |
| Hex | C1 | 18 | 9D | 0 | 58 | 13 | 18 | 139 | 4E | 2B |
| Octal | 301 | 30 | 235 | 0 | 130 | 23 | 30 | 471 | 116 | 53 |
| Binary | 11000001 | 11000 | 10011101 | 0 | 1011000 | 10011 | 11000 | 100111001 | 1001110 | 101011 |
Color Harmonies of #C1189D
Complementary color
Monochromatic Colors of #C1189D
Black with #C1189D
Text Example
Text Example
White with #C1189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1189D; }
p { color: rgb(193,24,157); }
H1.HeaderClassName
{
color: #C1189D;
}
.AnyTagClassName
{
color: #C1189D;
}
</style>
background-color css
<style>
a { background-color: #C1189D; }
a { background-color: rgb(193,24,157); }
div.DivClassName
{
background-color: #C1189D;
}
.BgClassName
{
background-color: #C1189D;
}
</style>
border-color css
<style>
span { border-color: #C1189D; }
span { border-color: rgb(193,24,157); }
td.TdClassName
{
border-color: #C1189D;
}
.TagClassName
{
border-color: #C1189D;
}
</style>