COLOR #C43C95

HEX: #C43C95 RGB: (196,60,149)

Color info

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

RGB color model

#C43C95 color RGB value is (196,60,149).

RGB: (196,60,149) (77%, 24%, 58%)

RGB channels and saturation

R 196 of 255 = 77%
G 60 of 255 = 24%
B 149 of 255 = 58%

196
60
149

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

Portions of RGB colors in percentages

R + G + B = 196 + 60 + 149 = 405 (100%)
R 196 of 405 ~ 48.4%
G 60 of 405 ~ 14.81%
B 149 of 405 ~ 36.79'%

%48.4
%14.81
%36.79

CMYK color model

#C43C95 color CMYK value is (0,69,24,23).

  • cyan value is 0.00%
  • magenta value is 69.39%
  • yellow value is 23.98%
  • key color value is 23.14%
CMYK: (0,69,24,23) C0M69Y24K23 (0%,69%,24%,23%) (0.00/0.69/0.24/0.23) 

CMYK percentages

%0
%69.39
%23.98
%23.14

Codes

Color #C43C95 in popluar color models

C4 3C 95
RGB 196 60 149
HSL 321° 53.54% 50.20%
HSB/HSV 321° 69.39% 76.86%
CMYK 0.00% 69.39% 23.98%
23.14%

Color #C43C95 in popluar number systems.

HEX C4 3C 95
Decimal 196 60 149
Binary 11000100 111100 10010101
Octal 304 74 225

Shades and tints

Shades of #C43C95

#C43C95
(196,60,149)
#B33788
(179,55,136)
#A2327B
(162,50,123)
#912D6E
(145,45,110)
#802861
(128,40,97)
#6F2354
(111,35,84)
#5E1E47
(94,30,71)
#4D193A
(77,25,58)
#3C142D
(60,20,45)
#2B0F20
(43,15,32)
#1A0A13
(26,10,19)
#000000
(0,0,0)

Tints of #C43C95

#C43C95
(196,60,149)
#C94D9E
(201,77,158)
#CE5EA7
(206,94,167)
#D36FB0
(211,111,176)
#D880B9
(216,128,185)
#DD91C2
(221,145,194)
#E2A2CB
(226,162,203)
#E7B3D4
(231,179,212)
#ECC4DD
(236,196,221)
#F1D5E6
(241,213,230)
#F6E6EF
(246,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C43C95 color. Also use rgb(196,60,149) instead hex code.

Text Font Color

.myTextColor { color: #C43C95; }

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

This text font color is #C43C95.

Background Color

.myBgColor { background-color: #C43C95; }

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

This div background color is #C43C95.

Border color

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

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

This div border color is #C43C95.

Opacity

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

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

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

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

This text has shadow with #C43C95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C43C95.

Preview

Color preview on black background

This text has color #C43C95 on black background.


Color preview on white background

This text has color #C43C95 on white background.


Black color preview on #C43C95 background

This text has black color on #C43C95 background.


White color preview on #C43C95 background

This text has white color on #C43C95 background.


Related colors

Complementary color

Complementary color for #hex is #3BC36A.


I love getcolorcode.com

Triadic colors

1 #95C43C and #3C95C4 with #C43C95 are triadic colors.

2 #953CC4 and #3CC495 with #C43C95 are triadic colors.