COLOR #C34F89

HEX: #C34F89
RGB: (195,79,137)

Color info

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

RGB color model

#C34F89 color RGB value is (195,79,137).

  • red value is 195;
  • green value is 79;
  • blue value is 137.
RGB:
(195,79,137)
(76%,31%,54%)

RGB channels and saturation

R 195 of 255 = 76%
G 79 of 255 = 31%
B 137 of 255 = 54%

195
79
137

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

Portions of RGB colors in percentages

R + G + B =
195 + 79 + 137 = 411 (100%)
R 195 of 411 ~ 47.45%
G 79 of 411 ~ 19.22%
B 137 of 411 ~ 33.33%

%47.45
%19.22
%33.33

CMYK color model

#C34F89 color CMYK value is (0,59,30,24).

  • cyan value is 0.00%
  • magenta value is 59.49%
  • yellow value is 29.74%
  • key color value is 23.53%
CMYK:
(0,59,30,24)
C0M59Y30K24 
(0%,59%,30%,24%)
(0.00/0.59/0.30/0.24)	

CMYK percentages

%0
%59.49
%29.74
%23.53

Codes

Color #C34F89 in popluar color models

C34F89
RGB19579137
HSL330°49.15%53.73%
HSB/HSV330°59.49%76.47%
CMYK0.00%59.49%29.74%
23.53%

Color #C34F89 in popluar number systems.

HEXC34F89
Decimal19579137
Binary11000011100111110001001
Octal303117211

Shades and tints

Shades of #C34F89

#C34F89
(195,79,137)
#B2487D
(178,72,125)
#A14171
(161,65,113)
#903A65
(144,58,101)
#7F3359
(127,51,89)
#6E2C4D
(110,44,77)
#5D2541
(93,37,65)
#4C1E35
(76,30,53)
#3B1729
(59,23,41)
#2A101D
(42,16,29)
#190911
(25,9,17)
#000000
(0,0,0)

Tints of #C34F89

#C34F89
(195,79,137)
#C85F93
(200,95,147)
#CD6F9D
(205,111,157)
#D27FA7
(210,127,167)
#D78FB1
(215,143,177)
#DC9FBB
(220,159,187)
#E1AFC5
(225,175,197)
#E6BFCF
(230,191,207)
#EBCFD9
(235,207,217)
#F0DFE3
(240,223,227)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C34F89 color. Also use rgb(195,79,137) instead hex code.

Text Font Color

.myTextColor { color: #C34F89; }

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

This text font color is #C34F89.


Background Color

.myBgColor { background-color: #C34F89; }

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

This div background color is #C34F89.


Border color

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

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

This div border color is #C34F89.


Opacity

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

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

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

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

This text has shadow with #C34F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C34F89 on black background.


Color preview on white background

This text has color #C34F89 on white background.



Black color preview on #C34F89 background

This text has black color on #C34F89 background.


White color preview on #C34F89 background

This text has white color on #C34F89 background.