COLOR #C11177

HEX: #C11177
RGB: (193,17,119)

Color info

#C11177 contains mainly red color. Web safe color of #C11177 is #CC0066 (or #C06).

RGB color model

#C11177 color RGB value is (193,17,119).

  • red value is 193;
  • green value is 17;
  • blue value is 119.
RGB:
(193,17,119)
(76%,7%,47%)

RGB channels and saturation

R 193 of 255 = 76%
G 17 of 255 = 7%
B 119 of 255 = 47%

193
17
119

R + G + B ~ 43%. #C11177 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
193 + 17 + 119 = 329 (100%)
R 193 of 329 ~ 58.66%
G 17 of 329 ~ 5.17%
B 119 of 329 ~ 36.17%

%58.66
%36.17

CMYK color model

#C11177 color CMYK value is (0,91,38,24).

  • cyan value is 0.00%
  • magenta value is 91.19%
  • yellow value is 38.34%
  • key color value is 24.31%
CMYK:
(0,91,38,24)
C0M91Y38K24 
(0%,91%,38%,24%)
(0.00/0.91/0.38/0.24)	

CMYK percentages

%0
%91.19
%38.34
%24.31

Codes

Color #C11177 in popluar color models

C11177
RGB19317119
HSL325°83.81%41.18%
HSB/HSV325°91.19%75.69%
CMYK0.00%91.19%38.34%
24.31%

Color #C11177 in popluar number systems.

HEXC11177
Decimal19317119
Binary11000001100011110111
Octal30121167

Shades and tints

Shades of #C11177

#C11177
(193,17,119)
#B0106D
(176,16,109)
#9F0F63
(159,15,99)
#8E0E59
(142,14,89)
#7D0D4F
(125,13,79)
#6C0C45
(108,12,69)
#5B0B3B
(91,11,59)
#4A0A31
(74,10,49)
#390927
(57,9,39)
#28081D
(40,8,29)
#170713
(23,7,19)
#000000
(0,0,0)

Tints of #C11177

#C11177
(193,17,119)
#C62683
(198,38,131)
#CB3B8F
(203,59,143)
#D0509B
(208,80,155)
#D565A7
(213,101,167)
#DA7AB3
(218,122,179)
#DF8FBF
(223,143,191)
#E4A4CB
(228,164,203)
#E9B9D7
(233,185,215)
#EECEE3
(238,206,227)
#F3E3EF
(243,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C11177 color. Also use rgb(193,17,119) instead hex code.

Text Font Color

.myTextColor { color: #C11177; }

<p style="color:#C11177">This sample text font color is #C11177.</p>

This text font color is #C11177.


Background Color

.myBgColor { background-color: #C11177; }

<div style="background-color:#C11177">Inner text</div>

This div background color is #C11177.


Border color

.myBorderColor { border: 1px solid #C11177; }

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

This div border color is #C11177.


Opacity

.myOpacity80 { color: #C11177; opacity: 0.8; }

<p style="color:#C11177;opacity:0.8;">80%</p>

Text with #C11177 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C11177;}

<p style="text-shadow: 3px 3px 1px #C11177">Text here.</p>

This text has shadow with #C11177 color.

.textShadow {text-shadow: 3px 3px 1px #C11177, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C11177, 5px 5px 20px red">Text here.</p>

This text has shadow with #C11177 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C11177, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C11177, Direction=45, Strength=4)">Text</p>

This text has shadow with #C11177 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C11177;
  -webkit-box-shadow:	1px 1px 3px 2px #C11177;
  box-shadow:		1px 1px 3px 2px #C11177;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C11177;
-webkit-box-shadow: 1px 1px 3px 2px #C11177;
box-shadow:1px 1px 3px 2px #C11177;">
Div content here</div>
This div box has shadow with color #C11177.

Preview

Color preview on black background

This text has color #C11177 on black background.


Color preview on white background

This text has color #C11177 on white background.



Black color preview on #C11177 background

This text has black color on #C11177 background.


White color preview on #C11177 background

This text has white color on #C11177 background.