COLOR #C359C1

HEX: #C359C1
RGB: (195,89,193)

Color info

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

RGB color model

#C359C1 color RGB value is (195,89,193).

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

RGB channels and saturation

R 195 of 255 = 76%
G 89 of 255 = 35%
B 193 of 255 = 76%

195
89
193

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

Portions of RGB colors in percentages

R + G + B =
195 + 89 + 193 = 477 (100%)
R 195 of 477 ~ 40.88%
G 89 of 477 ~ 18.66%
B 193 of 477 ~ 40.46%

%40.88
%18.66
%40.46

CMYK color model

#C359C1 color CMYK value is (0,54,1,24).

  • cyan value is 0.00%
  • magenta value is 54.36%
  • yellow value is 1.03%
  • key color value is 23.53%
CMYK:
(0,54,1,24)
C0M54Y1K24 
(0%,54%,1%,24%)
(0.00/0.54/0.01/0.24)	

CMYK percentages

%0
%54.36
%1.03
%23.53

Codes

Color #C359C1 in popluar color models

C359C1
RGB19589193
HSL301°46.90%55.69%
HSB/HSV301°54.36%76.47%
CMYK0.00%54.36%1.03%
23.53%

Color #C359C1 in popluar number systems.

HEXC359C1
Decimal19589193
Binary11000011101100111000001
Octal303131301

Shades and tints

Shades of #C359C1

#C359C1
(195,89,193)
#B251B0
(178,81,176)
#A1499F
(161,73,159)
#90418E
(144,65,142)
#7F397D
(127,57,125)
#6E316C
(110,49,108)
#5D295B
(93,41,91)
#4C214A
(76,33,74)
#3B1939
(59,25,57)
#2A1128
(42,17,40)
#190917
(25,9,23)
#000000
(0,0,0)

Tints of #C359C1

#C359C1
(195,89,193)
#C868C6
(200,104,198)
#CD77CB
(205,119,203)
#D286D0
(210,134,208)
#D795D5
(215,149,213)
#DCA4DA
(220,164,218)
#E1B3DF
(225,179,223)
#E6C2E4
(230,194,228)
#EBD1E9
(235,209,233)
#F0E0EE
(240,224,238)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C359C1; }

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

This text font color is #C359C1.


Background Color

.myBgColor { background-color: #C359C1; }

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

This div background color is #C359C1.


Border color

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

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

This div border color is #C359C1.


Opacity

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

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

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

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

This text has shadow with #C359C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C359C1 on black background.


Color preview on white background

This text has color #C359C1 on white background.



Black color preview on #C359C1 background

This text has black color on #C359C1 background.


White color preview on #C359C1 background

This text has white color on #C359C1 background.