COLOR #C21E7F

HEX: #C21E7F
RGB: (194,30,127)

Color info

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

RGB color model

#C21E7F color RGB value is (194,30,127).

  • red value is 194;
  • green value is 30;
  • blue value is 127.
RGB:
(194,30,127)
(76%,12%,50%)

RGB channels and saturation

R 194 of 255 = 76%
G 30 of 255 = 12%
B 127 of 255 = 50%

194
30
127

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

Portions of RGB colors in percentages

R + G + B =
194 + 30 + 127 = 351 (100%)
R 194 of 351 ~ 55.27%
G 30 of 351 ~ 8.55%
B 127 of 351 ~ 36.18%

%55.27
%36.18

CMYK color model

#C21E7F color CMYK value is (0,85,35,24).

  • cyan value is 0.00%
  • magenta value is 84.54%
  • yellow value is 34.54%
  • key color value is 23.92%
CMYK:
(0,85,35,24)
C0M85Y35K24 
(0%,85%,35%,24%)
(0.00/0.85/0.35/0.24)	

CMYK percentages

%0
%84.54
%34.54
%23.92

Codes

Color #C21E7F in popluar color models

C21E7F
RGB19430127
HSL325°73.21%43.92%
HSB/HSV325°84.54%76.08%
CMYK0.00%84.54%34.54%
23.92%

Color #C21E7F in popluar number systems.

HEXC21E7F
Decimal19430127
Binary11000010111101111111
Octal30236177

Shades and tints

Shades of #C21E7F

#C21E7F
(194,30,127)
#B11C74
(177,28,116)
#A01A69
(160,26,105)
#8F185E
(143,24,94)
#7E1653
(126,22,83)
#6D1448
(109,20,72)
#5C123D
(92,18,61)
#4B1032
(75,16,50)
#3A0E27
(58,14,39)
#290C1C
(41,12,28)
#180A11
(24,10,17)
#000000
(0,0,0)

Tints of #C21E7F

#C21E7F
(194,30,127)
#C7328A
(199,50,138)
#CC4695
(204,70,149)
#D15AA0
(209,90,160)
#D66EAB
(214,110,171)
#DB82B6
(219,130,182)
#E096C1
(224,150,193)
#E5AACC
(229,170,204)
#EABED7
(234,190,215)
#EFD2E2
(239,210,226)
#F4E6ED
(244,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C21E7F color. Also use rgb(194,30,127) instead hex code.

Text Font Color

.myTextColor { color: #C21E7F; }

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

This text font color is #C21E7F.


Background Color

.myBgColor { background-color: #C21E7F; }

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

This div background color is #C21E7F.


Border color

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

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

This div border color is #C21E7F.


Opacity

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

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

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

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

This text has shadow with #C21E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C21E7F on black background.


Color preview on white background

This text has color #C21E7F on white background.



Black color preview on #C21E7F background

This text has black color on #C21E7F background.


White color preview on #C21E7F background

This text has white color on #C21E7F background.