COLOR #C374AD

HEX: #C374AD RGB: (195,116,173)

Color info

#C374AD contains mainly red and blue colors. Web safe color of #C374AD is #CC6699 (or #C69).

RGB color model

#C374AD color RGB value is (195,116,173).

RGB: (195,116,173) (76%, 45%, 68%)

RGB channels and saturation

R 195 of 255 = 76%
G 116 of 255 = 45%
B 173 of 255 = 68%

195
116
173

R + G + B ~ 63%. #C374AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 116 + 173 = 484 (100%)
R 195 of 484 ~ 40.29%
G 116 of 484 ~ 23.97%
B 173 of 484 ~ 35.74'%

%40.29
%23.97
%35.74

CMYK color model

#C374AD color CMYK value is (0,41,11,24).

  • cyan value is 0.00%
  • magenta value is 40.51%
  • yellow value is 11.28%
  • key color value is 23.53%

CMYK: (0,41,11,24)
C0M41Y11K24 (0%, 41%, 11%, 24%)
(0.00 / 0.41 / 0.11 / 0.24)

CMYK percentages

%0
%40.51
%11.28
%23.53

Codes

Color #C374AD in popluar color models

C3 74 AD
RGB 195 116 173
HSL 317° 39.70% 60.98%
HSB/HSV 317° 40.51% 76.47%
CMYK 0.00% 40.51% 11.28%
23.53%

Color #C374AD in popluar number systems.

HEX C3 74 AD
Decimal 195 116 173
Binary 11000011 1110100 10101101
Octal 303 164 255

Shades and tints

Shades of #C374AD

#C374AD
(195,116,173)
#B26A9E
(178,106,158)
#A1608F
(161,96,143)
#905680
(144,86,128)
#7F4C71
(127,76,113)
#6E4262
(110,66,98)
#5D3853
(93,56,83)
#4C2E44
(76,46,68)
#3B2435
(59,36,53)
#2A1A26
(42,26,38)
#191017
(25,16,23)
#000000
(0,0,0)

Tints of #C374AD

#C374AD
(195,116,173)
#C880B4
(200,128,180)
#CD8CBB
(205,140,187)
#D298C2
(210,152,194)
#D7A4C9
(215,164,201)
#DCB0D0
(220,176,208)
#E1BCD7
(225,188,215)
#E6C8DE
(230,200,222)
#EBD4E5
(235,212,229)
#F0E0EC
(240,224,236)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C374AD color. Also use rgb(195,116,173) instead hex code.

Text Font Color

.myTextColor { color: #C374AD; }

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

This text font color is #C374AD.

Background Color

.myBgColor { background-color: #C374AD; }

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

This div background color is #C374AD.

Border color

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

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

This div border color is #C374AD.

Opacity

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

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

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

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

This text has shadow with #C374AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C374AD.

Preview

Color preview on black background

This text has color #C374AD on black background.


Color preview on white background

This text has color #C374AD on white background.


Black color preview on #C374AD background

This text has black color on #C374AD background.


White color preview on #C374AD background

This text has white color on #C374AD background.


Related colors

Complementary color

Complementary color for #hex is #3C8B52.


I love getcolorcode.com

Triadic colors

1 #ADC374 and #74ADC3 with #C374AD are triadic colors.

2 #AD74C3 and #74C3AD with #C374AD are triadic colors.