Color Hex Logo

#c1196f Color Hex

#C1196F
(193,25,111)
0 Favorites   0 Comments

Color spaces of #c1196f

RGB 19325111
HSL0.910.770.43
HSV329°87°76°
CMYK 0.000.870.42   0.24
XYZ25.209213.180416.2543
Yxy13.18040.46130.2412
Hunter Lab36.304860.4127-1.1318
CIE-Lab43.033866.7942-4.3137

#c1196f color RGB value is (193,25,111).

#c1196f hex color red value is 193, green value is 25 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c1196f hue: 0.91 , saturation: 0.77 and the lightness value of c1196f is 0.43.

The process color (four color CMYK) of #c1196f color hex is 0.00, 0.87, 0.42, 0.24. Web safe color of #c1196f is #cc0066. Color #c1196f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011001 01101111
Octal 301 31 157
Decimal 193 25 111
Hex C1 19 6F

RGB Percentages of Color #c1196f

%58.66
%7.60
%33.74

CMYK Percentages of Color #c1196f

%0
%87
%42
%24

Triadic Colors of #c1196f

#c1196f #6fc119 #196fc1

Analogous Colors of #c1196f

#c1196f #c1191b #bf19c1

Monochromatic Colors of #c1196f

#c1196f

Complementary Color

#c1196f #19c16b

#c1196f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1196f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1196f Color CSS Codes

.mybgcolor {background-color:#c1196f; } 
.myforecolor {color:#c1196f; }
.mybordercolor {border:3px solid #c1196f; }

#c1196f Text Font Color

<p style="color:#c1196f">Text here</p>

This sample text font color is #c1196f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c1196f Background Color

<div style="background-color:#c1196f">
Div content here</div>

This div background color is #c1196f


#c1196f Border Color

<div style="border:3px solid #c1196f">
Div here</div>

This div border color is #c1196f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,25,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1196f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1196f;
  -webkit-box-shadow: 1px 1px 3px 2px #c1196f;
  box-shadow:         1px 1px 3px 2px #c1196f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,25,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c1196f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c1196f;
  -webkit-box-shadow: 1px 1px 3px 2px #c1196f;
  box-shadow:         1px 1px 3px 2px #c1196f;">
Div content here</div>

This div box has shadow with color #c1196f


Comments

No comments written yet.

Please login to write comment.