COLOR #C393CA

HEX: #C393CA RGB: (195,147,202)

Color info

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

RGB color model

#C393CA color RGB value is (195,147,202).

RGB: (195,147,202) (76%, 58%, 79%)

RGB channels and saturation

R 195 of 255 = 76%
G 147 of 255 = 58%
B 202 of 255 = 79%

195
147
202

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

Portions of RGB colors in percentages

R + G + B = 195 + 147 + 202 = 544 (100%)
R 195 of 544 ~ 35.85%
G 147 of 544 ~ 27.02%
B 202 of 544 ~ 37.13'%

%35.85
%27.02
%37.13

CMYK color model

#C393CA color CMYK value is (3,27,0,21).

  • cyan value is 3.47%
  • magenta value is 27.23%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (3,27,0,21)
C3M27Y0K21 (3%, 27%, 0%, 21%)
(0.03 / 0.27 / 0.00 / 0.21)

CMYK percentages

%3.47
%27.23
%0
%20.78

Codes

Color #C393CA in popluar color models

C3 93 CA
RGB 195 147 202
HSL 292° 34.16% 68.43%
HSB/HSV 292° 27.23% 79.22%
CMYK 3.47% 27.23% 0.00%
20.78%

Color #C393CA in popluar number systems.

HEX C3 93 CA
Decimal 195 147 202
Binary 11000011 10010011 11001010
Octal 303 223 312

Shades and tints

Shades of #C393CA

#C393CA
(195,147,202)
#B286B8
(178,134,184)
#A179A6
(161,121,166)
#906C94
(144,108,148)
#7F5F82
(127,95,130)
#6E5270
(110,82,112)
#5D455E
(93,69,94)
#4C384C
(76,56,76)
#3B2B3A
(59,43,58)
#2A1E28
(42,30,40)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #C393CA

#C393CA
(195,147,202)
#C89CCE
(200,156,206)
#CDA5D2
(205,165,210)
#D2AED6
(210,174,214)
#D7B7DA
(215,183,218)
#DCC0DE
(220,192,222)
#E1C9E2
(225,201,226)
#E6D2E6
(230,210,230)
#EBDBEA
(235,219,234)
#F0E4EE
(240,228,238)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C393CA color. Also use rgb(195,147,202) instead hex code.

Text Font Color

.myTextColor { color: #C393CA; }

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

This text font color is #C393CA.

Background Color

.myBgColor { background-color: #C393CA; }

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

This div background color is #C393CA.

Border color

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

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

This div border color is #C393CA.

Opacity

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

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

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

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

This text has shadow with #C393CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C393CA.

Preview

Color preview on black background

This text has color #C393CA on black background.


Color preview on white background

This text has color #C393CA on white background.


Black color preview on #C393CA background

This text has black color on #C393CA background.


White color preview on #C393CA background

This text has white color on #C393CA background.


Related colors

Complementary color

Complementary color for #hex is #3C6C35.


I love getcolorcode.com

Triadic colors

1 #CAC393 and #93CAC3 with #C393CA are triadic colors.

2 #CA93C3 and #93C3CA with #C393CA are triadic colors.