COLOR #C14B8F

HEX: #C14B8F
RGB: (193,75,143)

Color info

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

RGB color model

#C14B8F color RGB value is (193,75,143).

  • red value is 193;
  • green value is 75;
  • blue value is 143.
RGB:
(193,75,143)
(76%,29%,56%)

RGB channels and saturation

R 193 of 255 = 76%
G 75 of 255 = 29%
B 143 of 255 = 56%

193
75
143

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

Portions of RGB colors in percentages

R + G + B =
193 + 75 + 143 = 411 (100%)
R 193 of 411 ~ 46.96%
G 75 of 411 ~ 18.25%
B 143 of 411 ~ 34.79%

%46.96
%18.25
%34.79

CMYK color model

#C14B8F color CMYK value is (0,61,26,24).

  • cyan value is 0.00%
  • magenta value is 61.14%
  • yellow value is 25.91%
  • key color value is 24.31%
CMYK:
(0,61,26,24)
C0M61Y26K24 
(0%,61%,26%,24%)
(0.00/0.61/0.26/0.24)	

CMYK percentages

%0
%61.14
%25.91
%24.31

Codes

Color #C14B8F in popluar color models

C14B8F
RGB19375143
HSL325°48.76%52.55%
HSB/HSV325°61.14%75.69%
CMYK0.00%61.14%25.91%
24.31%

Color #C14B8F in popluar number systems.

HEXC14B8F
Decimal19375143
Binary11000001100101110001111
Octal301113217

Shades and tints

Shades of #C14B8F

#C14B8F
(193,75,143)
#B04582
(176,69,130)
#9F3F75
(159,63,117)
#8E3968
(142,57,104)
#7D335B
(125,51,91)
#6C2D4E
(108,45,78)
#5B2741
(91,39,65)
#4A2134
(74,33,52)
#391B27
(57,27,39)
#28151A
(40,21,26)
#170F0D
(23,15,13)
#000000
(0,0,0)

Tints of #C14B8F

#C14B8F
(193,75,143)
#C65B99
(198,91,153)
#CB6BA3
(203,107,163)
#D07BAD
(208,123,173)
#D58BB7
(213,139,183)
#DA9BC1
(218,155,193)
#DFABCB
(223,171,203)
#E4BBD5
(228,187,213)
#E9CBDF
(233,203,223)
#EEDBE9
(238,219,233)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C14B8F color. Also use rgb(193,75,143) instead hex code.

Text Font Color

.myTextColor { color: #C14B8F; }

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

This text font color is #C14B8F.


Background Color

.myBgColor { background-color: #C14B8F; }

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

This div background color is #C14B8F.


Border color

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

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

This div border color is #C14B8F.


Opacity

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

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

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

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

This text has shadow with #C14B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C14B8F on black background.


Color preview on white background

This text has color #C14B8F on white background.



Black color preview on #C14B8F background

This text has black color on #C14B8F background.


White color preview on #C14B8F background

This text has white color on #C14B8F background.