COLOR #C381A7

HEX: #C381A7 RGB: (195,129,167)

Color info

#C381A7 contains mainly red and blue colors. Web safe color of #C381A7 is #CC9999 (or #C99).

RGB color model

#C381A7 color RGB value is (195,129,167).

RGB: (195,129,167) (76%, 51%, 65%)

RGB channels and saturation

R 195 of 255 = 76%
G 129 of 255 = 51%
B 167 of 255 = 65%

195
129
167

R + G + B ~ 64%. #C381A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 129 + 167 = 491 (100%)
R 195 of 491 ~ 39.71%
G 129 of 491 ~ 26.27%
B 167 of 491 ~ 34.01'%

%39.71
%26.27
%34.01

CMYK color model

#C381A7 color CMYK value is (0,34,14,24).

  • cyan value is 0.00%
  • magenta value is 33.85%
  • yellow value is 14.36%
  • key color value is 23.53%

CMYK: (0,34,14,24)
C0M34Y14K24 (0%, 34%, 14%, 24%)
(0.00 / 0.34 / 0.14 / 0.24)

CMYK percentages

%0
%33.85
%14.36
%23.53

Codes

Color #C381A7 in popluar color models

C3 81 A7
RGB 195 129 167
HSL 325° 35.48% 63.53%
HSB/HSV 325° 33.85% 76.47%
CMYK 0.00% 33.85% 14.36%
23.53%

Color #C381A7 in popluar number systems.

HEX C3 81 A7
Decimal 195 129 167
Binary 11000011 10000001 10100111
Octal 303 201 247

Shades and tints

Shades of #C381A7

#C381A7
(195,129,167)
#B27698
(178,118,152)
#A16B89
(161,107,137)
#90607A
(144,96,122)
#7F556B
(127,85,107)
#6E4A5C
(110,74,92)
#5D3F4D
(93,63,77)
#4C343E
(76,52,62)
#3B292F
(59,41,47)
#2A1E20
(42,30,32)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #C381A7

#C381A7
(195,129,167)
#C88CAF
(200,140,175)
#CD97B7
(205,151,183)
#D2A2BF
(210,162,191)
#D7ADC7
(215,173,199)
#DCB8CF
(220,184,207)
#E1C3D7
(225,195,215)
#E6CEDF
(230,206,223)
#EBD9E7
(235,217,231)
#F0E4EF
(240,228,239)
#F5EFF7
(245,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C381A7; }

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

This text font color is #C381A7.

Background Color

.myBgColor { background-color: #C381A7; }

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

This div background color is #C381A7.

Border color

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

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

This div border color is #C381A7.

Opacity

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

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

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

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

This text has shadow with #C381A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C381A7.

Preview

Color preview on black background

This text has color #C381A7 on black background.


Color preview on white background

This text has color #C381A7 on white background.


Black color preview on #C381A7 background

This text has black color on #C381A7 background.


White color preview on #C381A7 background

This text has white color on #C381A7 background.


Related colors

Complementary color

Complementary color for #hex is #3C7E58.


I love getcolorcode.com

Triadic colors

1 #A7C381 and #81A7C3 with #C381A7 are triadic colors.

2 #A781C3 and #81C3A7 with #C381A7 are triadic colors.