COLOR #C415D2

HEX: #C415D2
RGB: (196,21,210)

Color info

#C415D2 contains mainly red and blue colors. Web safe color of #C415D2 is #CC00CC (or #C0C).

RGB color model

#C415D2 color RGB value is (196,21,210).

  • red value is 196;
  • green value is 21;
  • blue value is 210.
RGB:
(196,21,210)
(77%,8%,82%)

RGB channels and saturation

R 196 of 255 = 77%
G 21 of 255 = 8%
B 210 of 255 = 82%

196
21
210

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

Portions of RGB colors in percentages

R + G + B =
196 + 21 + 210 = 427 (100%)
R 196 of 427 ~ 45.9%
G 21 of 427 ~ 4.92%
B 210 of 427 ~ 49.18%

%45.9
%49.18

CMYK color model

#C415D2 color CMYK value is (7,90,0,18).

  • cyan value is 6.67%
  • magenta value is 90.00%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(7,90,0,18)
C7M90Y0K18 
(7%,90%,0%,18%)
(0.07/0.90/0.00/0.18)	

CMYK percentages

%6.67
%90
%0
%17.65

Codes

Color #C415D2 in popluar color models

C415D2
RGB19621210
HSL296°81.82%45.29%
HSB/HSV296°90.00%82.35%
CMYK6.67%90.00%0.00%
17.65%

Color #C415D2 in popluar number systems.

HEXC415D2
Decimal19621210
Binary110001001010111010010
Octal30425322

Shades and tints

Shades of #C415D2

#C415D2
(196,21,210)
#B314BF
(179,20,191)
#A213AC
(162,19,172)
#911299
(145,18,153)
#801186
(128,17,134)
#6F1073
(111,16,115)
#5E0F60
(94,15,96)
#4D0E4D
(77,14,77)
#3C0D3A
(60,13,58)
#2B0C27
(43,12,39)
#1A0B14
(26,11,20)
#000000
(0,0,0)

Tints of #C415D2

#C415D2
(196,21,210)
#C92AD6
(201,42,214)
#CE3FDA
(206,63,218)
#D354DE
(211,84,222)
#D869E2
(216,105,226)
#DD7EE6
(221,126,230)
#E293EA
(226,147,234)
#E7A8EE
(231,168,238)
#ECBDF2
(236,189,242)
#F1D2F6
(241,210,246)
#F6E7FA
(246,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C415D2 color. Also use rgb(196,21,210) instead hex code.

Text Font Color

.myTextColor { color: #C415D2; }

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

This text font color is #C415D2.


Background Color

.myBgColor { background-color: #C415D2; }

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

This div background color is #C415D2.


Border color

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

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

This div border color is #C415D2.


Opacity

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

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

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

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

This text has shadow with #C415D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C415D2 on black background.


Color preview on white background

This text has color #C415D2 on white background.



Black color preview on #C415D2 background

This text has black color on #C415D2 background.


White color preview on #C415D2 background

This text has white color on #C415D2 background.