COLOR #C21C60

HEX: #C21C60
RGB: (194,28,96)

Color info

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

RGB color model

#C21C60 color RGB value is (194,28,96).

  • red value is 194;
  • green value is 28;
  • blue value is 96.
RGB:
(194,28,96)
(76%,11%,38%)

RGB channels and saturation

R 194 of 255 = 76%
G 28 of 255 = 11%
B 96 of 255 = 38%

194
28
96

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

Portions of RGB colors in percentages

R + G + B =
194 + 28 + 96 = 318 (100%)
R 194 of 318 ~ 61.01%
G 28 of 318 ~ 8.81%
B 96 of 318 ~ 30.19%

%61.01
%30.19

CMYK color model

#C21C60 color CMYK value is (0,86,51,24).

  • cyan value is 0.00%
  • magenta value is 85.57%
  • yellow value is 50.52%
  • key color value is 23.92%
CMYK:
(0,86,51,24)
C0M86Y51K24 
(0%,86%,51%,24%)
(0.00/0.86/0.51/0.24)	

CMYK percentages

%0
%85.57
%50.52
%23.92

Codes

Color #C21C60 in popluar color models

C21C60
RGB1942896
HSL335°74.77%43.53%
HSB/HSV335°85.57%76.08%
CMYK0.00%85.57%50.52%
23.92%

Color #C21C60 in popluar number systems.

HEXC21C60
Decimal1942896
Binary11000010111001100000
Octal30234140

Shades and tints

Shades of #C21C60

#C21C60
(194,28,96)
#B11A58
(177,26,88)
#A01850
(160,24,80)
#8F1648
(143,22,72)
#7E1440
(126,20,64)
#6D1238
(109,18,56)
#5C1030
(92,16,48)
#4B0E28
(75,14,40)
#3A0C20
(58,12,32)
#290A18
(41,10,24)
#180810
(24,8,16)
#000000
(0,0,0)

Tints of #C21C60

#C21C60
(194,28,96)
#C7306E
(199,48,110)
#CC447C
(204,68,124)
#D1588A
(209,88,138)
#D66C98
(214,108,152)
#DB80A6
(219,128,166)
#E094B4
(224,148,180)
#E5A8C2
(229,168,194)
#EABCD0
(234,188,208)
#EFD0DE
(239,208,222)
#F4E4EC
(244,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C21C60 color. Also use rgb(194,28,96) instead hex code.

Text Font Color

.myTextColor { color: #C21C60; }

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

This text font color is #C21C60.


Background Color

.myBgColor { background-color: #C21C60; }

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

This div background color is #C21C60.


Border color

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

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

This div border color is #C21C60.


Opacity

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

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

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

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

This text has shadow with #C21C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C21C60 on black background.


Color preview on white background

This text has color #C21C60 on white background.



Black color preview on #C21C60 background

This text has black color on #C21C60 background.


White color preview on #C21C60 background

This text has white color on #C21C60 background.