COLOR #C43380

HEX: #C43380
RGB: (196,51,128)

Color info

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

RGB color model

#C43380 color RGB value is (196,51,128).

  • red value is 196;
  • green value is 51;
  • blue value is 128.
RGB:
(196,51,128)
(77%,20%,50%)

RGB channels and saturation

R 196 of 255 = 77%
G 51 of 255 = 20%
B 128 of 255 = 50%

196
51
128

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

Portions of RGB colors in percentages

R + G + B =
196 + 51 + 128 = 375 (100%)
R 196 of 375 ~ 52.27%
G 51 of 375 ~ 13.6%
B 128 of 375 ~ 34.13%

%52.27
%13.6
%34.13

CMYK color model

#C43380 color CMYK value is (0,74,35,23).

  • cyan value is 0.00%
  • magenta value is 73.98%
  • yellow value is 34.69%
  • key color value is 23.14%
CMYK:
(0,74,35,23)
C0M74Y35K23 
(0%,74%,35%,23%)
(0.00/0.74/0.35/0.23)	

CMYK percentages

%0
%73.98
%34.69
%23.14

Codes

Color #C43380 in popluar color models

C43380
RGB19651128
HSL328°58.70%48.43%
HSB/HSV328°73.98%76.86%
CMYK0.00%73.98%34.69%
23.14%

Color #C43380 in popluar number systems.

HEXC43380
Decimal19651128
Binary1100010011001110000000
Octal30463200

Shades and tints

Shades of #C43380

#C43380
(196,51,128)
#B32F75
(179,47,117)
#A22B6A
(162,43,106)
#91275F
(145,39,95)
#802354
(128,35,84)
#6F1F49
(111,31,73)
#5E1B3E
(94,27,62)
#4D1733
(77,23,51)
#3C1328
(60,19,40)
#2B0F1D
(43,15,29)
#1A0B12
(26,11,18)
#000000
(0,0,0)

Tints of #C43380

#C43380
(196,51,128)
#C9458B
(201,69,139)
#CE5796
(206,87,150)
#D369A1
(211,105,161)
#D87BAC
(216,123,172)
#DD8DB7
(221,141,183)
#E29FC2
(226,159,194)
#E7B1CD
(231,177,205)
#ECC3D8
(236,195,216)
#F1D5E3
(241,213,227)
#F6E7EE
(246,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C43380 color. Also use rgb(196,51,128) instead hex code.

Text Font Color

.myTextColor { color: #C43380; }

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

This text font color is #C43380.


Background Color

.myBgColor { background-color: #C43380; }

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

This div background color is #C43380.


Border color

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

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

This div border color is #C43380.


Opacity

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

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

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

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

This text has shadow with #C43380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C43380 on black background.


Color preview on white background

This text has color #C43380 on white background.



Black color preview on #C43380 background

This text has black color on #C43380 background.


White color preview on #C43380 background

This text has white color on #C43380 background.