COLOR #C474C9

HEX: #C474C9
RGB: (196,116,201)

Color info

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

RGB color model

#C474C9 color RGB value is (196,116,201).

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

RGB channels and saturation

R 196 of 255 = 77%
G 116 of 255 = 45%
B 201 of 255 = 79%

196
116
201

R + G + B ~ 67%. #C474C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 116 + 201 = 513 (100%)
R 196 of 513 ~ 38.21%
G 116 of 513 ~ 22.61%
B 201 of 513 ~ 39.18%

%38.21
%22.61
%39.18

CMYK color model

#C474C9 color CMYK value is (2,42,0,21).

  • cyan value is 2.49%
  • magenta value is 42.29%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(2,42,0,21)
C2M42Y0K21 
(2%,42%,0%,21%)
(0.02/0.42/0.00/0.21)	

CMYK percentages

%2.49
%42.29
%0
%21.18

Codes

Color #C474C9 in popluar color models

C474C9
RGB196116201
HSL296°44.04%62.16%
HSB/HSV296°42.29%78.82%
CMYK2.49%42.29%0.00%
21.18%

Color #C474C9 in popluar number systems.

HEXC474C9
Decimal196116201
Binary11000100111010011001001
Octal304164311

Shades and tints

Shades of #C474C9

#C474C9
(196,116,201)
#B36AB7
(179,106,183)
#A260A5
(162,96,165)
#915693
(145,86,147)
#804C81
(128,76,129)
#6F426F
(111,66,111)
#5E385D
(94,56,93)
#4D2E4B
(77,46,75)
#3C2439
(60,36,57)
#2B1A27
(43,26,39)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #C474C9

#C474C9
(196,116,201)
#C980CD
(201,128,205)
#CE8CD1
(206,140,209)
#D398D5
(211,152,213)
#D8A4D9
(216,164,217)
#DDB0DD
(221,176,221)
#E2BCE1
(226,188,225)
#E7C8E5
(231,200,229)
#ECD4E9
(236,212,233)
#F1E0ED
(241,224,237)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C474C9; }

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

This text font color is #C474C9.


Background Color

.myBgColor { background-color: #C474C9; }

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

This div background color is #C474C9.


Border color

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

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

This div border color is #C474C9.


Opacity

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

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

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

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

This text has shadow with #C474C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C474C9 on black background.


Color preview on white background

This text has color #C474C9 on white background.



Black color preview on #C474C9 background

This text has black color on #C474C9 background.


White color preview on #C474C9 background

This text has white color on #C474C9 background.