COLOR #C350AD

HEX: #C350AD
RGB: (195,80,173)

Color info

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

RGB color model

#C350AD color RGB value is (195,80,173).

  • red value is 195;
  • green value is 80;
  • blue value is 173.
RGB:
(195,80,173)
(76%,31%,68%)

RGB channels and saturation

R 195 of 255 = 76%
G 80 of 255 = 31%
B 173 of 255 = 68%

195
80
173

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

Portions of RGB colors in percentages

R + G + B =
195 + 80 + 173 = 448 (100%)
R 195 of 448 ~ 43.53%
G 80 of 448 ~ 17.86%
B 173 of 448 ~ 38.62%

%43.53
%17.86
%38.62

CMYK color model

#C350AD color CMYK value is (0,59,11,24).

  • cyan value is 0.00%
  • magenta value is 58.97%
  • yellow value is 11.28%
  • key color value is 23.53%
CMYK:
(0,59,11,24)
C0M59Y11K24 
(0%,59%,11%,24%)
(0.00/0.59/0.11/0.24)	

CMYK percentages

%0
%58.97
%11.28
%23.53

Codes

Color #C350AD in popluar color models

C350AD
RGB19580173
HSL311°48.94%53.92%
HSB/HSV311°58.97%76.47%
CMYK0.00%58.97%11.28%
23.53%

Color #C350AD in popluar number systems.

HEXC350AD
Decimal19580173
Binary11000011101000010101101
Octal303120255

Shades and tints

Shades of #C350AD

#C350AD
(195,80,173)
#B2499E
(178,73,158)
#A1428F
(161,66,143)
#903B80
(144,59,128)
#7F3471
(127,52,113)
#6E2D62
(110,45,98)
#5D2653
(93,38,83)
#4C1F44
(76,31,68)
#3B1835
(59,24,53)
#2A1126
(42,17,38)
#190A17
(25,10,23)
#000000
(0,0,0)

Tints of #C350AD

#C350AD
(195,80,173)
#C85FB4
(200,95,180)
#CD6EBB
(205,110,187)
#D27DC2
(210,125,194)
#D78CC9
(215,140,201)
#DC9BD0
(220,155,208)
#E1AAD7
(225,170,215)
#E6B9DE
(230,185,222)
#EBC8E5
(235,200,229)
#F0D7EC
(240,215,236)
#F5E6F3
(245,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C350AD color. Also use rgb(195,80,173) instead hex code.

Text Font Color

.myTextColor { color: #C350AD; }

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

This text font color is #C350AD.


Background Color

.myBgColor { background-color: #C350AD; }

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

This div background color is #C350AD.


Border color

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

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

This div border color is #C350AD.


Opacity

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

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

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

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

This text has shadow with #C350AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C350AD on black background.


Color preview on white background

This text has color #C350AD on white background.



Black color preview on #C350AD background

This text has black color on #C350AD background.


White color preview on #C350AD background

This text has white color on #C350AD background.