COLOR #C14C96

HEX: #C14C96
RGB: (193,76,150)

Color info

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

RGB color model

#C14C96 color RGB value is (193,76,150).

  • red value is 193;
  • green value is 76;
  • blue value is 150.
RGB:
(193,76,150)
(76%,30%,59%)

RGB channels and saturation

R 193 of 255 = 76%
G 76 of 255 = 30%
B 150 of 255 = 59%

193
76
150

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

Portions of RGB colors in percentages

R + G + B =
193 + 76 + 150 = 419 (100%)
R 193 of 419 ~ 46.06%
G 76 of 419 ~ 18.14%
B 150 of 419 ~ 35.8%

%46.06
%18.14
%35.8

CMYK color model

#C14C96 color CMYK value is (0,61,22,24).

  • cyan value is 0.00%
  • magenta value is 60.62%
  • yellow value is 22.28%
  • key color value is 24.31%
CMYK:
(0,61,22,24)
C0M61Y22K24 
(0%,61%,22%,24%)
(0.00/0.61/0.22/0.24)	

CMYK percentages

%0
%60.62
%22.28
%24.31

Codes

Color #C14C96 in popluar color models

C14C96
RGB19376150
HSL322°48.55%52.75%
HSB/HSV322°60.62%75.69%
CMYK0.00%60.62%22.28%
24.31%

Color #C14C96 in popluar number systems.

HEXC14C96
Decimal19376150
Binary11000001100110010010110
Octal301114226

Shades and tints

Shades of #C14C96

#C14C96
(193,76,150)
#B04689
(176,70,137)
#9F407C
(159,64,124)
#8E3A6F
(142,58,111)
#7D3462
(125,52,98)
#6C2E55
(108,46,85)
#5B2848
(91,40,72)
#4A223B
(74,34,59)
#391C2E
(57,28,46)
#281621
(40,22,33)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #C14C96

#C14C96
(193,76,150)
#C65C9F
(198,92,159)
#CB6CA8
(203,108,168)
#D07CB1
(208,124,177)
#D58CBA
(213,140,186)
#DA9CC3
(218,156,195)
#DFACCC
(223,172,204)
#E4BCD5
(228,188,213)
#E9CCDE
(233,204,222)
#EEDCE7
(238,220,231)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C14C96 color. Also use rgb(193,76,150) instead hex code.

Text Font Color

.myTextColor { color: #C14C96; }

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

This text font color is #C14C96.


Background Color

.myBgColor { background-color: #C14C96; }

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

This div background color is #C14C96.


Border color

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

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

This div border color is #C14C96.


Opacity

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

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

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

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

This text has shadow with #C14C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C14C96 on black background.


Color preview on white background

This text has color #C14C96 on white background.



Black color preview on #C14C96 background

This text has black color on #C14C96 background.


White color preview on #C14C96 background

This text has white color on #C14C96 background.