COLOR #C2416C

HEX: #C2416C
RGB: (194,65,108)

Color info

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

RGB color model

#C2416C color RGB value is (194,65,108).

  • red value is 194;
  • green value is 65;
  • blue value is 108.
RGB:
(194,65,108)
(76%,25%,42%)

RGB channels and saturation

R 194 of 255 = 76%
G 65 of 255 = 25%
B 108 of 255 = 42%

194
65
108

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

Portions of RGB colors in percentages

R + G + B =
194 + 65 + 108 = 367 (100%)
R 194 of 367 ~ 52.86%
G 65 of 367 ~ 17.71%
B 108 of 367 ~ 29.43%

%52.86
%17.71
%29.43

CMYK color model

#C2416C color CMYK value is (0,66,44,24).

  • cyan value is 0.00%
  • magenta value is 66.49%
  • yellow value is 44.33%
  • key color value is 23.92%
CMYK:
(0,66,44,24)
C0M66Y44K24 
(0%,66%,44%,24%)
(0.00/0.66/0.44/0.24)	

CMYK percentages

%0
%66.49
%44.33
%23.92

Codes

Color #C2416C in popluar color models

C2416C
RGB19465108
HSL340°51.39%50.78%
HSB/HSV340°66.49%76.08%
CMYK0.00%66.49%44.33%
23.92%

Color #C2416C in popluar number systems.

HEXC2416C
Decimal19465108
Binary1100001010000011101100
Octal302101154

Shades and tints

Shades of #C2416C

#C2416C
(194,65,108)
#B13C63
(177,60,99)
#A0375A
(160,55,90)
#8F3251
(143,50,81)
#7E2D48
(126,45,72)
#6D283F
(109,40,63)
#5C2336
(92,35,54)
#4B1E2D
(75,30,45)
#3A1924
(58,25,36)
#29141B
(41,20,27)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #C2416C

#C2416C
(194,65,108)
#C75279
(199,82,121)
#CC6386
(204,99,134)
#D17493
(209,116,147)
#D685A0
(214,133,160)
#DB96AD
(219,150,173)
#E0A7BA
(224,167,186)
#E5B8C7
(229,184,199)
#EAC9D4
(234,201,212)
#EFDAE1
(239,218,225)
#F4EBEE
(244,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2416C color. Also use rgb(194,65,108) instead hex code.

Text Font Color

.myTextColor { color: #C2416C; }

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

This text font color is #C2416C.


Background Color

.myBgColor { background-color: #C2416C; }

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

This div background color is #C2416C.


Border color

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

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

This div border color is #C2416C.


Opacity

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

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

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

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

This text has shadow with #C2416C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2416C on black background.


Color preview on white background

This text has color #C2416C on white background.



Black color preview on #C2416C background

This text has black color on #C2416C background.


White color preview on #C2416C background

This text has white color on #C2416C background.