COLOR #C179E2

HEX: #C179E2
RGB: (193,121,226)

Color info

#C179E2 contains mainly red and blue colors. Web safe color of #C179E2 is #CC66CC (or #C6C).

RGB color model

#C179E2 color RGB value is (193,121,226).

  • red value is 193;
  • green value is 121;
  • blue value is 226.
RGB:
(193,121,226)
(76%,47%,89%)

RGB channels and saturation

R 193 of 255 = 76%
G 121 of 255 = 47%
B 226 of 255 = 89%

193
121
226

R + G + B ~ 71%. #C179E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 121 + 226 = 540 (100%)
R 193 of 540 ~ 35.74%
G 121 of 540 ~ 22.41%
B 226 of 540 ~ 41.85%

%35.74
%22.41
%41.85

CMYK color model

#C179E2 color CMYK value is (15,46,0,11).

  • cyan value is 14.60%
  • magenta value is 46.46%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(15,46,0,11)
C15M46Y0K11 
(15%,46%,0%,11%)
(0.15/0.46/0.00/0.11)	

CMYK percentages

%14.6
%46.46
%0
%11.37

Codes

Color #C179E2 in popluar color models

C179E2
RGB193121226
HSL281°64.42%68.04%
HSB/HSV281°46.46%88.63%
CMYK14.60%46.46%0.00%
11.37%

Color #C179E2 in popluar number systems.

HEXC179E2
Decimal193121226
Binary11000001111100111100010
Octal301171342

Shades and tints

Shades of #C179E2

#C179E2
(193,121,226)
#B06ECE
(176,110,206)
#9F63BA
(159,99,186)
#8E58A6
(142,88,166)
#7D4D92
(125,77,146)
#6C427E
(108,66,126)
#5B376A
(91,55,106)
#4A2C56
(74,44,86)
#392142
(57,33,66)
#28162E
(40,22,46)
#170B1A
(23,11,26)
#000000
(0,0,0)

Tints of #C179E2

#C179E2
(193,121,226)
#C685E4
(198,133,228)
#CB91E6
(203,145,230)
#D09DE8
(208,157,232)
#D5A9EA
(213,169,234)
#DAB5EC
(218,181,236)
#DFC1EE
(223,193,238)
#E4CDF0
(228,205,240)
#E9D9F2
(233,217,242)
#EEE5F4
(238,229,244)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C179E2 color. Also use rgb(193,121,226) instead hex code.

Text Font Color

.myTextColor { color: #C179E2; }

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

This text font color is #C179E2.


Background Color

.myBgColor { background-color: #C179E2; }

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

This div background color is #C179E2.


Border color

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

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

This div border color is #C179E2.


Opacity

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

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

Text with #C179E2 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 #C179E2;}

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

This text has shadow with #C179E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C179E2 on black background.


Color preview on white background

This text has color #C179E2 on white background.



Black color preview on #C179E2 background

This text has black color on #C179E2 background.


White color preview on #C179E2 background

This text has white color on #C179E2 background.