COLOR #C3338E

HEX: #C3338E
RGB: (195,51,142)

Color info

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

RGB color model

#C3338E color RGB value is (195,51,142).

  • red value is 195;
  • green value is 51;
  • blue value is 142.
RGB:
(195,51,142)
(76%,20%,56%)

RGB channels and saturation

R 195 of 255 = 76%
G 51 of 255 = 20%
B 142 of 255 = 56%

195
51
142

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

Portions of RGB colors in percentages

R + G + B =
195 + 51 + 142 = 388 (100%)
R 195 of 388 ~ 50.26%
G 51 of 388 ~ 13.14%
B 142 of 388 ~ 36.6%

%50.26
%13.14
%36.6

CMYK color model

#C3338E color CMYK value is (0,74,27,24).

  • cyan value is 0.00%
  • magenta value is 73.85%
  • yellow value is 27.18%
  • key color value is 23.53%
CMYK:
(0,74,27,24)
C0M74Y27K24 
(0%,74%,27%,24%)
(0.00/0.74/0.27/0.24)	

CMYK percentages

%0
%73.85
%27.18
%23.53

Codes

Color #C3338E in popluar color models

C3338E
RGB19551142
HSL322°58.54%48.24%
HSB/HSV322°73.85%76.47%
CMYK0.00%73.85%27.18%
23.53%

Color #C3338E in popluar number systems.

HEXC3338E
Decimal19551142
Binary1100001111001110001110
Octal30363216

Shades and tints

Shades of #C3338E

#C3338E
(195,51,142)
#B22F82
(178,47,130)
#A12B76
(161,43,118)
#90276A
(144,39,106)
#7F235E
(127,35,94)
#6E1F52
(110,31,82)
#5D1B46
(93,27,70)
#4C173A
(76,23,58)
#3B132E
(59,19,46)
#2A0F22
(42,15,34)
#190B16
(25,11,22)
#000000
(0,0,0)

Tints of #C3338E

#C3338E
(195,51,142)
#C84598
(200,69,152)
#CD57A2
(205,87,162)
#D269AC
(210,105,172)
#D77BB6
(215,123,182)
#DC8DC0
(220,141,192)
#E19FCA
(225,159,202)
#E6B1D4
(230,177,212)
#EBC3DE
(235,195,222)
#F0D5E8
(240,213,232)
#F5E7F2
(245,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3338E color. Also use rgb(195,51,142) instead hex code.

Text Font Color

.myTextColor { color: #C3338E; }

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

This text font color is #C3338E.


Background Color

.myBgColor { background-color: #C3338E; }

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

This div background color is #C3338E.


Border color

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

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

This div border color is #C3338E.


Opacity

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

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

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

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

This text has shadow with #C3338E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3338E on black background.


Color preview on white background

This text has color #C3338E on white background.



Black color preview on #C3338E background

This text has black color on #C3338E background.


White color preview on #C3338E background

This text has white color on #C3338E background.