COLOR #C341A0

HEX: #C341A0
RGB: (195,65,160)

Color info

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

RGB color model

#C341A0 color RGB value is (195,65,160).

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

RGB channels and saturation

R 195 of 255 = 76%
G 65 of 255 = 25%
B 160 of 255 = 63%

195
65
160

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

Portions of RGB colors in percentages

R + G + B =
195 + 65 + 160 = 420 (100%)
R 195 of 420 ~ 46.43%
G 65 of 420 ~ 15.48%
B 160 of 420 ~ 38.1%

%46.43
%15.48
%38.1

CMYK color model

#C341A0 color CMYK value is (0,67,18,24).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 17.95%
  • key color value is 23.53%
CMYK:
(0,67,18,24)
C0M67Y18K24 
(0%,67%,18%,24%)
(0.00/0.67/0.18/0.24)	

CMYK percentages

%0
%66.67
%17.95
%23.53

Codes

Color #C341A0 in popluar color models

C341A0
RGB19565160
HSL316°52.00%50.98%
HSB/HSV316°66.67%76.47%
CMYK0.00%66.67%17.95%
23.53%

Color #C341A0 in popluar number systems.

HEXC341A0
Decimal19565160
Binary11000011100000110100000
Octal303101240

Shades and tints

Shades of #C341A0

#C341A0
(195,65,160)
#B23C92
(178,60,146)
#A13784
(161,55,132)
#903276
(144,50,118)
#7F2D68
(127,45,104)
#6E285A
(110,40,90)
#5D234C
(93,35,76)
#4C1E3E
(76,30,62)
#3B1930
(59,25,48)
#2A1422
(42,20,34)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #C341A0

#C341A0
(195,65,160)
#C852A8
(200,82,168)
#CD63B0
(205,99,176)
#D274B8
(210,116,184)
#D785C0
(215,133,192)
#DC96C8
(220,150,200)
#E1A7D0
(225,167,208)
#E6B8D8
(230,184,216)
#EBC9E0
(235,201,224)
#F0DAE8
(240,218,232)
#F5EBF0
(245,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C341A0; }

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

This text font color is #C341A0.


Background Color

.myBgColor { background-color: #C341A0; }

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

This div background color is #C341A0.


Border color

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

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

This div border color is #C341A0.


Opacity

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

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

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

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

This text has shadow with #C341A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C341A0 on black background.


Color preview on white background

This text has color #C341A0 on white background.



Black color preview on #C341A0 background

This text has black color on #C341A0 background.


White color preview on #C341A0 background

This text has white color on #C341A0 background.