COLOR #C389CB

HEX: #C389CB
RGB: (195,137,203)

Color info

#C389CB contains mainly red and blue colors. Web safe color of #C389CB is #CC99CC (or #C9C).

RGB color model

#C389CB color RGB value is (195,137,203).

  • red value is 195;
  • green value is 137;
  • blue value is 203.
RGB:
(195,137,203)
(76%,54%,80%)

RGB channels and saturation

R 195 of 255 = 76%
G 137 of 255 = 54%
B 203 of 255 = 80%

195
137
203

R + G + B ~ 70%. #C389CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 137 + 203 = 535 (100%)
R 195 of 535 ~ 36.45%
G 137 of 535 ~ 25.61%
B 203 of 535 ~ 37.94%

%36.45
%25.61
%37.94

CMYK color model

#C389CB color CMYK value is (4,33,0,20).

  • cyan value is 3.94%
  • magenta value is 32.51%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(4,33,0,20)
C4M33Y0K20 
(4%,33%,0%,20%)
(0.04/0.33/0.00/0.20)	

CMYK percentages

%3.94
%32.51
%0
%20.39

Codes

Color #C389CB in popluar color models

C389CB
RGB195137203
HSL293°38.82%66.67%
HSB/HSV293°32.51%79.61%
CMYK3.94%32.51%0.00%
20.39%

Color #C389CB in popluar number systems.

HEXC389CB
Decimal195137203
Binary110000111000100111001011
Octal303211313

Shades and tints

Shades of #C389CB

#C389CB
(195,137,203)
#B27DB9
(178,125,185)
#A171A7
(161,113,167)
#906595
(144,101,149)
#7F5983
(127,89,131)
#6E4D71
(110,77,113)
#5D415F
(93,65,95)
#4C354D
(76,53,77)
#3B293B
(59,41,59)
#2A1D29
(42,29,41)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #C389CB

#C389CB
(195,137,203)
#C893CF
(200,147,207)
#CD9DD3
(205,157,211)
#D2A7D7
(210,167,215)
#D7B1DB
(215,177,219)
#DCBBDF
(220,187,223)
#E1C5E3
(225,197,227)
#E6CFE7
(230,207,231)
#EBD9EB
(235,217,235)
#F0E3EF
(240,227,239)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C389CB color. Also use rgb(195,137,203) instead hex code.

Text Font Color

.myTextColor { color: #C389CB; }

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

This text font color is #C389CB.


Background Color

.myBgColor { background-color: #C389CB; }

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

This div background color is #C389CB.


Border color

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

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

This div border color is #C389CB.


Opacity

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

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

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

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

This text has shadow with #C389CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C389CB on black background.


Color preview on white background

This text has color #C389CB on white background.



Black color preview on #C389CB background

This text has black color on #C389CB background.


White color preview on #C389CB background

This text has white color on #C389CB background.