COLOR #C381CA

HEX: #C381CA
RGB: (195,129,202)

Color info

#C381CA contains mainly red and blue colors. Web safe color of #C381CA is #CC99CC (or #C9C).

RGB color model

#C381CA color RGB value is (195,129,202).

  • red value is 195;
  • green value is 129;
  • blue value is 202.
RGB:
(195,129,202)
(76%,51%,79%)

RGB channels and saturation

R 195 of 255 = 76%
G 129 of 255 = 51%
B 202 of 255 = 79%

195
129
202

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

Portions of RGB colors in percentages

R + G + B =
195 + 129 + 202 = 526 (100%)
R 195 of 526 ~ 37.07%
G 129 of 526 ~ 24.52%
B 202 of 526 ~ 38.4%

%37.07
%24.52
%38.4

CMYK color model

#C381CA color CMYK value is (3,36,0,21).

  • cyan value is 3.47%
  • magenta value is 36.14%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(3,36,0,21)
C3M36Y0K21 
(3%,36%,0%,21%)
(0.03/0.36/0.00/0.21)	

CMYK percentages

%3.47
%36.14
%0
%20.78

Codes

Color #C381CA in popluar color models

C381CA
RGB195129202
HSL294°40.78%64.90%
HSB/HSV294°36.14%79.22%
CMYK3.47%36.14%0.00%
20.78%

Color #C381CA in popluar number systems.

HEXC381CA
Decimal195129202
Binary110000111000000111001010
Octal303201312

Shades and tints

Shades of #C381CA

#C381CA
(195,129,202)
#B276B8
(178,118,184)
#A16BA6
(161,107,166)
#906094
(144,96,148)
#7F5582
(127,85,130)
#6E4A70
(110,74,112)
#5D3F5E
(93,63,94)
#4C344C
(76,52,76)
#3B293A
(59,41,58)
#2A1E28
(42,30,40)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #C381CA

#C381CA
(195,129,202)
#C88CCE
(200,140,206)
#CD97D2
(205,151,210)
#D2A2D6
(210,162,214)
#D7ADDA
(215,173,218)
#DCB8DE
(220,184,222)
#E1C3E2
(225,195,226)
#E6CEE6
(230,206,230)
#EBD9EA
(235,217,234)
#F0E4EE
(240,228,238)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C381CA color. Also use rgb(195,129,202) instead hex code.

Text Font Color

.myTextColor { color: #C381CA; }

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

This text font color is #C381CA.


Background Color

.myBgColor { background-color: #C381CA; }

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

This div background color is #C381CA.


Border color

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

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

This div border color is #C381CA.


Opacity

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

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

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

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

This text has shadow with #C381CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C381CA on black background.


Color preview on white background

This text has color #C381CA on white background.



Black color preview on #C381CA background

This text has black color on #C381CA background.


White color preview on #C381CA background

This text has white color on #C381CA background.