COLOR #C479D3

HEX: #C479D3
RGB: (196,121,211)

Color info

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

RGB color model

#C479D3 color RGB value is (196,121,211).

  • red value is 196;
  • green value is 121;
  • blue value is 211.
RGB:
(196,121,211)
(77%,47%,83%)

RGB channels and saturation

R 196 of 255 = 77%
G 121 of 255 = 47%
B 211 of 255 = 83%

196
121
211

R + G + B ~ 69%. #C479D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 121 + 211 = 528 (100%)
R 196 of 528 ~ 37.12%
G 121 of 528 ~ 22.92%
B 211 of 528 ~ 39.96%

%37.12
%22.92
%39.96

CMYK color model

#C479D3 color CMYK value is (7,43,0,17).

  • cyan value is 7.11%
  • magenta value is 42.65%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(7,43,0,17)
C7M43Y0K17 
(7%,43%,0%,17%)
(0.07/0.43/0.00/0.17)	

CMYK percentages

%7.11
%42.65
%0
%17.25

Codes

Color #C479D3 in popluar color models

C479D3
RGB196121211
HSL290°50.56%65.10%
HSB/HSV290°42.65%82.75%
CMYK7.11%42.65%0.00%
17.25%

Color #C479D3 in popluar number systems.

HEXC479D3
Decimal196121211
Binary11000100111100111010011
Octal304171323

Shades and tints

Shades of #C479D3

#C479D3
(196,121,211)
#B36EC0
(179,110,192)
#A263AD
(162,99,173)
#91589A
(145,88,154)
#804D87
(128,77,135)
#6F4274
(111,66,116)
#5E3761
(94,55,97)
#4D2C4E
(77,44,78)
#3C213B
(60,33,59)
#2B1628
(43,22,40)
#1A0B15
(26,11,21)
#000000
(0,0,0)

Tints of #C479D3

#C479D3
(196,121,211)
#C985D7
(201,133,215)
#CE91DB
(206,145,219)
#D39DDF
(211,157,223)
#D8A9E3
(216,169,227)
#DDB5E7
(221,181,231)
#E2C1EB
(226,193,235)
#E7CDEF
(231,205,239)
#ECD9F3
(236,217,243)
#F1E5F7
(241,229,247)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C479D3 color. Also use rgb(196,121,211) instead hex code.

Text Font Color

.myTextColor { color: #C479D3; }

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

This text font color is #C479D3.


Background Color

.myBgColor { background-color: #C479D3; }

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

This div background color is #C479D3.


Border color

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

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

This div border color is #C479D3.


Opacity

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

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

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

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

This text has shadow with #C479D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C479D3 on black background.


Color preview on white background

This text has color #C479D3 on white background.



Black color preview on #C479D3 background

This text has black color on #C479D3 background.


White color preview on #C479D3 background

This text has white color on #C479D3 background.