COLOR #C43C97

HEX: #C43C97 RGB: (196,60,151)

Color info

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

RGB color model

#C43C97 color RGB value is (196,60,151).

RGB: (196,60,151) (77%, 24%, 59%)

RGB channels and saturation

R 196 of 255 = 77%
G 60 of 255 = 24%
B 151 of 255 = 59%

196
60
151

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

Portions of RGB colors in percentages

R + G + B = 196 + 60 + 151 = 407 (100%)
R 196 of 407 ~ 48.16%
G 60 of 407 ~ 14.74%
B 151 of 407 ~ 37.1'%

%48.16
%14.74
%37.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 69.39%
  • yellow value is 22.96%
  • key color value is 23.14%

CMYK: (0,69,23,23)
C0M69Y23K23 (0%, 69%, 23%, 23%)
(0.00 / 0.69 / 0.23 / 0.23)

CMYK percentages

%0
%69.39
%22.96
%23.14

Codes

Color #C43C97 in popluar color models

C4 3C 97
RGB 196 60 151
HSL 320° 53.54% 50.20%
HSB/HSV 320° 69.39% 76.86%
CMYK 0.00% 69.39% 22.96%
23.14%

Color #C43C97 in popluar number systems.

HEX C4 3C 97
Decimal 196 60 151
Binary 11000100 111100 10010111
Octal 304 74 227

Shades and tints

Shades of #C43C97

#C43C97
(196,60,151)
#B3378A
(179,55,138)
#A2327D
(162,50,125)
#912D70
(145,45,112)
#802863
(128,40,99)
#6F2356
(111,35,86)
#5E1E49
(94,30,73)
#4D193C
(77,25,60)
#3C142F
(60,20,47)
#2B0F22
(43,15,34)
#1A0A15
(26,10,21)
#000000
(0,0,0)

Tints of #C43C97

#C43C97
(196,60,151)
#C94DA0
(201,77,160)
#CE5EA9
(206,94,169)
#D36FB2
(211,111,178)
#D880BB
(216,128,187)
#DD91C4
(221,145,196)
#E2A2CD
(226,162,205)
#E7B3D6
(231,179,214)
#ECC4DF
(236,196,223)
#F1D5E8
(241,213,232)
#F6E6F1
(246,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C43C97; }

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

This text font color is #C43C97.

Background Color

.myBgColor { background-color: #C43C97; }

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

This div background color is #C43C97.

Border color

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

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

This div border color is #C43C97.

Opacity

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

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

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

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

This text has shadow with #C43C97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C43C97.

Preview

Color preview on black background

This text has color #C43C97 on black background.


Color preview on white background

This text has color #C43C97 on white background.


Black color preview on #C43C97 background

This text has black color on #C43C97 background.


White color preview on #C43C97 background

This text has white color on #C43C97 background.


Related colors

Complementary color

Complementary color for #hex is #3BC368.


I love getcolorcode.com

Triadic colors

1 #97C43C and #3C97C4 with #C43C97 are triadic colors.

2 #973CC4 and #3CC497 with #C43C97 are triadic colors.