COLOR #C375B1

HEX: #C375B1
RGB: (195,117,177)

Color info

#C375B1 contains mainly red and blue colors. Web safe color of #C375B1 is #CC6699 (or #C69).

RGB color model

#C375B1 color RGB value is (195,117,177).

  • red value is 195;
  • green value is 117;
  • blue value is 177.
RGB:
(195,117,177)
(76%,46%,69%)

RGB channels and saturation

R 195 of 255 = 76%
G 117 of 255 = 46%
B 177 of 255 = 69%

195
117
177

R + G + B ~ 64%. #C375B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 117 + 177 = 489 (100%)
R 195 of 489 ~ 39.88%
G 117 of 489 ~ 23.93%
B 177 of 489 ~ 36.2%

%39.88
%23.93
%36.2

CMYK color model

#C375B1 color CMYK value is (0,40,9,24).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 9.23%
  • key color value is 23.53%
CMYK:
(0,40,9,24)
C0M40Y9K24 
(0%,40%,9%,24%)
(0.00/0.40/0.09/0.24)	

CMYK percentages

%0
%40
%9.23
%23.53

Codes

Color #C375B1 in popluar color models

C375B1
RGB195117177
HSL314°39.39%61.18%
HSB/HSV314°40.00%76.47%
CMYK0.00%40.00%9.23%
23.53%

Color #C375B1 in popluar number systems.

HEXC375B1
Decimal195117177
Binary11000011111010110110001
Octal303165261

Shades and tints

Shades of #C375B1

#C375B1
(195,117,177)
#B26BA1
(178,107,161)
#A16191
(161,97,145)
#905781
(144,87,129)
#7F4D71
(127,77,113)
#6E4361
(110,67,97)
#5D3951
(93,57,81)
#4C2F41
(76,47,65)
#3B2531
(59,37,49)
#2A1B21
(42,27,33)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #C375B1

#C375B1
(195,117,177)
#C881B8
(200,129,184)
#CD8DBF
(205,141,191)
#D299C6
(210,153,198)
#D7A5CD
(215,165,205)
#DCB1D4
(220,177,212)
#E1BDDB
(225,189,219)
#E6C9E2
(230,201,226)
#EBD5E9
(235,213,233)
#F0E1F0
(240,225,240)
#F5EDF7
(245,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C375B1 color. Also use rgb(195,117,177) instead hex code.

Text Font Color

.myTextColor { color: #C375B1; }

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

This text font color is #C375B1.


Background Color

.myBgColor { background-color: #C375B1; }

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

This div background color is #C375B1.


Border color

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

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

This div border color is #C375B1.


Opacity

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

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

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

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

This text has shadow with #C375B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C375B1 on black background.


Color preview on white background

This text has color #C375B1 on white background.



Black color preview on #C375B1 background

This text has black color on #C375B1 background.


White color preview on #C375B1 background

This text has white color on #C375B1 background.