COLOR #C34187

HEX: #C34187 RGB: (195,65,135)

Color info

#C34187 contains mainly red color. Web safe color of #C34187 is #CC3399 (or #C39).

RGB color model

#C34187 color RGB value is (195,65,135).

RGB: (195,65,135) (76%, 25%, 53%)

RGB channels and saturation

R 195 of 255 = 76%
G 65 of 255 = 25%
B 135 of 255 = 53%

195
65
135

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

Portions of RGB colors in percentages

R + G + B = 195 + 65 + 135 = 395 (100%)
R 195 of 395 ~ 49.37%
G 65 of 395 ~ 16.46%
B 135 of 395 ~ 34.18'%

%49.37
%16.46
%34.18

CMYK color model

#C34187 color CMYK value is (0,67,31,24).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 30.77%
  • key color value is 23.53%

CMYK: (0,67,31,24)
C0M67Y31K24 (0%, 67%, 31%, 24%)
(0.00 / 0.67 / 0.31 / 0.24)

CMYK percentages

%0
%66.67
%30.77
%23.53

Codes

Color #C34187 in popluar color models

C3 41 87
RGB 195 65 135
HSL 328° 52.00% 50.98%
HSB/HSV 328° 66.67% 76.47%
CMYK 0.00% 66.67% 30.77%
23.53%

Color #C34187 in popluar number systems.

HEX C3 41 87
Decimal 195 65 135
Binary 11000011 1000001 10000111
Octal 303 101 207

Shades and tints

Shades of #C34187

#C34187
(195,65,135)
#B23C7B
(178,60,123)
#A1376F
(161,55,111)
#903263
(144,50,99)
#7F2D57
(127,45,87)
#6E284B
(110,40,75)
#5D233F
(93,35,63)
#4C1E33
(76,30,51)
#3B1927
(59,25,39)
#2A141B
(42,20,27)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #C34187

#C34187
(195,65,135)
#C85291
(200,82,145)
#CD639B
(205,99,155)
#D274A5
(210,116,165)
#D785AF
(215,133,175)
#DC96B9
(220,150,185)
#E1A7C3
(225,167,195)
#E6B8CD
(230,184,205)
#EBC9D7
(235,201,215)
#F0DAE1
(240,218,225)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C34187 color. Also use rgb(195,65,135) instead hex code.

Text Font Color

.myTextColor { color: #C34187; }

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

This text font color is #C34187.

Background Color

.myBgColor { background-color: #C34187; }

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

This div background color is #C34187.

Border color

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

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

This div border color is #C34187.

Opacity

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

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

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

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

This text has shadow with #C34187 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C34187.

Preview

Color preview on black background

This text has color #C34187 on black background.


Color preview on white background

This text has color #C34187 on white background.


Black color preview on #C34187 background

This text has black color on #C34187 background.


White color preview on #C34187 background

This text has white color on #C34187 background.


Related colors

Complementary color

Complementary color for #hex is #3CBE78.


I love getcolorcode.com

Triadic colors

1 #87C341 and #4187C3 with #C34187 are triadic colors.

2 #8741C3 and #41C387 with #C34187 are triadic colors.