COLOR #C41CB3

HEX: #C41CB3 RGB: (196,28,179)

Color info

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

RGB color model

#C41CB3 color RGB value is (196,28,179).

RGB: (196,28,179) (77%, 11%, 70%)

RGB channels and saturation

R 196 of 255 = 77%
G 28 of 255 = 11%
B 179 of 255 = 70%

196
28
179

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

Portions of RGB colors in percentages

R + G + B = 196 + 28 + 179 = 403 (100%)
R 196 of 403 ~ 48.64%
G 28 of 403 ~ 6.95%
B 179 of 403 ~ 44.42'%

%48.64
%44.42

CMYK color model

#C41CB3 color CMYK value is (0,86,9,23).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 8.67%
  • key color value is 23.14%

CMYK: (0,86,9,23)
C0M86Y9K23 (0%, 86%, 9%, 23%)
(0.00 / 0.86 / 0.09 / 0.23)

CMYK percentages

%0
%85.71
%8.67
%23.14

Codes

Color #C41CB3 in popluar color models

C4 1C B3
RGB 196 28 179
HSL 306° 75.00% 43.92%
HSB/HSV 306° 85.71% 76.86%
CMYK 0.00% 85.71% 8.67%
23.14%

Color #C41CB3 in popluar number systems.

HEX C4 1C B3
Decimal 196 28 179
Binary 11000100 11100 10110011
Octal 304 34 263

Shades and tints

Shades of #C41CB3

#C41CB3
(196,28,179)
#B31AA3
(179,26,163)
#A21893
(162,24,147)
#911683
(145,22,131)
#801473
(128,20,115)
#6F1263
(111,18,99)
#5E1053
(94,16,83)
#4D0E43
(77,14,67)
#3C0C33
(60,12,51)
#2B0A23
(43,10,35)
#1A0813
(26,8,19)
#000000
(0,0,0)

Tints of #C41CB3

#C41CB3
(196,28,179)
#C930B9
(201,48,185)
#CE44BF
(206,68,191)
#D358C5
(211,88,197)
#D86CCB
(216,108,203)
#DD80D1
(221,128,209)
#E294D7
(226,148,215)
#E7A8DD
(231,168,221)
#ECBCE3
(236,188,227)
#F1D0E9
(241,208,233)
#F6E4EF
(246,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C41CB3 color. Also use rgb(196,28,179) instead hex code.

Text Font Color

.myTextColor { color: #C41CB3; }

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

This text font color is #C41CB3.

Background Color

.myBgColor { background-color: #C41CB3; }

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

This div background color is #C41CB3.

Border color

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

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

This div border color is #C41CB3.

Opacity

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

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

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

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

This text has shadow with #C41CB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C41CB3.

Preview

Color preview on black background

This text has color #C41CB3 on black background.


Color preview on white background

This text has color #C41CB3 on white background.


Black color preview on #C41CB3 background

This text has black color on #C41CB3 background.


White color preview on #C41CB3 background

This text has white color on #C41CB3 background.


Related colors

Complementary color

Complementary color for #hex is #3BE34C.


I love getcolorcode.com

Triadic colors

1 #B3C41C and #1CB3C4 with #C41CB3 are triadic colors.

2 #B31CC4 and #1CC4B3 with #C41CB3 are triadic colors.