#c1189e

Color #C1189E Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C1189E

Tints of Medium Violet Red #C1189E

Color information

#C1189E (or 0xC1189E) is unknown color: approx Medium Violet Red. HEX triplet: C1, 18 and 9E. RGB value is (193,24,158). Sum of RGB (Red+Green+Blue) = 193+24+158=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C1189E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1189E is #3EE761. Grayscale: #595959. Windows color (decimal): -4122466 or 10361025. OLE color: 10361025.

HSL color Cylindrical-coordinate representation of color #C1189E: hue angle of 312.43º 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 #C1189E is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB19324158-
CMYK00.880.180.24
HSL312.43º77.88%42.55%-
HSV(B)312.43º87.56%75.69%-
XYZ28.4914.4633.64-
YUV89.81166.49201.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 51.47%
GREEN value IS 24 (9.77% from 255) = 6.4%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=51.47%
G=6.4%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932415800.880.180.24312.4377.8842.55
HexC1189E05812181384e2b
Octal301302360130223047011653
Binary1100000111000100111100101100010010110001001110001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1189e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1189e; }

 p { color: rgb(193,24,158); }

 H1.HeaderClassName
 {
   color: #c1189e;
 }
 .AnyTagClassName
 {
   color: #c1189e;
 }
</style>
background-color css

<style>
 a { background-color: #c1189e; }

 a { background-color: rgb(193,24,158); }

 div.DivClassName
 {
   background-color: #c1189e;
 }
 .BgClassName
 {
   background-color: #c1189e;
 }
</style>
border-color css

<style>
 span { border-color: #c1189e; }

 span { border-color: rgb(193,24,158); }

 td.TdClassName
 {
   border-color: #c1189e;
 }
 .TagClassName
 {
   border-color: #c1189e;
 }
</style>