COLOR #C44CD5

HEX: #C44CD5
RGB: (196,76,213)

Color info

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

RGB color model

#C44CD5 color RGB value is (196,76,213).

  • red value is 196;
  • green value is 76;
  • blue value is 213.
RGB:
(196,76,213)
(77%,30%,84%)

RGB channels and saturation

R 196 of 255 = 77%
G 76 of 255 = 30%
B 213 of 255 = 84%

196
76
213

R + G + B ~ 64%. #C44CD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 76 + 213 = 485 (100%)
R 196 of 485 ~ 40.41%
G 76 of 485 ~ 15.67%
B 213 of 485 ~ 43.92%

%40.41
%15.67
%43.92

CMYK color model

#C44CD5 color CMYK value is (8,64,0,16).

  • cyan value is 7.98%
  • magenta value is 64.32%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(8,64,0,16)
C8M64Y0K16 
(8%,64%,0%,16%)
(0.08/0.64/0.00/0.16)	

CMYK percentages

%7.98
%64.32
%0
%16.47

Codes

Color #C44CD5 in popluar color models

C44CD5
RGB19676213
HSL293°61.99%56.67%
HSB/HSV293°64.32%83.53%
CMYK7.98%64.32%0.00%
16.47%

Color #C44CD5 in popluar number systems.

HEXC44CD5
Decimal19676213
Binary11000100100110011010101
Octal304114325

Shades and tints

Shades of #C44CD5

#C44CD5
(196,76,213)
#B346C2
(179,70,194)
#A240AF
(162,64,175)
#913A9C
(145,58,156)
#803489
(128,52,137)
#6F2E76
(111,46,118)
#5E2863
(94,40,99)
#4D2250
(77,34,80)
#3C1C3D
(60,28,61)
#2B162A
(43,22,42)
#1A1017
(26,16,23)
#000000
(0,0,0)

Tints of #C44CD5

#C44CD5
(196,76,213)
#C95CD8
(201,92,216)
#CE6CDB
(206,108,219)
#D37CDE
(211,124,222)
#D88CE1
(216,140,225)
#DD9CE4
(221,156,228)
#E2ACE7
(226,172,231)
#E7BCEA
(231,188,234)
#ECCCED
(236,204,237)
#F1DCF0
(241,220,240)
#F6ECF3
(246,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C44CD5 color. Also use rgb(196,76,213) instead hex code.

Text Font Color

.myTextColor { color: #C44CD5; }

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

This text font color is #C44CD5.


Background Color

.myBgColor { background-color: #C44CD5; }

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

This div background color is #C44CD5.


Border color

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

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

This div border color is #C44CD5.


Opacity

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

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

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

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

This text has shadow with #C44CD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C44CD5 on black background.


Color preview on white background

This text has color #C44CD5 on white background.



Black color preview on #C44CD5 background

This text has black color on #C44CD5 background.


White color preview on #C44CD5 background

This text has white color on #C44CD5 background.