COLOR #C2339D

HEX: #C2339D
RGB: (194,51,157)

Color info

#C2339D contains mainly red and blue colors. Web safe color of #C2339D is #CC3399 (or #C39).

RGB color model

#C2339D color RGB value is (194,51,157).

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

RGB channels and saturation

R 194 of 255 = 76%
G 51 of 255 = 20%
B 157 of 255 = 62%

194
51
157

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

Portions of RGB colors in percentages

R + G + B =
194 + 51 + 157 = 402 (100%)
R 194 of 402 ~ 48.26%
G 51 of 402 ~ 12.69%
B 157 of 402 ~ 39.05%

%48.26
%12.69
%39.05

CMYK color model

#C2339D color CMYK value is (0,74,19,24).

  • cyan value is 0.00%
  • magenta value is 73.71%
  • yellow value is 19.07%
  • key color value is 23.92%
CMYK:
(0,74,19,24)
C0M74Y19K24 
(0%,74%,19%,24%)
(0.00/0.74/0.19/0.24)	

CMYK percentages

%0
%73.71
%19.07
%23.92

Codes

Color #C2339D in popluar color models

C2339D
RGB19451157
HSL316°58.37%48.04%
HSB/HSV316°73.71%76.08%
CMYK0.00%73.71%19.07%
23.92%

Color #C2339D in popluar number systems.

HEXC2339D
Decimal19451157
Binary1100001011001110011101
Octal30263235

Shades and tints

Shades of #C2339D

#C2339D
(194,51,157)
#B12F8F
(177,47,143)
#A02B81
(160,43,129)
#8F2773
(143,39,115)
#7E2365
(126,35,101)
#6D1F57
(109,31,87)
#5C1B49
(92,27,73)
#4B173B
(75,23,59)
#3A132D
(58,19,45)
#290F1F
(41,15,31)
#180B11
(24,11,17)
#000000
(0,0,0)

Tints of #C2339D

#C2339D
(194,51,157)
#C745A5
(199,69,165)
#CC57AD
(204,87,173)
#D169B5
(209,105,181)
#D67BBD
(214,123,189)
#DB8DC5
(219,141,197)
#E09FCD
(224,159,205)
#E5B1D5
(229,177,213)
#EAC3DD
(234,195,221)
#EFD5E5
(239,213,229)
#F4E7ED
(244,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2339D; }

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

This text font color is #C2339D.


Background Color

.myBgColor { background-color: #C2339D; }

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

This div background color is #C2339D.


Border color

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

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

This div border color is #C2339D.


Opacity

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

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

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

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

This text has shadow with #C2339D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2339D on black background.


Color preview on white background

This text has color #C2339D on white background.



Black color preview on #C2339D background

This text has black color on #C2339D background.


White color preview on #C2339D background

This text has white color on #C2339D background.