COLOR #C34F88

HEX: #C34F88
RGB: (195,79,136)

Color info

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

RGB color model

#C34F88 color RGB value is (195,79,136).

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

RGB channels and saturation

R 195 of 255 = 76%
G 79 of 255 = 31%
B 136 of 255 = 53%

195
79
136

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

Portions of RGB colors in percentages

R + G + B =
195 + 79 + 136 = 410 (100%)
R 195 of 410 ~ 47.56%
G 79 of 410 ~ 19.27%
B 136 of 410 ~ 33.17%

%47.56
%19.27
%33.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 59.49%
  • yellow value is 30.26%
  • 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
%30.26
%23.53

Codes

Color #C34F88 in popluar color models

C34F88
RGB19579136
HSL331°49.15%53.73%
HSB/HSV331°59.49%76.47%
CMYK0.00%59.49%30.26%
23.53%

Color #C34F88 in popluar number systems.

HEXC34F88
Decimal19579136
Binary11000011100111110001000
Octal303117210

Shades and tints

Shades of #C34F88

#C34F88
(195,79,136)
#B2487C
(178,72,124)
#A14170
(161,65,112)
#903A64
(144,58,100)
#7F3358
(127,51,88)
#6E2C4C
(110,44,76)
#5D2540
(93,37,64)
#4C1E34
(76,30,52)
#3B1728
(59,23,40)
#2A101C
(42,16,28)
#190910
(25,9,16)
#000000
(0,0,0)

Tints of #C34F88

#C34F88
(195,79,136)
#C85F92
(200,95,146)
#CD6F9C
(205,111,156)
#D27FA6
(210,127,166)
#D78FB0
(215,143,176)
#DC9FBA
(220,159,186)
#E1AFC4
(225,175,196)
#E6BFCE
(230,191,206)
#EBCFD8
(235,207,216)
#F0DFE2
(240,223,226)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C34F88; }

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

This text font color is #C34F88.


Background Color

.myBgColor { background-color: #C34F88; }

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

This div background color is #C34F88.


Border color

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

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

This div border color is #C34F88.


Opacity

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

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

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

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

This text has shadow with #C34F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C34F88 on black background.


Color preview on white background

This text has color #C34F88 on white background.



Black color preview on #C34F88 background

This text has black color on #C34F88 background.


White color preview on #C34F88 background

This text has white color on #C34F88 background.