COLOR #C341A3

HEX: #C341A3
RGB: (195,65,163)

Color info

#C341A3 contains mainly red and blue colors. Web safe color of #C341A3 is #CC3399 (or #C39).

RGB color model

#C341A3 color RGB value is (195,65,163).

  • red value is 195;
  • green value is 65;
  • blue value is 163.
RGB:
(195,65,163)
(76%,25%,64%)

RGB channels and saturation

R 195 of 255 = 76%
G 65 of 255 = 25%
B 163 of 255 = 64%

195
65
163

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

Portions of RGB colors in percentages

R + G + B =
195 + 65 + 163 = 423 (100%)
R 195 of 423 ~ 46.1%
G 65 of 423 ~ 15.37%
B 163 of 423 ~ 38.53%

%46.1
%15.37
%38.53

CMYK color model

#C341A3 color CMYK value is (0,67,16,24).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 16.41%
  • key color value is 23.53%
CMYK:
(0,67,16,24)
C0M67Y16K24 
(0%,67%,16%,24%)
(0.00/0.67/0.16/0.24)	

CMYK percentages

%0
%66.67
%16.41
%23.53

Codes

Color #C341A3 in popluar color models

C341A3
RGB19565163
HSL315°52.00%50.98%
HSB/HSV315°66.67%76.47%
CMYK0.00%66.67%16.41%
23.53%

Color #C341A3 in popluar number systems.

HEXC341A3
Decimal19565163
Binary11000011100000110100011
Octal303101243

Shades and tints

Shades of #C341A3

#C341A3
(195,65,163)
#B23C95
(178,60,149)
#A13787
(161,55,135)
#903279
(144,50,121)
#7F2D6B
(127,45,107)
#6E285D
(110,40,93)
#5D234F
(93,35,79)
#4C1E41
(76,30,65)
#3B1933
(59,25,51)
#2A1425
(42,20,37)
#190F17
(25,15,23)
#000000
(0,0,0)

Tints of #C341A3

#C341A3
(195,65,163)
#C852AB
(200,82,171)
#CD63B3
(205,99,179)
#D274BB
(210,116,187)
#D785C3
(215,133,195)
#DC96CB
(220,150,203)
#E1A7D3
(225,167,211)
#E6B8DB
(230,184,219)
#EBC9E3
(235,201,227)
#F0DAEB
(240,218,235)
#F5EBF3
(245,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C341A3 color. Also use rgb(195,65,163) instead hex code.

Text Font Color

.myTextColor { color: #C341A3; }

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

This text font color is #C341A3.


Background Color

.myBgColor { background-color: #C341A3; }

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

This div background color is #C341A3.


Border color

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

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

This div border color is #C341A3.


Opacity

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

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

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

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

This text has shadow with #C341A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C341A3 on black background.


Color preview on white background

This text has color #C341A3 on white background.



Black color preview on #C341A3 background

This text has black color on #C341A3 background.


White color preview on #C341A3 background

This text has white color on #C341A3 background.