COLOR #C194CE

HEX: #C194CE RGB: (193,148,206)

Color info

#C194CE contains red, green and blue colors in about the same proportion. Web safe color of #C194CE is #CC99CC (or #C9C).

RGB color model

#C194CE color RGB value is (193,148,206).

RGB: (193,148,206) (76%, 58%, 81%)

RGB channels and saturation

R 193 of 255 = 76%
G 148 of 255 = 58%
B 206 of 255 = 81%

193
148
206

R + G + B ~ 72%. #C194CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 148 + 206 = 547 (100%)
R 193 of 547 ~ 35.28%
G 148 of 547 ~ 27.06%
B 206 of 547 ~ 37.66'%

%35.28
%27.06
%37.66

CMYK color model

#C194CE color CMYK value is (6,28,0,19).

  • cyan value is 6.31%
  • magenta value is 28.16%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (6,28,0,19)
C6M28Y0K19 (6%, 28%, 0%, 19%)
(0.06 / 0.28 / 0.00 / 0.19)

CMYK percentages

%6.31
%28.16
%0
%19.22

Codes

Color #C194CE in popluar color models

C1 94 CE
RGB 193 148 206
HSL 287° 37.18% 69.41%
HSB/HSV 287° 28.16% 80.78%
CMYK 6.31% 28.16% 0.00%
19.22%

Color #C194CE in popluar number systems.

HEX C1 94 CE
Decimal 193 148 206
Binary 11000001 10010100 11001110
Octal 301 224 316

Shades and tints

Shades of #C194CE

#C194CE
(193,148,206)
#B087BC
(176,135,188)
#9F7AAA
(159,122,170)
#8E6D98
(142,109,152)
#7D6086
(125,96,134)
#6C5374
(108,83,116)
#5B4662
(91,70,98)
#4A3950
(74,57,80)
#392C3E
(57,44,62)
#281F2C
(40,31,44)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #C194CE

#C194CE
(193,148,206)
#C69DD2
(198,157,210)
#CBA6D6
(203,166,214)
#D0AFDA
(208,175,218)
#D5B8DE
(213,184,222)
#DAC1E2
(218,193,226)
#DFCAE6
(223,202,230)
#E4D3EA
(228,211,234)
#E9DCEE
(233,220,238)
#EEE5F2
(238,229,242)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C194CE color. Also use rgb(193,148,206) instead hex code.

Text Font Color

.myTextColor { color: #C194CE; }

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

This text font color is #C194CE.

Background Color

.myBgColor { background-color: #C194CE; }

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

This div background color is #C194CE.

Border color

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

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

This div border color is #C194CE.

Opacity

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

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

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

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

This text has shadow with #C194CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C194CE.

Preview

Color preview on black background

This text has color #C194CE on black background.


Color preview on white background

This text has color #C194CE on white background.


Black color preview on #C194CE background

This text has black color on #C194CE background.


White color preview on #C194CE background

This text has white color on #C194CE background.


Related colors

Complementary color

Complementary color for #hex is #3E6B31.


I love getcolorcode.com

Triadic colors

1 #CEC194 and #94CEC1 with #C194CE are triadic colors.

2 #CE94C1 and #94C1CE with #C194CE are triadic colors.