COLOR #C377B9

HEX: #C377B9
RGB: (195,119,185)

Color info

#C377B9 contains mainly red and blue colors. Web safe color of #C377B9 is #CC66CC (or #C6C).

RGB color model

#C377B9 color RGB value is (195,119,185).

  • red value is 195;
  • green value is 119;
  • blue value is 185.
RGB:
(195,119,185)
(76%,47%,73%)

RGB channels and saturation

R 195 of 255 = 76%
G 119 of 255 = 47%
B 185 of 255 = 73%

195
119
185

R + G + B ~ 65%. #C377B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 119 + 185 = 499 (100%)
R 195 of 499 ~ 39.08%
G 119 of 499 ~ 23.85%
B 185 of 499 ~ 37.07%

%39.08
%23.85
%37.07

CMYK color model

#C377B9 color CMYK value is (0,39,5,24).

  • cyan value is 0.00%
  • magenta value is 38.97%
  • yellow value is 5.13%
  • key color value is 23.53%
CMYK:
(0,39,5,24)
C0M39Y5K24 
(0%,39%,5%,24%)
(0.00/0.39/0.05/0.24)	

CMYK percentages

%0
%38.97
%5.13
%23.53

Codes

Color #C377B9 in popluar color models

C377B9
RGB195119185
HSL308°38.78%61.57%
HSB/HSV308°38.97%76.47%
CMYK0.00%38.97%5.13%
23.53%

Color #C377B9 in popluar number systems.

HEXC377B9
Decimal195119185
Binary11000011111011110111001
Octal303167271

Shades and tints

Shades of #C377B9

#C377B9
(195,119,185)
#B26DA9
(178,109,169)
#A16399
(161,99,153)
#905989
(144,89,137)
#7F4F79
(127,79,121)
#6E4569
(110,69,105)
#5D3B59
(93,59,89)
#4C3149
(76,49,73)
#3B2739
(59,39,57)
#2A1D29
(42,29,41)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #C377B9

#C377B9
(195,119,185)
#C883BF
(200,131,191)
#CD8FC5
(205,143,197)
#D29BCB
(210,155,203)
#D7A7D1
(215,167,209)
#DCB3D7
(220,179,215)
#E1BFDD
(225,191,221)
#E6CBE3
(230,203,227)
#EBD7E9
(235,215,233)
#F0E3EF
(240,227,239)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C377B9 color. Also use rgb(195,119,185) instead hex code.

Text Font Color

.myTextColor { color: #C377B9; }

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

This text font color is #C377B9.


Background Color

.myBgColor { background-color: #C377B9; }

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

This div background color is #C377B9.


Border color

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

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

This div border color is #C377B9.


Opacity

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

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

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

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

This text has shadow with #C377B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C377B9 on black background.


Color preview on white background

This text has color #C377B9 on white background.



Black color preview on #C377B9 background

This text has black color on #C377B9 background.


White color preview on #C377B9 background

This text has white color on #C377B9 background.