COLOR #C474BF

HEX: #C474BF
RGB: (196,116,191)

Color info

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

RGB color model

#C474BF color RGB value is (196,116,191).

  • red value is 196;
  • green value is 116;
  • blue value is 191.
RGB:
(196,116,191)
(77%,45%,75%)

RGB channels and saturation

R 196 of 255 = 77%
G 116 of 255 = 45%
B 191 of 255 = 75%

196
116
191

R + G + B ~ 66%. #C474BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 116 + 191 = 503 (100%)
R 196 of 503 ~ 38.97%
G 116 of 503 ~ 23.06%
B 191 of 503 ~ 37.97%

%38.97
%23.06
%37.97

CMYK color model

#C474BF color CMYK value is (0,41,3,23).

  • cyan value is 0.00%
  • magenta value is 40.82%
  • yellow value is 2.55%
  • key color value is 23.14%
CMYK:
(0,41,3,23)
C0M41Y3K23 
(0%,41%,3%,23%)
(0.00/0.41/0.03/0.23)	

CMYK percentages

%0
%40.82
%2.55
%23.14

Codes

Color #C474BF in popluar color models

C474BF
RGB196116191
HSL304°40.40%61.18%
HSB/HSV304°40.82%76.86%
CMYK0.00%40.82%2.55%
23.14%

Color #C474BF in popluar number systems.

HEXC474BF
Decimal196116191
Binary11000100111010010111111
Octal304164277

Shades and tints

Shades of #C474BF

#C474BF
(196,116,191)
#B36AAE
(179,106,174)
#A2609D
(162,96,157)
#91568C
(145,86,140)
#804C7B
(128,76,123)
#6F426A
(111,66,106)
#5E3859
(94,56,89)
#4D2E48
(77,46,72)
#3C2437
(60,36,55)
#2B1A26
(43,26,38)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #C474BF

#C474BF
(196,116,191)
#C980C4
(201,128,196)
#CE8CC9
(206,140,201)
#D398CE
(211,152,206)
#D8A4D3
(216,164,211)
#DDB0D8
(221,176,216)
#E2BCDD
(226,188,221)
#E7C8E2
(231,200,226)
#ECD4E7
(236,212,231)
#F1E0EC
(241,224,236)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C474BF color. Also use rgb(196,116,191) instead hex code.

Text Font Color

.myTextColor { color: #C474BF; }

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

This text font color is #C474BF.


Background Color

.myBgColor { background-color: #C474BF; }

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

This div background color is #C474BF.


Border color

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

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

This div border color is #C474BF.


Opacity

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

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

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

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

This text has shadow with #C474BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C474BF on black background.


Color preview on white background

This text has color #C474BF on white background.



Black color preview on #C474BF background

This text has black color on #C474BF background.


White color preview on #C474BF background

This text has white color on #C474BF background.