COLOR #C39FC0

HEX: #C39FC0
RGB: (195,159,192)

Color info

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

RGB color model

#C39FC0 color RGB value is (195,159,192).

  • red value is 195;
  • green value is 159;
  • blue value is 192.
RGB:
(195,159,192)
(76%,62%,75%)

RGB channels and saturation

R 195 of 255 = 76%
G 159 of 255 = 62%
B 192 of 255 = 75%

195
159
192

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

Portions of RGB colors in percentages

R + G + B =
195 + 159 + 192 = 546 (100%)
R 195 of 546 ~ 35.71%
G 159 of 546 ~ 29.12%
B 192 of 546 ~ 35.16%

%35.71
%29.12
%35.16

CMYK color model

#C39FC0 color CMYK value is (0,18,2,24).

  • cyan value is 0.00%
  • magenta value is 18.46%
  • yellow value is 1.54%
  • key color value is 23.53%
CMYK:
(0,18,2,24)
C0M18Y2K24 
(0%,18%,2%,24%)
(0.00/0.18/0.02/0.24)	

CMYK percentages

%0
%18.46
%1.54
%23.53

Codes

Color #C39FC0 in popluar color models

C39FC0
RGB195159192
HSL305°23.08%69.41%
HSB/HSV305°18.46%76.47%
CMYK0.00%18.46%1.54%
23.53%

Color #C39FC0 in popluar number systems.

HEXC39FC0
Decimal195159192
Binary110000111001111111000000
Octal303237300

Shades and tints

Shades of #C39FC0

#C39FC0
(195,159,192)
#B291AF
(178,145,175)
#A1839E
(161,131,158)
#90758D
(144,117,141)
#7F677C
(127,103,124)
#6E596B
(110,89,107)
#5D4B5A
(93,75,90)
#4C3D49
(76,61,73)
#3B2F38
(59,47,56)
#2A2127
(42,33,39)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #C39FC0

#C39FC0
(195,159,192)
#C8A7C5
(200,167,197)
#CDAFCA
(205,175,202)
#D2B7CF
(210,183,207)
#D7BFD4
(215,191,212)
#DCC7D9
(220,199,217)
#E1CFDE
(225,207,222)
#E6D7E3
(230,215,227)
#EBDFE8
(235,223,232)
#F0E7ED
(240,231,237)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39FC0 color. Also use rgb(195,159,192) instead hex code.

Text Font Color

.myTextColor { color: #C39FC0; }

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

This text font color is #C39FC0.


Background Color

.myBgColor { background-color: #C39FC0; }

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

This div background color is #C39FC0.


Border color

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

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

This div border color is #C39FC0.


Opacity

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

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

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

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

This text has shadow with #C39FC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39FC0 on black background.


Color preview on white background

This text has color #C39FC0 on white background.



Black color preview on #C39FC0 background

This text has black color on #C39FC0 background.


White color preview on #C39FC0 background

This text has white color on #C39FC0 background.