COLOR #C194EE

HEX: #C194EE RGB: (193,148,238)

Color info

#C194EE contains mainly red and blue colors. Web safe color of #C194EE is #CC99FF (or #C9F).

RGB color model

#C194EE color RGB value is (193,148,238).

RGB: (193,148,238) (76%, 58%, 93%)

RGB channels and saturation

R 193 of 255 = 76%
G 148 of 255 = 58%
B 238 of 255 = 93%

193
148
238

R + G + B ~ 76%. #C194EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 148 + 238 = 579 (100%)
R 193 of 579 ~ 33.33%
G 148 of 579 ~ 25.56%
B 238 of 579 ~ 41.11'%

%33.33
%25.56
%41.11

CMYK color model

#C194EE color CMYK value is (19,38,0,7).

  • cyan value is 18.91%
  • magenta value is 37.82%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (19,38,0,7)
C19M38Y0K7 (19%, 38%, 0%, 7%)
(0.19 / 0.38 / 0.00 / 0.07)

CMYK percentages

%18.91
%37.82
%0
%6.67

Codes

Color #C194EE in popluar color models

C1 94 EE
RGB 193 148 238
HSL 270° 72.58% 75.69%
HSB/HSV 270° 37.82% 93.33%
CMYK 18.91% 37.82% 0.00%
6.67%

Color #C194EE in popluar number systems.

HEX C1 94 EE
Decimal 193 148 238
Binary 11000001 10010100 11101110
Octal 301 224 356

Shades and tints

Shades of #C194EE

#C194EE
(193,148,238)
#B087D9
(176,135,217)
#9F7AC4
(159,122,196)
#8E6DAF
(142,109,175)
#7D609A
(125,96,154)
#6C5385
(108,83,133)
#5B4670
(91,70,112)
#4A395B
(74,57,91)
#392C46
(57,44,70)
#281F31
(40,31,49)
#17121C
(23,18,28)
#000000
(0,0,0)

Tints of #C194EE

#C194EE
(193,148,238)
#C69DEF
(198,157,239)
#CBA6F0
(203,166,240)
#D0AFF1
(208,175,241)
#D5B8F2
(213,184,242)
#DAC1F3
(218,193,243)
#DFCAF4
(223,202,244)
#E4D3F5
(228,211,245)
#E9DCF6
(233,220,246)
#EEE5F7
(238,229,247)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C194EE; }

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

This text font color is #C194EE.

Background Color

.myBgColor { background-color: #C194EE; }

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

This div background color is #C194EE.

Border color

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

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

This div border color is #C194EE.

Opacity

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

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

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

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

This text has shadow with #C194EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C194EE.

Preview

Color preview on black background

This text has color #C194EE on black background.


Color preview on white background

This text has color #C194EE on white background.


Black color preview on #C194EE background

This text has black color on #C194EE background.


White color preview on #C194EE background

This text has white color on #C194EE background.


Related colors

Complementary color

Complementary color for #hex is #3E6B11.


I love getcolorcode.com

Triadic colors

1 #EEC194 and #94EEC1 with #C194EE are triadic colors.

2 #EE94C1 and #94C1EE with #C194EE are triadic colors.