Shades of Medium Violet Red #C1187D
Tints of Medium Violet Red #C1187D
RGB
CMYK
RGB Variations
Color information
#C1187D (or 0xC1187D) is known color: Medium Violet Red. HEX triplet: C1, 18 and 7D. RGB value is (193,24,125). Sum of RGB (Red+Green+Blue) = 193+24+125=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C1187D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1187D is #3EE782. Grayscale: #555555. Windows color (decimal): -4122499 or 8198337. OLE color: 8198337.
HSL color Cylindrical-coordinate representation of color #C1187D: hue angle of 324.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 #C1187D is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 125 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.24 |
| HSL | 324.14º | 0.78% | 0.43% | - |
| HSV(B) | 324.14º | 0.88% | 0.76% | - |
| XYZ | 26.02 | 13.47 | 20.63 | - |
| YUV | 86.05 | 149.99 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 125 | 0 | 0.88 | 0.35 | 0.24 | 324.14 | 0.78 | 0.43 |
| Hex | C1 | 18 | 7D | 0 | 58 | 23 | 18 | 144 | 4E | 2B |
| Octal | 301 | 30 | 175 | 0 | 130 | 43 | 30 | 504 | 116 | 53 |
| Binary | 11000001 | 11000 | 1111101 | 0 | 1011000 | 100011 | 11000 | 101000100 | 1001110 | 101011 |
Color Harmonies of #C1187D
Complementary color
Monochromatic Colors of #C1187D
Black with #C1187D
Text Example
Text Example
White with #C1187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1187D; }
p { color: rgb(193,24,125); }
H1.HeaderClassName
{
color: #C1187D;
}
.AnyTagClassName
{
color: #C1187D;
}
</style>
background-color css
<style>
a { background-color: #C1187D; }
a { background-color: rgb(193,24,125); }
div.DivClassName
{
background-color: #C1187D;
}
.BgClassName
{
background-color: #C1187D;
}
</style>
border-color css
<style>
span { border-color: #C1187D; }
span { border-color: rgb(193,24,125); }
td.TdClassName
{
border-color: #C1187D;
}
.TagClassName
{
border-color: #C1187D;
}
</style>