COLOR #C32E55

HEX: #C32E55
RGB: (195,46,85)

Color info

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

RGB color model

#C32E55 color RGB value is (195,46,85).

  • red value is 195;
  • green value is 46;
  • blue value is 85.
RGB:
(195,46,85)
(76%,18%,33%)

RGB channels and saturation

R 195 of 255 = 76%
G 46 of 255 = 18%
B 85 of 255 = 33%

195
46
85

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

Portions of RGB colors in percentages

R + G + B =
195 + 46 + 85 = 326 (100%)
R 195 of 326 ~ 59.82%
G 46 of 326 ~ 14.11%
B 85 of 326 ~ 26.07%

%59.82
%14.11
%26.07

CMYK color model

#C32E55 color CMYK value is (0,76,56,24).

  • cyan value is 0.00%
  • magenta value is 76.41%
  • yellow value is 56.41%
  • key color value is 23.53%
CMYK:
(0,76,56,24)
C0M76Y56K24 
(0%,76%,56%,24%)
(0.00/0.76/0.56/0.24)	

CMYK percentages

%0
%76.41
%56.41
%23.53

Codes

Color #C32E55 in popluar color models

C32E55
RGB1954685
HSL344°61.83%47.25%
HSB/HSV344°76.41%76.47%
CMYK0.00%76.41%56.41%
23.53%

Color #C32E55 in popluar number systems.

HEXC32E55
Decimal1954685
Binary110000111011101010101
Octal30356125

Shades and tints

Shades of #C32E55

#C32E55
(195,46,85)
#B22A4E
(178,42,78)
#A12647
(161,38,71)
#902240
(144,34,64)
#7F1E39
(127,30,57)
#6E1A32
(110,26,50)
#5D162B
(93,22,43)
#4C1224
(76,18,36)
#3B0E1D
(59,14,29)
#2A0A16
(42,10,22)
#19060F
(25,6,15)
#000000
(0,0,0)

Tints of #C32E55

#C32E55
(195,46,85)
#C84164
(200,65,100)
#CD5473
(205,84,115)
#D26782
(210,103,130)
#D77A91
(215,122,145)
#DC8DA0
(220,141,160)
#E1A0AF
(225,160,175)
#E6B3BE
(230,179,190)
#EBC6CD
(235,198,205)
#F0D9DC
(240,217,220)
#F5ECEB
(245,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C32E55 color. Also use rgb(195,46,85) instead hex code.

Text Font Color

.myTextColor { color: #C32E55; }

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

This text font color is #C32E55.


Background Color

.myBgColor { background-color: #C32E55; }

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

This div background color is #C32E55.


Border color

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

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

This div border color is #C32E55.


Opacity

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

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

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

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

This text has shadow with #C32E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C32E55 on black background.


Color preview on white background

This text has color #C32E55 on white background.



Black color preview on #C32E55 background

This text has black color on #C32E55 background.


White color preview on #C32E55 background

This text has white color on #C32E55 background.