COLOR #C31D78

HEX: #C31D78 RGB: (195,29,120)

Color info

#C31D78 contains mainly red color. Web safe color of #C31D78 is #CC3366 (or #C36).

RGB color model

#C31D78 color RGB value is (195,29,120).

RGB: (195,29,120) (76%, 11%, 47%)

RGB channels and saturation

R 195 of 255 = 76%
G 29 of 255 = 11%
B 120 of 255 = 47%

195
29
120

R + G + B ~ 45%. #C31D78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 195 + 29 + 120 = 344 (100%)
R 195 of 344 ~ 56.69%
G 29 of 344 ~ 8.43%
B 120 of 344 ~ 34.88'%

%56.69
%34.88

CMYK color model

#C31D78 color CMYK value is (0,85,38,24).

  • cyan value is 0.00%
  • magenta value is 85.13%
  • yellow value is 38.46%
  • key color value is 23.53%

CMYK: (0,85,38,24)
C0M85Y38K24 (0%, 85%, 38%, 24%)
(0.00 / 0.85 / 0.38 / 0.24)

CMYK percentages

%0
%85.13
%38.46
%23.53

Codes

Color #C31D78 in popluar color models

C3 1D 78
RGB 195 29 120
HSL 327° 74.11% 43.92%
HSB/HSV 327° 85.13% 76.47%
CMYK 0.00% 85.13% 38.46%
23.53%

Color #C31D78 in popluar number systems.

HEX C3 1D 78
Decimal 195 29 120
Binary 11000011 11101 1111000
Octal 303 35 170

Shades and tints

Shades of #C31D78

#C31D78
(195,29,120)
#B21B6E
(178,27,110)
#A11964
(161,25,100)
#90175A
(144,23,90)
#7F1550
(127,21,80)
#6E1346
(110,19,70)
#5D113C
(93,17,60)
#4C0F32
(76,15,50)
#3B0D28
(59,13,40)
#2A0B1E
(42,11,30)
#190914
(25,9,20)
#000000
(0,0,0)

Tints of #C31D78

#C31D78
(195,29,120)
#C83184
(200,49,132)
#CD4590
(205,69,144)
#D2599C
(210,89,156)
#D76DA8
(215,109,168)
#DC81B4
(220,129,180)
#E195C0
(225,149,192)
#E6A9CC
(230,169,204)
#EBBDD8
(235,189,216)
#F0D1E4
(240,209,228)
#F5E5F0
(245,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C31D78 color. Also use rgb(195,29,120) instead hex code.

Text Font Color

.myTextColor { color: #C31D78; }

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

This text font color is #C31D78.

Background Color

.myBgColor { background-color: #C31D78; }

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

This div background color is #C31D78.

Border color

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

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

This div border color is #C31D78.

Opacity

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

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

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

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

This text has shadow with #C31D78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C31D78.

Preview

Color preview on black background

This text has color #C31D78 on black background.


Color preview on white background

This text has color #C31D78 on white background.


Black color preview on #C31D78 background

This text has black color on #C31D78 background.


White color preview on #C31D78 background

This text has white color on #C31D78 background.


Related colors

Complementary color

Complementary color for #hex is #3CE287.


I love getcolorcode.com

Triadic colors

1 #78C31D and #1D78C3 with #C31D78 are triadic colors.

2 #781DC3 and #1DC378 with #C31D78 are triadic colors.