COLOR #C14F8B

HEX: #C14F8B
RGB: (193,79,139)

Color info

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

RGB color model

#C14F8B color RGB value is (193,79,139).

  • red value is 193;
  • green value is 79;
  • blue value is 139.
RGB:
(193,79,139)
(76%,31%,55%)

RGB channels and saturation

R 193 of 255 = 76%
G 79 of 255 = 31%
B 139 of 255 = 55%

193
79
139

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

Portions of RGB colors in percentages

R + G + B =
193 + 79 + 139 = 411 (100%)
R 193 of 411 ~ 46.96%
G 79 of 411 ~ 19.22%
B 139 of 411 ~ 33.82%

%46.96
%19.22
%33.82

CMYK color model

#C14F8B color CMYK value is (0,59,28,24).

  • cyan value is 0.00%
  • magenta value is 59.07%
  • yellow value is 27.98%
  • key color value is 24.31%
CMYK:
(0,59,28,24)
C0M59Y28K24 
(0%,59%,28%,24%)
(0.00/0.59/0.28/0.24)	

CMYK percentages

%0
%59.07
%27.98
%24.31

Codes

Color #C14F8B in popluar color models

C14F8B
RGB19379139
HSL328°47.90%53.33%
HSB/HSV328°59.07%75.69%
CMYK0.00%59.07%27.98%
24.31%

Color #C14F8B in popluar number systems.

HEXC14F8B
Decimal19379139
Binary11000001100111110001011
Octal301117213

Shades and tints

Shades of #C14F8B

#C14F8B
(193,79,139)
#B0487F
(176,72,127)
#9F4173
(159,65,115)
#8E3A67
(142,58,103)
#7D335B
(125,51,91)
#6C2C4F
(108,44,79)
#5B2543
(91,37,67)
#4A1E37
(74,30,55)
#39172B
(57,23,43)
#28101F
(40,16,31)
#170913
(23,9,19)
#000000
(0,0,0)

Tints of #C14F8B

#C14F8B
(193,79,139)
#C65F95
(198,95,149)
#CB6F9F
(203,111,159)
#D07FA9
(208,127,169)
#D58FB3
(213,143,179)
#DA9FBD
(218,159,189)
#DFAFC7
(223,175,199)
#E4BFD1
(228,191,209)
#E9CFDB
(233,207,219)
#EEDFE5
(238,223,229)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C14F8B color. Also use rgb(193,79,139) instead hex code.

Text Font Color

.myTextColor { color: #C14F8B; }

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

This text font color is #C14F8B.


Background Color

.myBgColor { background-color: #C14F8B; }

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

This div background color is #C14F8B.


Border color

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

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

This div border color is #C14F8B.


Opacity

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

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

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

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

This text has shadow with #C14F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C14F8B on black background.


Color preview on white background

This text has color #C14F8B on white background.



Black color preview on #C14F8B background

This text has black color on #C14F8B background.


White color preview on #C14F8B background

This text has white color on #C14F8B background.