COLOR #C43470

HEX: #C43470
RGB: (196,52,112)

Color info

#C43470 contains mainly red color. Web safe color of #C43470 is #CC3366 (or #C36).

RGB color model

#C43470 color RGB value is (196,52,112).

  • red value is 196;
  • green value is 52;
  • blue value is 112.
RGB:
(196,52,112)
(77%,20%,44%)

RGB channels and saturation

R 196 of 255 = 77%
G 52 of 255 = 20%
B 112 of 255 = 44%

196
52
112

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

Portions of RGB colors in percentages

R + G + B =
196 + 52 + 112 = 360 (100%)
R 196 of 360 ~ 54.44%
G 52 of 360 ~ 14.44%
B 112 of 360 ~ 31.11%

%54.44
%14.44
%31.11

CMYK color model

#C43470 color CMYK value is (0,73,43,23).

  • cyan value is 0.00%
  • magenta value is 73.47%
  • yellow value is 42.86%
  • key color value is 23.14%
CMYK:
(0,73,43,23)
C0M73Y43K23 
(0%,73%,43%,23%)
(0.00/0.73/0.43/0.23)	

CMYK percentages

%0
%73.47
%42.86
%23.14

Codes

Color #C43470 in popluar color models

C43470
RGB19652112
HSL335°58.06%48.63%
HSB/HSV335°73.47%76.86%
CMYK0.00%73.47%42.86%
23.14%

Color #C43470 in popluar number systems.

HEXC43470
Decimal19652112
Binary110001001101001110000
Octal30464160

Shades and tints

Shades of #C43470

#C43470
(196,52,112)
#B33066
(179,48,102)
#A22C5C
(162,44,92)
#912852
(145,40,82)
#802448
(128,36,72)
#6F203E
(111,32,62)
#5E1C34
(94,28,52)
#4D182A
(77,24,42)
#3C1420
(60,20,32)
#2B1016
(43,16,22)
#1A0C0C
(26,12,12)
#000000
(0,0,0)

Tints of #C43470

#C43470
(196,52,112)
#C9467D
(201,70,125)
#CE588A
(206,88,138)
#D36A97
(211,106,151)
#D87CA4
(216,124,164)
#DD8EB1
(221,142,177)
#E2A0BE
(226,160,190)
#E7B2CB
(231,178,203)
#ECC4D8
(236,196,216)
#F1D6E5
(241,214,229)
#F6E8F2
(246,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C43470 color. Also use rgb(196,52,112) instead hex code.

Text Font Color

.myTextColor { color: #C43470; }

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

This text font color is #C43470.


Background Color

.myBgColor { background-color: #C43470; }

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

This div background color is #C43470.


Border color

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

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

This div border color is #C43470.


Opacity

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

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

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

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

This text has shadow with #C43470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C43470 on black background.


Color preview on white background

This text has color #C43470 on white background.



Black color preview on #C43470 background

This text has black color on #C43470 background.


White color preview on #C43470 background

This text has white color on #C43470 background.