#C1148E

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

Shades of Medium Violet Red #C1148E

Tints of Medium Violet Red #C1148E

Color information

#C1148E (or 0xC1148E) is unknown color: approx Medium Violet Red. HEX triplet: C1, 14 and 8E. RGB value is (193,20,142). Sum of RGB (Red+Green+Blue) = 193+20+142=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1148E is #3EEB71. Grayscale: #555555. Windows color (decimal): -4123506 or 9311425. OLE color: 9311425.

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

Color convert

RGB19320142-
CMYK00.900.260.24
HSL317.69º81.22%41.76%-
HSV(B)317.69º89.64%75.69%-
XYZ27.1213.7926.82-
YUV85.64159.81204.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.37%
GREEN value IS 20 (8.20% from 255) = 5.63%
BLUE value IS 142 (55.86% from 255) = 40%
R=54.37%
G=5.63%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932014200.900.260.24317.6981.2241.76
HexC1148E05A1A1813e512a
Octal301242160132323047612152
Binary1100000110100100011100101101011010110001001111101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1148E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1148E; }

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

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

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

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

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

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

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

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