COLOR #C359A8

HEX: #C359A8
RGB: (195,89,168)

Color info

#C359A8 contains mainly red and blue colors. Web safe color of #C359A8 is #CC6699 (or #C69).

RGB color model

#C359A8 color RGB value is (195,89,168).

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

RGB channels and saturation

R 195 of 255 = 76%
G 89 of 255 = 35%
B 168 of 255 = 66%

195
89
168

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

Portions of RGB colors in percentages

R + G + B =
195 + 89 + 168 = 452 (100%)
R 195 of 452 ~ 43.14%
G 89 of 452 ~ 19.69%
B 168 of 452 ~ 37.17%

%43.14
%19.69
%37.17

CMYK color model

#C359A8 color CMYK value is (0,54,14,24).

  • cyan value is 0.00%
  • magenta value is 54.36%
  • yellow value is 13.85%
  • key color value is 23.53%
CMYK:
(0,54,14,24)
C0M54Y14K24 
(0%,54%,14%,24%)
(0.00/0.54/0.14/0.24)	

CMYK percentages

%0
%54.36
%13.85
%23.53

Codes

Color #C359A8 in popluar color models

C359A8
RGB19589168
HSL315°46.90%55.69%
HSB/HSV315°54.36%76.47%
CMYK0.00%54.36%13.85%
23.53%

Color #C359A8 in popluar number systems.

HEXC359A8
Decimal19589168
Binary11000011101100110101000
Octal303131250

Shades and tints

Shades of #C359A8

#C359A8
(195,89,168)
#B25199
(178,81,153)
#A1498A
(161,73,138)
#90417B
(144,65,123)
#7F396C
(127,57,108)
#6E315D
(110,49,93)
#5D294E
(93,41,78)
#4C213F
(76,33,63)
#3B1930
(59,25,48)
#2A1121
(42,17,33)
#190912
(25,9,18)
#000000
(0,0,0)

Tints of #C359A8

#C359A8
(195,89,168)
#C868AF
(200,104,175)
#CD77B6
(205,119,182)
#D286BD
(210,134,189)
#D795C4
(215,149,196)
#DCA4CB
(220,164,203)
#E1B3D2
(225,179,210)
#E6C2D9
(230,194,217)
#EBD1E0
(235,209,224)
#F0E0E7
(240,224,231)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C359A8; }

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

This text font color is #C359A8.


Background Color

.myBgColor { background-color: #C359A8; }

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

This div background color is #C359A8.


Border color

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

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

This div border color is #C359A8.


Opacity

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

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

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

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

This text has shadow with #C359A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C359A8 on black background.


Color preview on white background

This text has color #C359A8 on white background.



Black color preview on #C359A8 background

This text has black color on #C359A8 background.


White color preview on #C359A8 background

This text has white color on #C359A8 background.