#c1149e

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

Shades of Medium Violet Red #C1149E

Tints of Medium Violet Red #C1149E

Color information

#C1149E (or 0xC1149E) is unknown color: approx Medium Violet Red. HEX triplet: C1, 14 and 9E. RGB value is (193,20,158). Sum of RGB (Red+Green+Blue) = 193+20+158=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1149E is #3EEB61. Grayscale: #575757. Windows color (decimal): -4123490 or 10360001. OLE color: 10360001.

HSL color Cylindrical-coordinate representation of color #C1149E: hue angle of 312.14º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1149E is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB19320158-
CMYK00.900.180.24
HSL312.14º81.22%41.76%-
HSV(B)312.14º89.64%75.69%-
XYZ28.4114.3133.61-
YUV87.46167.81203.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.02%
GREEN value IS 20 (8.20% from 255) = 5.39%
BLUE value IS 158 (62.11% from 255) = 42.59%
R=52.02%
G=5.39%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932015800.900.180.24312.1481.2241.76
HexC1149E05A1218138512a
Octal301242360132223047012152
Binary1100000110100100111100101101010010110001001110001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1149e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1149e; }

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

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

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

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

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

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

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

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