#C1147C

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

Shades of Medium Violet Red #C1147C

Tints of Medium Violet Red #C1147C

Color information

#C1147C (or 0xC1147C) is unknown color: approx Medium Violet Red. HEX triplet: C1, 14 and 7C. RGB value is (193,20,124). Sum of RGB (Red+Green+Blue) = 193+20+124=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1147C is #3EEB83. Grayscale: #535353. Windows color (decimal): -4123524 or 8131777. OLE color: 8131777.

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

Color convert

RGB19320124-
CMYK00.900.360.24
HSL323.93º81.22%41.76%-
HSV(B)323.93º89.64%75.69%-
XYZ25.8813.2920.27-
YUV83.58150.81206.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.27%
GREEN value IS 20 (8.20% from 255) = 5.93%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=57.27%
G=5.93%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932012400.900.360.24323.9381.2241.76
HexC1147C05A2418144512a
Octal301241740132443050412152
Binary1100000110100111110001011010100100110001010001001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1147C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1147C; }

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

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

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

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

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

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

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

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