COLOR #C391CF

HEX: #C391CF
RGB: (195,145,207)

Color info

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

RGB color model

#C391CF color RGB value is (195,145,207).

  • red value is 195;
  • green value is 145;
  • blue value is 207.
RGB:
(195,145,207)
(76%,57%,81%)

RGB channels and saturation

R 195 of 255 = 76%
G 145 of 255 = 57%
B 207 of 255 = 81%

195
145
207

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

Portions of RGB colors in percentages

R + G + B =
195 + 145 + 207 = 547 (100%)
R 195 of 547 ~ 35.65%
G 145 of 547 ~ 26.51%
B 207 of 547 ~ 37.84%

%35.65
%26.51
%37.84

CMYK color model

#C391CF color CMYK value is (6,30,0,19).

  • cyan value is 5.80%
  • magenta value is 29.95%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(6,30,0,19)
C6M30Y0K19 
(6%,30%,0%,19%)
(0.06/0.30/0.00/0.19)	

CMYK percentages

%5.8
%29.95
%0
%18.82

Codes

Color #C391CF in popluar color models

C391CF
RGB195145207
HSL288°39.24%69.02%
HSB/HSV288°29.95%81.18%
CMYK5.80%29.95%0.00%
18.82%

Color #C391CF in popluar number systems.

HEXC391CF
Decimal195145207
Binary110000111001000111001111
Octal303221317

Shades and tints

Shades of #C391CF

#C391CF
(195,145,207)
#B284BD
(178,132,189)
#A177AB
(161,119,171)
#906A99
(144,106,153)
#7F5D87
(127,93,135)
#6E5075
(110,80,117)
#5D4363
(93,67,99)
#4C3651
(76,54,81)
#3B293F
(59,41,63)
#2A1C2D
(42,28,45)
#190F1B
(25,15,27)
#000000
(0,0,0)

Tints of #C391CF

#C391CF
(195,145,207)
#C89BD3
(200,155,211)
#CDA5D7
(205,165,215)
#D2AFDB
(210,175,219)
#D7B9DF
(215,185,223)
#DCC3E3
(220,195,227)
#E1CDE7
(225,205,231)
#E6D7EB
(230,215,235)
#EBE1EF
(235,225,239)
#F0EBF3
(240,235,243)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C391CF color. Also use rgb(195,145,207) instead hex code.

Text Font Color

.myTextColor { color: #C391CF; }

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

This text font color is #C391CF.


Background Color

.myBgColor { background-color: #C391CF; }

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

This div background color is #C391CF.


Border color

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

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

This div border color is #C391CF.


Opacity

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

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

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

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

This text has shadow with #C391CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C391CF on black background.


Color preview on white background

This text has color #C391CF on white background.



Black color preview on #C391CF background

This text has black color on #C391CF background.


White color preview on #C391CF background

This text has white color on #C391CF background.