COLOR #C359CE

HEX: #C359CE
RGB: (195,89,206)

Color info

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

RGB color model

#C359CE color RGB value is (195,89,206).

  • red value is 195;
  • green value is 89;
  • blue value is 206.
RGB:
(195,89,206)
(76%,35%,81%)

RGB channels and saturation

R 195 of 255 = 76%
G 89 of 255 = 35%
B 206 of 255 = 81%

195
89
206

R + G + B ~ 64%. #C359CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 89 + 206 = 490 (100%)
R 195 of 490 ~ 39.8%
G 89 of 490 ~ 18.16%
B 206 of 490 ~ 42.04%

%39.8
%18.16
%42.04

CMYK color model

#C359CE color CMYK value is (5,57,0,19).

  • cyan value is 5.34%
  • magenta value is 56.80%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(5,57,0,19)
C5M57Y0K19 
(5%,57%,0%,19%)
(0.05/0.57/0.00/0.19)	

CMYK percentages

%5.34
%56.8
%0
%19.22

Codes

Color #C359CE in popluar color models

C359CE
RGB19589206
HSL294°54.42%57.84%
HSB/HSV294°56.80%80.78%
CMYK5.34%56.80%0.00%
19.22%

Color #C359CE in popluar number systems.

HEXC359CE
Decimal19589206
Binary11000011101100111001110
Octal303131316

Shades and tints

Shades of #C359CE

#C359CE
(195,89,206)
#B251BC
(178,81,188)
#A149AA
(161,73,170)
#904198
(144,65,152)
#7F3986
(127,57,134)
#6E3174
(110,49,116)
#5D2962
(93,41,98)
#4C2150
(76,33,80)
#3B193E
(59,25,62)
#2A112C
(42,17,44)
#19091A
(25,9,26)
#000000
(0,0,0)

Tints of #C359CE

#C359CE
(195,89,206)
#C868D2
(200,104,210)
#CD77D6
(205,119,214)
#D286DA
(210,134,218)
#D795DE
(215,149,222)
#DCA4E2
(220,164,226)
#E1B3E6
(225,179,230)
#E6C2EA
(230,194,234)
#EBD1EE
(235,209,238)
#F0E0F2
(240,224,242)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C359CE color. Also use rgb(195,89,206) instead hex code.

Text Font Color

.myTextColor { color: #C359CE; }

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

This text font color is #C359CE.


Background Color

.myBgColor { background-color: #C359CE; }

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

This div background color is #C359CE.


Border color

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

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

This div border color is #C359CE.


Opacity

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

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

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

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

This text has shadow with #C359CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C359CE on black background.


Color preview on white background

This text has color #C359CE on white background.



Black color preview on #C359CE background

This text has black color on #C359CE background.


White color preview on #C359CE background

This text has white color on #C359CE background.