COLOR #C440B1

HEX: #C440B1
RGB: (196,64,177)

Color info

#C440B1 contains mainly red and blue colors. Web safe color of #C440B1 is #CC3399 (or #C39).

RGB color model

#C440B1 color RGB value is (196,64,177).

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

RGB channels and saturation

R 196 of 255 = 77%
G 64 of 255 = 25%
B 177 of 255 = 69%

196
64
177

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

Portions of RGB colors in percentages

R + G + B =
196 + 64 + 177 = 437 (100%)
R 196 of 437 ~ 44.85%
G 64 of 437 ~ 14.65%
B 177 of 437 ~ 40.5%

%44.85
%14.65
%40.5

CMYK color model

#C440B1 color CMYK value is (0,67,10,23).

  • cyan value is 0.00%
  • magenta value is 67.35%
  • yellow value is 9.69%
  • key color value is 23.14%
CMYK:
(0,67,10,23)
C0M67Y10K23 
(0%,67%,10%,23%)
(0.00/0.67/0.10/0.23)	

CMYK percentages

%0
%67.35
%9.69
%23.14

Codes

Color #C440B1 in popluar color models

C440B1
RGB19664177
HSL309°52.80%50.98%
HSB/HSV309°67.35%76.86%
CMYK0.00%67.35%9.69%
23.14%

Color #C440B1 in popluar number systems.

HEXC440B1
Decimal19664177
Binary11000100100000010110001
Octal304100261

Shades and tints

Shades of #C440B1

#C440B1
(196,64,177)
#B33BA1
(179,59,161)
#A23691
(162,54,145)
#913181
(145,49,129)
#802C71
(128,44,113)
#6F2761
(111,39,97)
#5E2251
(94,34,81)
#4D1D41
(77,29,65)
#3C1831
(60,24,49)
#2B1321
(43,19,33)
#1A0E11
(26,14,17)
#000000
(0,0,0)

Tints of #C440B1

#C440B1
(196,64,177)
#C951B8
(201,81,184)
#CE62BF
(206,98,191)
#D373C6
(211,115,198)
#D884CD
(216,132,205)
#DD95D4
(221,149,212)
#E2A6DB
(226,166,219)
#E7B7E2
(231,183,226)
#ECC8E9
(236,200,233)
#F1D9F0
(241,217,240)
#F6EAF7
(246,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C440B1; }

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

This text font color is #C440B1.


Background Color

.myBgColor { background-color: #C440B1; }

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

This div background color is #C440B1.


Border color

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

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

This div border color is #C440B1.


Opacity

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

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

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

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

This text has shadow with #C440B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C440B1 on black background.


Color preview on white background

This text has color #C440B1 on white background.



Black color preview on #C440B1 background

This text has black color on #C440B1 background.


White color preview on #C440B1 background

This text has white color on #C440B1 background.