COLOR #C34C8E

HEX: #C34C8E
RGB: (195,76,142)

Color info

#C34C8E contains mainly red and blue colors. Web safe color of #C34C8E is #CC3399 (or #C39).

RGB color model

#C34C8E color RGB value is (195,76,142).

  • red value is 195;
  • green value is 76;
  • blue value is 142.
RGB:
(195,76,142)
(76%,30%,56%)

RGB channels and saturation

R 195 of 255 = 76%
G 76 of 255 = 30%
B 142 of 255 = 56%

195
76
142

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

Portions of RGB colors in percentages

R + G + B =
195 + 76 + 142 = 413 (100%)
R 195 of 413 ~ 47.22%
G 76 of 413 ~ 18.4%
B 142 of 413 ~ 34.38%

%47.22
%18.4
%34.38

CMYK color model

#C34C8E color CMYK value is (0,61,27,24).

  • cyan value is 0.00%
  • magenta value is 61.03%
  • yellow value is 27.18%
  • key color value is 23.53%
CMYK:
(0,61,27,24)
C0M61Y27K24 
(0%,61%,27%,24%)
(0.00/0.61/0.27/0.24)	

CMYK percentages

%0
%61.03
%27.18
%23.53

Codes

Color #C34C8E in popluar color models

C34C8E
RGB19576142
HSL327°49.79%53.14%
HSB/HSV327°61.03%76.47%
CMYK0.00%61.03%27.18%
23.53%

Color #C34C8E in popluar number systems.

HEXC34C8E
Decimal19576142
Binary11000011100110010001110
Octal303114216

Shades and tints

Shades of #C34C8E

#C34C8E
(195,76,142)
#B24682
(178,70,130)
#A14076
(161,64,118)
#903A6A
(144,58,106)
#7F345E
(127,52,94)
#6E2E52
(110,46,82)
#5D2846
(93,40,70)
#4C223A
(76,34,58)
#3B1C2E
(59,28,46)
#2A1622
(42,22,34)
#191016
(25,16,22)
#000000
(0,0,0)

Tints of #C34C8E

#C34C8E
(195,76,142)
#C85C98
(200,92,152)
#CD6CA2
(205,108,162)
#D27CAC
(210,124,172)
#D78CB6
(215,140,182)
#DC9CC0
(220,156,192)
#E1ACCA
(225,172,202)
#E6BCD4
(230,188,212)
#EBCCDE
(235,204,222)
#F0DCE8
(240,220,232)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C34C8E color. Also use rgb(195,76,142) instead hex code.

Text Font Color

.myTextColor { color: #C34C8E; }

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

This text font color is #C34C8E.


Background Color

.myBgColor { background-color: #C34C8E; }

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

This div background color is #C34C8E.


Border color

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

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

This div border color is #C34C8E.


Opacity

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

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

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

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

This text has shadow with #C34C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C34C8E on black background.


Color preview on white background

This text has color #C34C8E on white background.



Black color preview on #C34C8E background

This text has black color on #C34C8E background.


White color preview on #C34C8E background

This text has white color on #C34C8E background.