COLOR #C340D4

HEX: #C340D4
RGB: (195,64,212)

Color info

#C340D4 contains mainly red and blue colors. Web safe color of #C340D4 is #CC33CC (or #C3C).

RGB color model

#C340D4 color RGB value is (195,64,212).

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

RGB channels and saturation

R 195 of 255 = 76%
G 64 of 255 = 25%
B 212 of 255 = 83%

195
64
212

R + G + B ~ 61%. #C340D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 64 + 212 = 471 (100%)
R 195 of 471 ~ 41.4%
G 64 of 471 ~ 13.59%
B 212 of 471 ~ 45.01%

%41.4
%13.59
%45.01

CMYK color model

#C340D4 color CMYK value is (8,70,0,17).

  • cyan value is 8.02%
  • magenta value is 69.81%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(8,70,0,17)
C8M70Y0K17 
(8%,70%,0%,17%)
(0.08/0.70/0.00/0.17)	

CMYK percentages

%8.02
%69.81
%0
%16.86

Codes

Color #C340D4 in popluar color models

C340D4
RGB19564212
HSL293°63.25%54.12%
HSB/HSV293°69.81%83.14%
CMYK8.02%69.81%0.00%
16.86%

Color #C340D4 in popluar number systems.

HEXC340D4
Decimal19564212
Binary11000011100000011010100
Octal303100324

Shades and tints

Shades of #C340D4

#C340D4
(195,64,212)
#B23BC1
(178,59,193)
#A136AE
(161,54,174)
#90319B
(144,49,155)
#7F2C88
(127,44,136)
#6E2775
(110,39,117)
#5D2262
(93,34,98)
#4C1D4F
(76,29,79)
#3B183C
(59,24,60)
#2A1329
(42,19,41)
#190E16
(25,14,22)
#000000
(0,0,0)

Tints of #C340D4

#C340D4
(195,64,212)
#C851D7
(200,81,215)
#CD62DA
(205,98,218)
#D273DD
(210,115,221)
#D784E0
(215,132,224)
#DC95E3
(220,149,227)
#E1A6E6
(225,166,230)
#E6B7E9
(230,183,233)
#EBC8EC
(235,200,236)
#F0D9EF
(240,217,239)
#F5EAF2
(245,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C340D4 color. Also use rgb(195,64,212) instead hex code.

Text Font Color

.myTextColor { color: #C340D4; }

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

This text font color is #C340D4.


Background Color

.myBgColor { background-color: #C340D4; }

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

This div background color is #C340D4.


Border color

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

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

This div border color is #C340D4.


Opacity

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

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

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

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

This text has shadow with #C340D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C340D4 on black background.


Color preview on white background

This text has color #C340D4 on white background.



Black color preview on #C340D4 background

This text has black color on #C340D4 background.


White color preview on #C340D4 background

This text has white color on #C340D4 background.