COLOR #C179E1

HEX: #C179E1
RGB: (193,121,225)

Color info

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

RGB color model

#C179E1 color RGB value is (193,121,225).

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

RGB channels and saturation

R 193 of 255 = 76%
G 121 of 255 = 47%
B 225 of 255 = 88%

193
121
225

R + G + B ~ 70%. #C179E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 121 + 225 = 539 (100%)
R 193 of 539 ~ 35.81%
G 121 of 539 ~ 22.45%
B 225 of 539 ~ 41.74%

%35.81
%22.45
%41.74

CMYK color model

#C179E1 color CMYK value is (14,46,0,12).

  • cyan value is 14.22%
  • magenta value is 46.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(14,46,0,12)
C14M46Y0K12 
(14%,46%,0%,12%)
(0.14/0.46/0.00/0.12)	

CMYK percentages

%14.22
%46.22
%0
%11.76

Codes

Color #C179E1 in popluar color models

C179E1
RGB193121225
HSL282°63.41%67.84%
HSB/HSV282°46.22%88.24%
CMYK14.22%46.22%0.00%
11.76%

Color #C179E1 in popluar number systems.

HEXC179E1
Decimal193121225
Binary11000001111100111100001
Octal301171341

Shades and tints

Shades of #C179E1

#C179E1
(193,121,225)
#B06ECD
(176,110,205)
#9F63B9
(159,99,185)
#8E58A5
(142,88,165)
#7D4D91
(125,77,145)
#6C427D
(108,66,125)
#5B3769
(91,55,105)
#4A2C55
(74,44,85)
#392141
(57,33,65)
#28162D
(40,22,45)
#170B19
(23,11,25)
#000000
(0,0,0)

Tints of #C179E1

#C179E1
(193,121,225)
#C685E3
(198,133,227)
#CB91E5
(203,145,229)
#D09DE7
(208,157,231)
#D5A9E9
(213,169,233)
#DAB5EB
(218,181,235)
#DFC1ED
(223,193,237)
#E4CDEF
(228,205,239)
#E9D9F1
(233,217,241)
#EEE5F3
(238,229,243)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C179E1; }

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

This text font color is #C179E1.


Background Color

.myBgColor { background-color: #C179E1; }

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

This div background color is #C179E1.


Border color

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

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

This div border color is #C179E1.


Opacity

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

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

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

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

This text has shadow with #C179E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C179E1 on black background.


Color preview on white background

This text has color #C179E1 on white background.



Black color preview on #C179E1 background

This text has black color on #C179E1 background.


White color preview on #C179E1 background

This text has white color on #C179E1 background.