COLOR #C1428D

HEX: #C1428D
RGB: (193,66,141)

Color info

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

RGB color model

#C1428D color RGB value is (193,66,141).

  • red value is 193;
  • green value is 66;
  • blue value is 141.
RGB:
(193,66,141)
(76%,26%,55%)

RGB channels and saturation

R 193 of 255 = 76%
G 66 of 255 = 26%
B 141 of 255 = 55%

193
66
141

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

Portions of RGB colors in percentages

R + G + B =
193 + 66 + 141 = 400 (100%)
R 193 of 400 ~ 48.25%
G 66 of 400 ~ 16.5%
B 141 of 400 ~ 35.25%

%48.25
%16.5
%35.25

CMYK color model

#C1428D color CMYK value is (0,66,27,24).

  • cyan value is 0.00%
  • magenta value is 65.80%
  • yellow value is 26.94%
  • key color value is 24.31%
CMYK:
(0,66,27,24)
C0M66Y27K24 
(0%,66%,27%,24%)
(0.00/0.66/0.27/0.24)	

CMYK percentages

%0
%65.8
%26.94
%24.31

Codes

Color #C1428D in popluar color models

C1428D
RGB19366141
HSL325°50.60%50.78%
HSB/HSV325°65.80%75.69%
CMYK0.00%65.80%26.94%
24.31%

Color #C1428D in popluar number systems.

HEXC1428D
Decimal19366141
Binary11000001100001010001101
Octal301102215

Shades and tints

Shades of #C1428D

#C1428D
(193,66,141)
#B03C81
(176,60,129)
#9F3675
(159,54,117)
#8E3069
(142,48,105)
#7D2A5D
(125,42,93)
#6C2451
(108,36,81)
#5B1E45
(91,30,69)
#4A1839
(74,24,57)
#39122D
(57,18,45)
#280C21
(40,12,33)
#170615
(23,6,21)
#000000
(0,0,0)

Tints of #C1428D

#C1428D
(193,66,141)
#C65397
(198,83,151)
#CB64A1
(203,100,161)
#D075AB
(208,117,171)
#D586B5
(213,134,181)
#DA97BF
(218,151,191)
#DFA8C9
(223,168,201)
#E4B9D3
(228,185,211)
#E9CADD
(233,202,221)
#EEDBE7
(238,219,231)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1428D color. Also use rgb(193,66,141) instead hex code.

Text Font Color

.myTextColor { color: #C1428D; }

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

This text font color is #C1428D.


Background Color

.myBgColor { background-color: #C1428D; }

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

This div background color is #C1428D.


Border color

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

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

This div border color is #C1428D.


Opacity

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

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

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

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

This text has shadow with #C1428D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1428D on black background.


Color preview on white background

This text has color #C1428D on white background.



Black color preview on #C1428D background

This text has black color on #C1428D background.


White color preview on #C1428D background

This text has white color on #C1428D background.