COLOR #C14A7C

HEX: #C14A7C
RGB: (193,74,124)

Color info

#C14A7C contains mainly red color. Web safe color of #C14A7C is #CC3366 (or #C36).

RGB color model

#C14A7C color RGB value is (193,74,124).

  • red value is 193;
  • green value is 74;
  • blue value is 124.
RGB:
(193,74,124)
(76%,29%,49%)

RGB channels and saturation

R 193 of 255 = 76%
G 74 of 255 = 29%
B 124 of 255 = 49%

193
74
124

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

Portions of RGB colors in percentages

R + G + B =
193 + 74 + 124 = 391 (100%)
R 193 of 391 ~ 49.36%
G 74 of 391 ~ 18.93%
B 124 of 391 ~ 31.71%

%49.36
%18.93
%31.71

CMYK color model

#C14A7C color CMYK value is (0,62,36,24).

  • cyan value is 0.00%
  • magenta value is 61.66%
  • yellow value is 35.75%
  • key color value is 24.31%
CMYK:
(0,62,36,24)
C0M62Y36K24 
(0%,62%,36%,24%)
(0.00/0.62/0.36/0.24)	

CMYK percentages

%0
%61.66
%35.75
%24.31

Codes

Color #C14A7C in popluar color models

C14A7C
RGB19374124
HSL335°48.97%52.35%
HSB/HSV335°61.66%75.69%
CMYK0.00%61.66%35.75%
24.31%

Color #C14A7C in popluar number systems.

HEXC14A7C
Decimal19374124
Binary1100000110010101111100
Octal301112174

Shades and tints

Shades of #C14A7C

#C14A7C
(193,74,124)
#B04471
(176,68,113)
#9F3E66
(159,62,102)
#8E385B
(142,56,91)
#7D3250
(125,50,80)
#6C2C45
(108,44,69)
#5B263A
(91,38,58)
#4A202F
(74,32,47)
#391A24
(57,26,36)
#281419
(40,20,25)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #C14A7C

#C14A7C
(193,74,124)
#C65A87
(198,90,135)
#CB6A92
(203,106,146)
#D07A9D
(208,122,157)
#D58AA8
(213,138,168)
#DA9AB3
(218,154,179)
#DFAABE
(223,170,190)
#E4BAC9
(228,186,201)
#E9CAD4
(233,202,212)
#EEDADF
(238,218,223)
#F3EAEA
(243,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C14A7C color. Also use rgb(193,74,124) instead hex code.

Text Font Color

.myTextColor { color: #C14A7C; }

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

This text font color is #C14A7C.


Background Color

.myBgColor { background-color: #C14A7C; }

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

This div background color is #C14A7C.


Border color

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

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

This div border color is #C14A7C.


Opacity

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

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

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

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

This text has shadow with #C14A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C14A7C on black background.


Color preview on white background

This text has color #C14A7C on white background.



Black color preview on #C14A7C background

This text has black color on #C14A7C background.


White color preview on #C14A7C background

This text has white color on #C14A7C background.