COLOR #C34A7F

HEX: #C34A7F
RGB: (195,74,127)

Color info

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

RGB color model

#C34A7F color RGB value is (195,74,127).

  • red value is 195;
  • green value is 74;
  • blue value is 127.
RGB:
(195,74,127)
(76%,29%,50%)

RGB channels and saturation

R 195 of 255 = 76%
G 74 of 255 = 29%
B 127 of 255 = 50%

195
74
127

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

Portions of RGB colors in percentages

R + G + B =
195 + 74 + 127 = 396 (100%)
R 195 of 396 ~ 49.24%
G 74 of 396 ~ 18.69%
B 127 of 396 ~ 32.07%

%49.24
%18.69
%32.07

CMYK color model

#C34A7F color CMYK value is (0,62,35,24).

  • cyan value is 0.00%
  • magenta value is 62.05%
  • yellow value is 34.87%
  • key color value is 23.53%
CMYK:
(0,62,35,24)
C0M62Y35K24 
(0%,62%,35%,24%)
(0.00/0.62/0.35/0.24)	

CMYK percentages

%0
%62.05
%34.87
%23.53

Codes

Color #C34A7F in popluar color models

C34A7F
RGB19574127
HSL334°50.21%52.75%
HSB/HSV334°62.05%76.47%
CMYK0.00%62.05%34.87%
23.53%

Color #C34A7F in popluar number systems.

HEXC34A7F
Decimal19574127
Binary1100001110010101111111
Octal303112177

Shades and tints

Shades of #C34A7F

#C34A7F
(195,74,127)
#B24474
(178,68,116)
#A13E69
(161,62,105)
#90385E
(144,56,94)
#7F3253
(127,50,83)
#6E2C48
(110,44,72)
#5D263D
(93,38,61)
#4C2032
(76,32,50)
#3B1A27
(59,26,39)
#2A141C
(42,20,28)
#190E11
(25,14,17)
#000000
(0,0,0)

Tints of #C34A7F

#C34A7F
(195,74,127)
#C85A8A
(200,90,138)
#CD6A95
(205,106,149)
#D27AA0
(210,122,160)
#D78AAB
(215,138,171)
#DC9AB6
(220,154,182)
#E1AAC1
(225,170,193)
#E6BACC
(230,186,204)
#EBCAD7
(235,202,215)
#F0DAE2
(240,218,226)
#F5EAED
(245,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C34A7F color. Also use rgb(195,74,127) instead hex code.

Text Font Color

.myTextColor { color: #C34A7F; }

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

This text font color is #C34A7F.


Background Color

.myBgColor { background-color: #C34A7F; }

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

This div background color is #C34A7F.


Border color

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

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

This div border color is #C34A7F.


Opacity

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

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

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

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

This text has shadow with #C34A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C34A7F on black background.


Color preview on white background

This text has color #C34A7F on white background.



Black color preview on #C34A7F background

This text has black color on #C34A7F background.


White color preview on #C34A7F background

This text has white color on #C34A7F background.