COLOR #C34F85

HEX: #C34F85
RGB: (195,79,133)

Color info

#C34F85 contains mainly red color. Web safe color of #C34F85 is #CC6699 (or #C69).

RGB color model

#C34F85 color RGB value is (195,79,133).

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

RGB channels and saturation

R 195 of 255 = 76%
G 79 of 255 = 31%
B 133 of 255 = 52%

195
79
133

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

Portions of RGB colors in percentages

R + G + B =
195 + 79 + 133 = 407 (100%)
R 195 of 407 ~ 47.91%
G 79 of 407 ~ 19.41%
B 133 of 407 ~ 32.68%

%47.91
%19.41
%32.68

CMYK color model

#C34F85 color CMYK value is (0,59,32,24).

  • cyan value is 0.00%
  • magenta value is 59.49%
  • yellow value is 31.79%
  • key color value is 23.53%
CMYK:
(0,59,32,24)
C0M59Y32K24 
(0%,59%,32%,24%)
(0.00/0.59/0.32/0.24)	

CMYK percentages

%0
%59.49
%31.79
%23.53

Codes

Color #C34F85 in popluar color models

C34F85
RGB19579133
HSL332°49.15%53.73%
HSB/HSV332°59.49%76.47%
CMYK0.00%59.49%31.79%
23.53%

Color #C34F85 in popluar number systems.

HEXC34F85
Decimal19579133
Binary11000011100111110000101
Octal303117205

Shades and tints

Shades of #C34F85

#C34F85
(195,79,133)
#B24879
(178,72,121)
#A1416D
(161,65,109)
#903A61
(144,58,97)
#7F3355
(127,51,85)
#6E2C49
(110,44,73)
#5D253D
(93,37,61)
#4C1E31
(76,30,49)
#3B1725
(59,23,37)
#2A1019
(42,16,25)
#19090D
(25,9,13)
#000000
(0,0,0)

Tints of #C34F85

#C34F85
(195,79,133)
#C85F90
(200,95,144)
#CD6F9B
(205,111,155)
#D27FA6
(210,127,166)
#D78FB1
(215,143,177)
#DC9FBC
(220,159,188)
#E1AFC7
(225,175,199)
#E6BFD2
(230,191,210)
#EBCFDD
(235,207,221)
#F0DFE8
(240,223,232)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C34F85; }

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

This text font color is #C34F85.


Background Color

.myBgColor { background-color: #C34F85; }

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

This div background color is #C34F85.


Border color

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

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

This div border color is #C34F85.


Opacity

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

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

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

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

This text has shadow with #C34F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C34F85 on black background.


Color preview on white background

This text has color #C34F85 on white background.



Black color preview on #C34F85 background

This text has black color on #C34F85 background.


White color preview on #C34F85 background

This text has white color on #C34F85 background.