COLOR #C39CC1

HEX: #C39CC1
RGB: (195,156,193)

Color info

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

RGB color model

#C39CC1 color RGB value is (195,156,193).

  • red value is 195;
  • green value is 156;
  • blue value is 193.
RGB:
(195,156,193)
(76%,61%,76%)

RGB channels and saturation

R 195 of 255 = 76%
G 156 of 255 = 61%
B 193 of 255 = 76%

195
156
193

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

Portions of RGB colors in percentages

R + G + B =
195 + 156 + 193 = 544 (100%)
R 195 of 544 ~ 35.85%
G 156 of 544 ~ 28.68%
B 193 of 544 ~ 35.48%

%35.85
%28.68
%35.48

CMYK color model

#C39CC1 color CMYK value is (0,20,1,24).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 1.03%
  • key color value is 23.53%
CMYK:
(0,20,1,24)
C0M20Y1K24 
(0%,20%,1%,24%)
(0.00/0.20/0.01/0.24)	

CMYK percentages

%0
%20
%1.03
%23.53

Codes

Color #C39CC1 in popluar color models

C39CC1
RGB195156193
HSL303°24.53%68.82%
HSB/HSV303°20.00%76.47%
CMYK0.00%20.00%1.03%
23.53%

Color #C39CC1 in popluar number systems.

HEXC39CC1
Decimal195156193
Binary110000111001110011000001
Octal303234301

Shades and tints

Shades of #C39CC1

#C39CC1
(195,156,193)
#B28EB0
(178,142,176)
#A1809F
(161,128,159)
#90728E
(144,114,142)
#7F647D
(127,100,125)
#6E566C
(110,86,108)
#5D485B
(93,72,91)
#4C3A4A
(76,58,74)
#3B2C39
(59,44,57)
#2A1E28
(42,30,40)
#191017
(25,16,23)
#000000
(0,0,0)

Tints of #C39CC1

#C39CC1
(195,156,193)
#C8A5C6
(200,165,198)
#CDAECB
(205,174,203)
#D2B7D0
(210,183,208)
#D7C0D5
(215,192,213)
#DCC9DA
(220,201,218)
#E1D2DF
(225,210,223)
#E6DBE4
(230,219,228)
#EBE4E9
(235,228,233)
#F0EDEE
(240,237,238)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39CC1 color. Also use rgb(195,156,193) instead hex code.

Text Font Color

.myTextColor { color: #C39CC1; }

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

This text font color is #C39CC1.


Background Color

.myBgColor { background-color: #C39CC1; }

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

This div background color is #C39CC1.


Border color

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

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

This div border color is #C39CC1.


Opacity

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

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

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

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

This text has shadow with #C39CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39CC1 on black background.


Color preview on white background

This text has color #C39CC1 on white background.



Black color preview on #C39CC1 background

This text has black color on #C39CC1 background.


White color preview on #C39CC1 background

This text has white color on #C39CC1 background.