COLOR #C440CE

HEX: #C440CE
RGB: (196,64,206)

Color info

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

RGB color model

#C440CE color RGB value is (196,64,206).

  • red value is 196;
  • green value is 64;
  • blue value is 206.
RGB:
(196,64,206)
(77%,25%,81%)

RGB channels and saturation

R 196 of 255 = 77%
G 64 of 255 = 25%
B 206 of 255 = 81%

196
64
206

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

Portions of RGB colors in percentages

R + G + B =
196 + 64 + 206 = 466 (100%)
R 196 of 466 ~ 42.06%
G 64 of 466 ~ 13.73%
B 206 of 466 ~ 44.21%

%42.06
%13.73
%44.21

CMYK color model

#C440CE color CMYK value is (5,69,0,19).

  • cyan value is 4.85%
  • magenta value is 68.93%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(5,69,0,19)
C5M69Y0K19 
(5%,69%,0%,19%)
(0.05/0.69/0.00/0.19)	

CMYK percentages

%4.85
%68.93
%0
%19.22

Codes

Color #C440CE in popluar color models

C440CE
RGB19664206
HSL296°59.17%52.94%
HSB/HSV296°68.93%80.78%
CMYK4.85%68.93%0.00%
19.22%

Color #C440CE in popluar number systems.

HEXC440CE
Decimal19664206
Binary11000100100000011001110
Octal304100316

Shades and tints

Shades of #C440CE

#C440CE
(196,64,206)
#B33BBC
(179,59,188)
#A236AA
(162,54,170)
#913198
(145,49,152)
#802C86
(128,44,134)
#6F2774
(111,39,116)
#5E2262
(94,34,98)
#4D1D50
(77,29,80)
#3C183E
(60,24,62)
#2B132C
(43,19,44)
#1A0E1A
(26,14,26)
#000000
(0,0,0)

Tints of #C440CE

#C440CE
(196,64,206)
#C951D2
(201,81,210)
#CE62D6
(206,98,214)
#D373DA
(211,115,218)
#D884DE
(216,132,222)
#DD95E2
(221,149,226)
#E2A6E6
(226,166,230)
#E7B7EA
(231,183,234)
#ECC8EE
(236,200,238)
#F1D9F2
(241,217,242)
#F6EAF6
(246,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C440CE color. Also use rgb(196,64,206) instead hex code.

Text Font Color

.myTextColor { color: #C440CE; }

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

This text font color is #C440CE.


Background Color

.myBgColor { background-color: #C440CE; }

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

This div background color is #C440CE.


Border color

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

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

This div border color is #C440CE.


Opacity

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

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

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

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

This text has shadow with #C440CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C440CE on black background.


Color preview on white background

This text has color #C440CE on white background.



Black color preview on #C440CE background

This text has black color on #C440CE background.


White color preview on #C440CE background

This text has white color on #C440CE background.