COLOR #C379D5

HEX: #C379D5
RGB: (195,121,213)

Color info

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

RGB color model

#C379D5 color RGB value is (195,121,213).

  • red value is 195;
  • green value is 121;
  • blue value is 213.
RGB:
(195,121,213)
(76%,47%,84%)

RGB channels and saturation

R 195 of 255 = 76%
G 121 of 255 = 47%
B 213 of 255 = 84%

195
121
213

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

Portions of RGB colors in percentages

R + G + B =
195 + 121 + 213 = 529 (100%)
R 195 of 529 ~ 36.86%
G 121 of 529 ~ 22.87%
B 213 of 529 ~ 40.26%

%36.86
%22.87
%40.26

CMYK color model

#C379D5 color CMYK value is (8,43,0,16).

  • cyan value is 8.45%
  • magenta value is 43.19%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(8,43,0,16)
C8M43Y0K16 
(8%,43%,0%,16%)
(0.08/0.43/0.00/0.16)	

CMYK percentages

%8.45
%43.19
%0
%16.47

Codes

Color #C379D5 in popluar color models

C379D5
RGB195121213
HSL288°52.27%65.49%
HSB/HSV288°43.19%83.53%
CMYK8.45%43.19%0.00%
16.47%

Color #C379D5 in popluar number systems.

HEXC379D5
Decimal195121213
Binary11000011111100111010101
Octal303171325

Shades and tints

Shades of #C379D5

#C379D5
(195,121,213)
#B26EC2
(178,110,194)
#A163AF
(161,99,175)
#90589C
(144,88,156)
#7F4D89
(127,77,137)
#6E4276
(110,66,118)
#5D3763
(93,55,99)
#4C2C50
(76,44,80)
#3B213D
(59,33,61)
#2A162A
(42,22,42)
#190B17
(25,11,23)
#000000
(0,0,0)

Tints of #C379D5

#C379D5
(195,121,213)
#C885D8
(200,133,216)
#CD91DB
(205,145,219)
#D29DDE
(210,157,222)
#D7A9E1
(215,169,225)
#DCB5E4
(220,181,228)
#E1C1E7
(225,193,231)
#E6CDEA
(230,205,234)
#EBD9ED
(235,217,237)
#F0E5F0
(240,229,240)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C379D5 color. Also use rgb(195,121,213) instead hex code.

Text Font Color

.myTextColor { color: #C379D5; }

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

This text font color is #C379D5.


Background Color

.myBgColor { background-color: #C379D5; }

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

This div background color is #C379D5.


Border color

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

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

This div border color is #C379D5.


Opacity

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

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

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

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

This text has shadow with #C379D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C379D5 on black background.


Color preview on white background

This text has color #C379D5 on white background.



Black color preview on #C379D5 background

This text has black color on #C379D5 background.


White color preview on #C379D5 background

This text has white color on #C379D5 background.