COLOR #C14382

HEX: #C14382
RGB: (193,67,130)

Color info

#C14382 contains mainly red color. Web safe color of #C14382 is #CC3399 (or #C39).

RGB color model

#C14382 color RGB value is (193,67,130).

  • red value is 193;
  • green value is 67;
  • blue value is 130.
RGB:
(193,67,130)
(76%,26%,51%)

RGB channels and saturation

R 193 of 255 = 76%
G 67 of 255 = 26%
B 130 of 255 = 51%

193
67
130

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

Portions of RGB colors in percentages

R + G + B =
193 + 67 + 130 = 390 (100%)
R 193 of 390 ~ 49.49%
G 67 of 390 ~ 17.18%
B 130 of 390 ~ 33.33%

%49.49
%17.18
%33.33

CMYK color model

#C14382 color CMYK value is (0,65,33,24).

  • cyan value is 0.00%
  • magenta value is 65.28%
  • yellow value is 32.64%
  • key color value is 24.31%
CMYK:
(0,65,33,24)
C0M65Y33K24 
(0%,65%,33%,24%)
(0.00/0.65/0.33/0.24)	

CMYK percentages

%0
%65.28
%32.64
%24.31

Codes

Color #C14382 in popluar color models

C14382
RGB19367130
HSL330°50.40%50.98%
HSB/HSV330°65.28%75.69%
CMYK0.00%65.28%32.64%
24.31%

Color #C14382 in popluar number systems.

HEXC14382
Decimal19367130
Binary11000001100001110000010
Octal301103202

Shades and tints

Shades of #C14382

#C14382
(193,67,130)
#B03D77
(176,61,119)
#9F376C
(159,55,108)
#8E3161
(142,49,97)
#7D2B56
(125,43,86)
#6C254B
(108,37,75)
#5B1F40
(91,31,64)
#4A1935
(74,25,53)
#39132A
(57,19,42)
#280D1F
(40,13,31)
#170714
(23,7,20)
#000000
(0,0,0)

Tints of #C14382

#C14382
(193,67,130)
#C6548D
(198,84,141)
#CB6598
(203,101,152)
#D076A3
(208,118,163)
#D587AE
(213,135,174)
#DA98B9
(218,152,185)
#DFA9C4
(223,169,196)
#E4BACF
(228,186,207)
#E9CBDA
(233,203,218)
#EEDCE5
(238,220,229)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C14382 color. Also use rgb(193,67,130) instead hex code.

Text Font Color

.myTextColor { color: #C14382; }

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

This text font color is #C14382.


Background Color

.myBgColor { background-color: #C14382; }

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

This div background color is #C14382.


Border color

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

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

This div border color is #C14382.


Opacity

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

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

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

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

This text has shadow with #C14382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C14382 on black background.


Color preview on white background

This text has color #C14382 on white background.



Black color preview on #C14382 background

This text has black color on #C14382 background.


White color preview on #C14382 background

This text has white color on #C14382 background.