COLOR #C293C7

HEX: #C293C7
RGB: (194,147,199)

Color info

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

RGB color model

#C293C7 color RGB value is (194,147,199).

  • red value is 194;
  • green value is 147;
  • blue value is 199.
RGB:
(194,147,199)
(76%,58%,78%)

RGB channels and saturation

R 194 of 255 = 76%
G 147 of 255 = 58%
B 199 of 255 = 78%

194
147
199

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

Portions of RGB colors in percentages

R + G + B =
194 + 147 + 199 = 540 (100%)
R 194 of 540 ~ 35.93%
G 147 of 540 ~ 27.22%
B 199 of 540 ~ 36.85%

%35.93
%27.22
%36.85

CMYK color model

#C293C7 color CMYK value is (3,26,0,22).

  • cyan value is 2.51%
  • magenta value is 26.13%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(3,26,0,22)
C3M26Y0K22 
(3%,26%,0%,22%)
(0.03/0.26/0.00/0.22)	

CMYK percentages

%2.51
%26.13
%0
%21.96

Codes

Color #C293C7 in popluar color models

C293C7
RGB194147199
HSL294°31.71%67.84%
HSB/HSV294°26.13%78.04%
CMYK2.51%26.13%0.00%
21.96%

Color #C293C7 in popluar number systems.

HEXC293C7
Decimal194147199
Binary110000101001001111000111
Octal302223307

Shades and tints

Shades of #C293C7

#C293C7
(194,147,199)
#B186B5
(177,134,181)
#A079A3
(160,121,163)
#8F6C91
(143,108,145)
#7E5F7F
(126,95,127)
#6D526D
(109,82,109)
#5C455B
(92,69,91)
#4B3849
(75,56,73)
#3A2B37
(58,43,55)
#291E25
(41,30,37)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #C293C7

#C293C7
(194,147,199)
#C79CCC
(199,156,204)
#CCA5D1
(204,165,209)
#D1AED6
(209,174,214)
#D6B7DB
(214,183,219)
#DBC0E0
(219,192,224)
#E0C9E5
(224,201,229)
#E5D2EA
(229,210,234)
#EADBEF
(234,219,239)
#EFE4F4
(239,228,244)
#F4EDF9
(244,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C293C7 color. Also use rgb(194,147,199) instead hex code.

Text Font Color

.myTextColor { color: #C293C7; }

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

This text font color is #C293C7.


Background Color

.myBgColor { background-color: #C293C7; }

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

This div background color is #C293C7.


Border color

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

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

This div border color is #C293C7.


Opacity

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

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

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

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

This text has shadow with #C293C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C293C7 on black background.


Color preview on white background

This text has color #C293C7 on white background.



Black color preview on #C293C7 background

This text has black color on #C293C7 background.


White color preview on #C293C7 background

This text has white color on #C293C7 background.