COLOR #C194CF

HEX: #C194CF
RGB: (193,148,207)

Color info

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

RGB color model

#C194CF color RGB value is (193,148,207).

  • red value is 193;
  • green value is 148;
  • blue value is 207.
RGB:
(193,148,207)
(76%,58%,81%)

RGB channels and saturation

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

193
148
207

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

Portions of RGB colors in percentages

R + G + B =
193 + 148 + 207 = 548 (100%)
R 193 of 548 ~ 35.22%
G 148 of 548 ~ 27.01%
B 207 of 548 ~ 37.77%

%35.22
%27.01
%37.77

CMYK color model

#C194CF color CMYK value is (7,29,0,19).

  • cyan value is 6.76%
  • magenta value is 28.50%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(7,29,0,19)
C7M29Y0K19 
(7%,29%,0%,19%)
(0.07/0.29/0.00/0.19)	

CMYK percentages

%6.76
%28.5
%0
%18.82

Codes

Color #C194CF in popluar color models

C194CF
RGB193148207
HSL286°38.06%69.61%
HSB/HSV286°28.50%81.18%
CMYK6.76%28.50%0.00%
18.82%

Color #C194CF in popluar number systems.

HEXC194CF
Decimal193148207
Binary110000011001010011001111
Octal301224317

Shades and tints

Shades of #C194CF

#C194CF
(193,148,207)
#B087BD
(176,135,189)
#9F7AAB
(159,122,171)
#8E6D99
(142,109,153)
#7D6087
(125,96,135)
#6C5375
(108,83,117)
#5B4663
(91,70,99)
#4A3951
(74,57,81)
#392C3F
(57,44,63)
#281F2D
(40,31,45)
#17121B
(23,18,27)
#000000
(0,0,0)

Tints of #C194CF

#C194CF
(193,148,207)
#C69DD3
(198,157,211)
#CBA6D7
(203,166,215)
#D0AFDB
(208,175,219)
#D5B8DF
(213,184,223)
#DAC1E3
(218,193,227)
#DFCAE7
(223,202,231)
#E4D3EB
(228,211,235)
#E9DCEF
(233,220,239)
#EEE5F3
(238,229,243)
#F3EEF7
(243,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C194CF; }

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

This text font color is #C194CF.


Background Color

.myBgColor { background-color: #C194CF; }

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

This div background color is #C194CF.


Border color

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

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

This div border color is #C194CF.


Opacity

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

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

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

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

This text has shadow with #C194CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C194CF on black background.


Color preview on white background

This text has color #C194CF on white background.



Black color preview on #C194CF background

This text has black color on #C194CF background.


White color preview on #C194CF background

This text has white color on #C194CF background.