COLOR #C293AF

HEX: #C293AF RGB: (194,147,175)

Color info

#C293AF contains red, green and blue colors in about the same proportion. Web safe color of #C293AF is #CC9999 (or #C99).

RGB color model

#C293AF color RGB value is (194,147,175).

RGB: (194,147,175) (76%, 58%, 69%)

RGB channels and saturation

R 194 of 255 = 76%
G 147 of 255 = 58%
B 175 of 255 = 69%

194
147
175

R + G + B ~ 68%. #C293AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 147 + 175 = 516 (100%)
R 194 of 516 ~ 37.6%
G 147 of 516 ~ 28.49%
B 175 of 516 ~ 33.91'%

%37.6
%28.49
%33.91

CMYK color model

#C293AF color CMYK value is (0,24,10,24).

  • cyan value is 0.00%
  • magenta value is 24.23%
  • yellow value is 9.79%
  • key color value is 23.92%

CMYK: (0,24,10,24)
C0M24Y10K24 (0%, 24%, 10%, 24%)
(0.00 / 0.24 / 0.10 / 0.24)

CMYK percentages

%0
%24.23
%9.79
%23.92

Codes

Color #C293AF in popluar color models

C2 93 AF
RGB 194 147 175
HSL 324° 27.81% 66.86%
HSB/HSV 324° 24.23% 76.08%
CMYK 0.00% 24.23% 9.79%
23.92%

Color #C293AF in popluar number systems.

HEX C2 93 AF
Decimal 194 147 175
Binary 11000010 10010011 10101111
Octal 302 223 257

Shades and tints

Shades of #C293AF

#C293AF
(194,147,175)
#B186A0
(177,134,160)
#A07991
(160,121,145)
#8F6C82
(143,108,130)
#7E5F73
(126,95,115)
#6D5264
(109,82,100)
#5C4555
(92,69,85)
#4B3846
(75,56,70)
#3A2B37
(58,43,55)
#291E28
(41,30,40)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #C293AF

#C293AF
(194,147,175)
#C79CB6
(199,156,182)
#CCA5BD
(204,165,189)
#D1AEC4
(209,174,196)
#D6B7CB
(214,183,203)
#DBC0D2
(219,192,210)
#E0C9D9
(224,201,217)
#E5D2E0
(229,210,224)
#EADBE7
(234,219,231)
#EFE4EE
(239,228,238)
#F4EDF5
(244,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C293AF; }

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

This text font color is #C293AF.

Background Color

.myBgColor { background-color: #C293AF; }

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

This div background color is #C293AF.

Border color

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

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

This div border color is #C293AF.

Opacity

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

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

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

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

This text has shadow with #C293AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C293AF.

Preview

Color preview on black background

This text has color #C293AF on black background.


Color preview on white background

This text has color #C293AF on white background.


Black color preview on #C293AF background

This text has black color on #C293AF background.


White color preview on #C293AF background

This text has white color on #C293AF background.


Related colors

Complementary color

Complementary color for #hex is #3D6C50.


I love getcolorcode.com

Triadic colors

1 #AFC293 and #93AFC2 with #C293AF are triadic colors.

2 #AF93C2 and #93C2AF with #C293AF are triadic colors.