COLOR #C475B1

HEX: #C475B1
RGB: (196,117,177)

Color info

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

RGB color model

#C475B1 color RGB value is (196,117,177).

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

RGB channels and saturation

R 196 of 255 = 77%
G 117 of 255 = 46%
B 177 of 255 = 69%

196
117
177

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

Portions of RGB colors in percentages

R + G + B =
196 + 117 + 177 = 490 (100%)
R 196 of 490 ~ 40%
G 117 of 490 ~ 23.88%
B 177 of 490 ~ 36.12%

%40
%23.88
%36.12

CMYK color model

#C475B1 color CMYK value is (0,40,10,23).

  • cyan value is 0.00%
  • magenta value is 40.31%
  • yellow value is 9.69%
  • key color value is 23.14%
CMYK:
(0,40,10,23)
C0M40Y10K23 
(0%,40%,10%,23%)
(0.00/0.40/0.10/0.23)	

CMYK percentages

%0
%40.31
%9.69
%23.14

Codes

Color #C475B1 in popluar color models

C475B1
RGB196117177
HSL314°40.10%61.37%
HSB/HSV314°40.31%76.86%
CMYK0.00%40.31%9.69%
23.14%

Color #C475B1 in popluar number systems.

HEXC475B1
Decimal196117177
Binary11000100111010110110001
Octal304165261

Shades and tints

Shades of #C475B1

#C475B1
(196,117,177)
#B36BA1
(179,107,161)
#A26191
(162,97,145)
#915781
(145,87,129)
#804D71
(128,77,113)
#6F4361
(111,67,97)
#5E3951
(94,57,81)
#4D2F41
(77,47,65)
#3C2531
(60,37,49)
#2B1B21
(43,27,33)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #C475B1

#C475B1
(196,117,177)
#C981B8
(201,129,184)
#CE8DBF
(206,141,191)
#D399C6
(211,153,198)
#D8A5CD
(216,165,205)
#DDB1D4
(221,177,212)
#E2BDDB
(226,189,219)
#E7C9E2
(231,201,226)
#ECD5E9
(236,213,233)
#F1E1F0
(241,225,240)
#F6EDF7
(246,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C475B1; }

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

This text font color is #C475B1.


Background Color

.myBgColor { background-color: #C475B1; }

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

This div background color is #C475B1.


Border color

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

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

This div border color is #C475B1.


Opacity

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

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

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

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

This text has shadow with #C475B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C475B1 on black background.


Color preview on white background

This text has color #C475B1 on white background.



Black color preview on #C475B1 background

This text has black color on #C475B1 background.


White color preview on #C475B1 background

This text has white color on #C475B1 background.