COLOR #C2336D

HEX: #C2336D
RGB: (194,51,109)

Color info

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

RGB color model

#C2336D color RGB value is (194,51,109).

  • red value is 194;
  • green value is 51;
  • blue value is 109.
RGB:
(194,51,109)
(76%,20%,43%)

RGB channels and saturation

R 194 of 255 = 76%
G 51 of 255 = 20%
B 109 of 255 = 43%

194
51
109

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

Portions of RGB colors in percentages

R + G + B =
194 + 51 + 109 = 354 (100%)
R 194 of 354 ~ 54.8%
G 51 of 354 ~ 14.41%
B 109 of 354 ~ 30.79%

%54.8
%14.41
%30.79

CMYK color model

#C2336D color CMYK value is (0,74,44,24).

  • cyan value is 0.00%
  • magenta value is 73.71%
  • yellow value is 43.81%
  • key color value is 23.92%
CMYK:
(0,74,44,24)
C0M74Y44K24 
(0%,74%,44%,24%)
(0.00/0.74/0.44/0.24)	

CMYK percentages

%0
%73.71
%43.81
%23.92

Codes

Color #C2336D in popluar color models

C2336D
RGB19451109
HSL336°58.37%48.04%
HSB/HSV336°73.71%76.08%
CMYK0.00%73.71%43.81%
23.92%

Color #C2336D in popluar number systems.

HEXC2336D
Decimal19451109
Binary110000101100111101101
Octal30263155

Shades and tints

Shades of #C2336D

#C2336D
(194,51,109)
#B12F64
(177,47,100)
#A02B5B
(160,43,91)
#8F2752
(143,39,82)
#7E2349
(126,35,73)
#6D1F40
(109,31,64)
#5C1B37
(92,27,55)
#4B172E
(75,23,46)
#3A1325
(58,19,37)
#290F1C
(41,15,28)
#180B13
(24,11,19)
#000000
(0,0,0)

Tints of #C2336D

#C2336D
(194,51,109)
#C7457A
(199,69,122)
#CC5787
(204,87,135)
#D16994
(209,105,148)
#D67BA1
(214,123,161)
#DB8DAE
(219,141,174)
#E09FBB
(224,159,187)
#E5B1C8
(229,177,200)
#EAC3D5
(234,195,213)
#EFD5E2
(239,213,226)
#F4E7EF
(244,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2336D color. Also use rgb(194,51,109) instead hex code.

Text Font Color

.myTextColor { color: #C2336D; }

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

This text font color is #C2336D.


Background Color

.myBgColor { background-color: #C2336D; }

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

This div background color is #C2336D.


Border color

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

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

This div border color is #C2336D.


Opacity

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

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

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

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

This text has shadow with #C2336D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2336D on black background.


Color preview on white background

This text has color #C2336D on white background.



Black color preview on #C2336D background

This text has black color on #C2336D background.


White color preview on #C2336D background

This text has white color on #C2336D background.