COLOR #C21E56

HEX: #C21E56
RGB: (194,30,86)

Color info

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

RGB color model

#C21E56 color RGB value is (194,30,86).

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

RGB channels and saturation

R 194 of 255 = 76%
G 30 of 255 = 12%
B 86 of 255 = 34%

194
30
86

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

Portions of RGB colors in percentages

R + G + B =
194 + 30 + 86 = 310 (100%)
R 194 of 310 ~ 62.58%
G 30 of 310 ~ 9.68%
B 86 of 310 ~ 27.74%

%62.58
%9.68
%27.74

CMYK color model

#C21E56 color CMYK value is (0,85,56,24).

  • cyan value is 0.00%
  • magenta value is 84.54%
  • yellow value is 55.67%
  • key color value is 23.92%
CMYK:
(0,85,56,24)
C0M85Y56K24 
(0%,85%,56%,24%)
(0.00/0.85/0.56/0.24)	

CMYK percentages

%0
%84.54
%55.67
%23.92

Codes

Color #C21E56 in popluar color models

C21E56
RGB1943086
HSL340°73.21%43.92%
HSB/HSV340°84.54%76.08%
CMYK0.00%84.54%55.67%
23.92%

Color #C21E56 in popluar number systems.

HEXC21E56
Decimal1943086
Binary11000010111101010110
Octal30236126

Shades and tints

Shades of #C21E56

#C21E56
(194,30,86)
#B11C4F
(177,28,79)
#A01A48
(160,26,72)
#8F1841
(143,24,65)
#7E163A
(126,22,58)
#6D1433
(109,20,51)
#5C122C
(92,18,44)
#4B1025
(75,16,37)
#3A0E1E
(58,14,30)
#290C17
(41,12,23)
#180A10
(24,10,16)
#000000
(0,0,0)

Tints of #C21E56

#C21E56
(194,30,86)
#C73265
(199,50,101)
#CC4674
(204,70,116)
#D15A83
(209,90,131)
#D66E92
(214,110,146)
#DB82A1
(219,130,161)
#E096B0
(224,150,176)
#E5AABF
(229,170,191)
#EABECE
(234,190,206)
#EFD2DD
(239,210,221)
#F4E6EC
(244,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C21E56; }

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

This text font color is #C21E56.


Background Color

.myBgColor { background-color: #C21E56; }

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

This div background color is #C21E56.


Border color

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

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

This div border color is #C21E56.


Opacity

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

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

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

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

This text has shadow with #C21E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C21E56 on black background.


Color preview on white background

This text has color #C21E56 on white background.



Black color preview on #C21E56 background

This text has black color on #C21E56 background.


White color preview on #C21E56 background

This text has white color on #C21E56 background.