COLOR #C375B8

HEX: #C375B8
RGB: (195,117,184)

Color info

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

RGB color model

#C375B8 color RGB value is (195,117,184).

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

RGB channels and saturation

R 195 of 255 = 76%
G 117 of 255 = 46%
B 184 of 255 = 72%

195
117
184

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

Portions of RGB colors in percentages

R + G + B =
195 + 117 + 184 = 496 (100%)
R 195 of 496 ~ 39.31%
G 117 of 496 ~ 23.59%
B 184 of 496 ~ 37.1%

%39.31
%23.59
%37.1

CMYK color model

#C375B8 color CMYK value is (0,40,6,24).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 5.64%
  • key color value is 23.53%
CMYK:
(0,40,6,24)
C0M40Y6K24 
(0%,40%,6%,24%)
(0.00/0.40/0.06/0.24)	

CMYK percentages

%0
%40
%5.64
%23.53

Codes

Color #C375B8 in popluar color models

C375B8
RGB195117184
HSL308°39.39%61.18%
HSB/HSV308°40.00%76.47%
CMYK0.00%40.00%5.64%
23.53%

Color #C375B8 in popluar number systems.

HEXC375B8
Decimal195117184
Binary11000011111010110111000
Octal303165270

Shades and tints

Shades of #C375B8

#C375B8
(195,117,184)
#B26BA8
(178,107,168)
#A16198
(161,97,152)
#905788
(144,87,136)
#7F4D78
(127,77,120)
#6E4368
(110,67,104)
#5D3958
(93,57,88)
#4C2F48
(76,47,72)
#3B2538
(59,37,56)
#2A1B28
(42,27,40)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #C375B8

#C375B8
(195,117,184)
#C881BE
(200,129,190)
#CD8DC4
(205,141,196)
#D299CA
(210,153,202)
#D7A5D0
(215,165,208)
#DCB1D6
(220,177,214)
#E1BDDC
(225,189,220)
#E6C9E2
(230,201,226)
#EBD5E8
(235,213,232)
#F0E1EE
(240,225,238)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C375B8; }

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

This text font color is #C375B8.


Background Color

.myBgColor { background-color: #C375B8; }

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

This div background color is #C375B8.


Border color

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

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

This div border color is #C375B8.


Opacity

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

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

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

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

This text has shadow with #C375B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C375B8 on black background.


Color preview on white background

This text has color #C375B8 on white background.



Black color preview on #C375B8 background

This text has black color on #C375B8 background.


White color preview on #C375B8 background

This text has white color on #C375B8 background.