COLOR #C44EE4

HEX: #C44EE4
RGB: (196,78,228)

Color info

#C44EE4 contains mainly red and blue colors. Web safe color of #C44EE4 is #CC66CC (or #C6C).

RGB color model

#C44EE4 color RGB value is (196,78,228).

  • red value is 196;
  • green value is 78;
  • blue value is 228.
RGB:
(196,78,228)
(77%,31%,89%)

RGB channels and saturation

R 196 of 255 = 77%
G 78 of 255 = 31%
B 228 of 255 = 89%

196
78
228

R + G + B ~ 66%. #C44EE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 78 + 228 = 502 (100%)
R 196 of 502 ~ 39.04%
G 78 of 502 ~ 15.54%
B 228 of 502 ~ 45.42%

%39.04
%15.54
%45.42

CMYK color model

#C44EE4 color CMYK value is (14,66,0,11).

  • cyan value is 14.04%
  • magenta value is 65.79%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(14,66,0,11)
C14M66Y0K11 
(14%,66%,0%,11%)
(0.14/0.66/0.00/0.11)	

CMYK percentages

%14.04
%65.79
%0
%10.59

Codes

Color #C44EE4 in popluar color models

C44EE4
RGB19678228
HSL287°73.53%60.00%
HSB/HSV287°65.79%89.41%
CMYK14.04%65.79%0.00%
10.59%

Color #C44EE4 in popluar number systems.

HEXC44EE4
Decimal19678228
Binary11000100100111011100100
Octal304116344

Shades and tints

Shades of #C44EE4

#C44EE4
(196,78,228)
#B347D0
(179,71,208)
#A240BC
(162,64,188)
#9139A8
(145,57,168)
#803294
(128,50,148)
#6F2B80
(111,43,128)
#5E246C
(94,36,108)
#4D1D58
(77,29,88)
#3C1644
(60,22,68)
#2B0F30
(43,15,48)
#1A081C
(26,8,28)
#000000
(0,0,0)

Tints of #C44EE4

#C44EE4
(196,78,228)
#C95EE6
(201,94,230)
#CE6EE8
(206,110,232)
#D37EEA
(211,126,234)
#D88EEC
(216,142,236)
#DD9EEE
(221,158,238)
#E2AEF0
(226,174,240)
#E7BEF2
(231,190,242)
#ECCEF4
(236,206,244)
#F1DEF6
(241,222,246)
#F6EEF8
(246,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C44EE4 color. Also use rgb(196,78,228) instead hex code.

Text Font Color

.myTextColor { color: #C44EE4; }

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

This text font color is #C44EE4.


Background Color

.myBgColor { background-color: #C44EE4; }

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

This div background color is #C44EE4.


Border color

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

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

This div border color is #C44EE4.


Opacity

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

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

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

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

This text has shadow with #C44EE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C44EE4 on black background.


Color preview on white background

This text has color #C44EE4 on white background.



Black color preview on #C44EE4 background

This text has black color on #C44EE4 background.


White color preview on #C44EE4 background

This text has white color on #C44EE4 background.