COLOR #C32C5F

HEX: #C32C5F
RGB: (195,44,95)

Color info

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

RGB color model

#C32C5F color RGB value is (195,44,95).

  • red value is 195;
  • green value is 44;
  • blue value is 95.
RGB:
(195,44,95)
(76%,17%,37%)

RGB channels and saturation

R 195 of 255 = 76%
G 44 of 255 = 17%
B 95 of 255 = 37%

195
44
95

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

Portions of RGB colors in percentages

R + G + B =
195 + 44 + 95 = 334 (100%)
R 195 of 334 ~ 58.38%
G 44 of 334 ~ 13.17%
B 95 of 334 ~ 28.44%

%58.38
%13.17
%28.44

CMYK color model

#C32C5F color CMYK value is (0,77,51,24).

  • cyan value is 0.00%
  • magenta value is 77.44%
  • yellow value is 51.28%
  • key color value is 23.53%
CMYK:
(0,77,51,24)
C0M77Y51K24 
(0%,77%,51%,24%)
(0.00/0.77/0.51/0.24)	

CMYK percentages

%0
%77.44
%51.28
%23.53

Codes

Color #C32C5F in popluar color models

C32C5F
RGB1954495
HSL340°63.18%46.86%
HSB/HSV340°77.44%76.47%
CMYK0.00%77.44%51.28%
23.53%

Color #C32C5F in popluar number systems.

HEXC32C5F
Decimal1954495
Binary110000111011001011111
Octal30354137

Shades and tints

Shades of #C32C5F

#C32C5F
(195,44,95)
#B22857
(178,40,87)
#A1244F
(161,36,79)
#902047
(144,32,71)
#7F1C3F
(127,28,63)
#6E1837
(110,24,55)
#5D142F
(93,20,47)
#4C1027
(76,16,39)
#3B0C1F
(59,12,31)
#2A0817
(42,8,23)
#19040F
(25,4,15)
#000000
(0,0,0)

Tints of #C32C5F

#C32C5F
(195,44,95)
#C83F6D
(200,63,109)
#CD527B
(205,82,123)
#D26589
(210,101,137)
#D77897
(215,120,151)
#DC8BA5
(220,139,165)
#E19EB3
(225,158,179)
#E6B1C1
(230,177,193)
#EBC4CF
(235,196,207)
#F0D7DD
(240,215,221)
#F5EAEB
(245,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C32C5F color. Also use rgb(195,44,95) instead hex code.

Text Font Color

.myTextColor { color: #C32C5F; }

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

This text font color is #C32C5F.


Background Color

.myBgColor { background-color: #C32C5F; }

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

This div background color is #C32C5F.


Border color

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

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

This div border color is #C32C5F.


Opacity

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

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

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

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

This text has shadow with #C32C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C32C5F on black background.


Color preview on white background

This text has color #C32C5F on white background.



Black color preview on #C32C5F background

This text has black color on #C32C5F background.


White color preview on #C32C5F background

This text has white color on #C32C5F background.