COLOR #C371B5

HEX: #C371B5
RGB: (195,113,181)

Color info

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

RGB color model

#C371B5 color RGB value is (195,113,181).

  • red value is 195;
  • green value is 113;
  • blue value is 181.
RGB:
(195,113,181)
(76%,44%,71%)

RGB channels and saturation

R 195 of 255 = 76%
G 113 of 255 = 44%
B 181 of 255 = 71%

195
113
181

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

Portions of RGB colors in percentages

R + G + B =
195 + 113 + 181 = 489 (100%)
R 195 of 489 ~ 39.88%
G 113 of 489 ~ 23.11%
B 181 of 489 ~ 37.01%

%39.88
%23.11
%37.01

CMYK color model

#C371B5 color CMYK value is (0,42,7,24).

  • cyan value is 0.00%
  • magenta value is 42.05%
  • yellow value is 7.18%
  • key color value is 23.53%
CMYK:
(0,42,7,24)
C0M42Y7K24 
(0%,42%,7%,24%)
(0.00/0.42/0.07/0.24)	

CMYK percentages

%0
%42.05
%7.18
%23.53

Codes

Color #C371B5 in popluar color models

C371B5
RGB195113181
HSL310°40.59%60.39%
HSB/HSV310°42.05%76.47%
CMYK0.00%42.05%7.18%
23.53%

Color #C371B5 in popluar number systems.

HEXC371B5
Decimal195113181
Binary11000011111000110110101
Octal303161265

Shades and tints

Shades of #C371B5

#C371B5
(195,113,181)
#B267A5
(178,103,165)
#A15D95
(161,93,149)
#905385
(144,83,133)
#7F4975
(127,73,117)
#6E3F65
(110,63,101)
#5D3555
(93,53,85)
#4C2B45
(76,43,69)
#3B2135
(59,33,53)
#2A1725
(42,23,37)
#190D15
(25,13,21)
#000000
(0,0,0)

Tints of #C371B5

#C371B5
(195,113,181)
#C87DBB
(200,125,187)
#CD89C1
(205,137,193)
#D295C7
(210,149,199)
#D7A1CD
(215,161,205)
#DCADD3
(220,173,211)
#E1B9D9
(225,185,217)
#E6C5DF
(230,197,223)
#EBD1E5
(235,209,229)
#F0DDEB
(240,221,235)
#F5E9F1
(245,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C371B5 color. Also use rgb(195,113,181) instead hex code.

Text Font Color

.myTextColor { color: #C371B5; }

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

This text font color is #C371B5.


Background Color

.myBgColor { background-color: #C371B5; }

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

This div background color is #C371B5.


Border color

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

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

This div border color is #C371B5.


Opacity

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

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

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

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

This text has shadow with #C371B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C371B5 on black background.


Color preview on white background

This text has color #C371B5 on white background.



Black color preview on #C371B5 background

This text has black color on #C371B5 background.


White color preview on #C371B5 background

This text has white color on #C371B5 background.