COLOR #C357C2

HEX: #C357C2
RGB: (195,87,194)

Color info

#C357C2 contains mainly red and blue colors. Web safe color of #C357C2 is #CC66CC (or #C6C).

RGB color model

#C357C2 color RGB value is (195,87,194).

  • red value is 195;
  • green value is 87;
  • blue value is 194.
RGB:
(195,87,194)
(76%,34%,76%)

RGB channels and saturation

R 195 of 255 = 76%
G 87 of 255 = 34%
B 194 of 255 = 76%

195
87
194

R + G + B ~ 62%. #C357C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 87 + 194 = 476 (100%)
R 195 of 476 ~ 40.97%
G 87 of 476 ~ 18.28%
B 194 of 476 ~ 40.76%

%40.97
%18.28
%40.76

CMYK color model

#C357C2 color CMYK value is (0,55,1,24).

  • cyan value is 0.00%
  • magenta value is 55.38%
  • yellow value is 0.51%
  • key color value is 23.53%
CMYK:
(0,55,1,24)
C0M55Y1K24 
(0%,55%,1%,24%)
(0.00/0.55/0.01/0.24)	

CMYK percentages

%0
%55.38
%0.51
%23.53

Codes

Color #C357C2 in popluar color models

C357C2
RGB19587194
HSL301°47.37%55.29%
HSB/HSV301°55.38%76.47%
CMYK0.00%55.38%0.51%
23.53%

Color #C357C2 in popluar number systems.

HEXC357C2
Decimal19587194
Binary11000011101011111000010
Octal303127302

Shades and tints

Shades of #C357C2

#C357C2
(195,87,194)
#B250B1
(178,80,177)
#A149A0
(161,73,160)
#90428F
(144,66,143)
#7F3B7E
(127,59,126)
#6E346D
(110,52,109)
#5D2D5C
(93,45,92)
#4C264B
(76,38,75)
#3B1F3A
(59,31,58)
#2A1829
(42,24,41)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #C357C2

#C357C2
(195,87,194)
#C866C7
(200,102,199)
#CD75CC
(205,117,204)
#D284D1
(210,132,209)
#D793D6
(215,147,214)
#DCA2DB
(220,162,219)
#E1B1E0
(225,177,224)
#E6C0E5
(230,192,229)
#EBCFEA
(235,207,234)
#F0DEEF
(240,222,239)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C357C2 color. Also use rgb(195,87,194) instead hex code.

Text Font Color

.myTextColor { color: #C357C2; }

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

This text font color is #C357C2.


Background Color

.myBgColor { background-color: #C357C2; }

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

This div background color is #C357C2.


Border color

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

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

This div border color is #C357C2.


Opacity

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

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

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

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

This text has shadow with #C357C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C357C2 on black background.


Color preview on white background

This text has color #C357C2 on white background.



Black color preview on #C357C2 background

This text has black color on #C357C2 background.


White color preview on #C357C2 background

This text has white color on #C357C2 background.