COLOR #C23F57

HEX: #C23F57 RGB: (194,63,87)

Color info

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

RGB color model

#C23F57 color RGB value is (194,63,87).

RGB: (194,63,87) (76%, 25%, 34%)

RGB channels and saturation

R 194 of 255 = 76%
G 63 of 255 = 25%
B 87 of 255 = 34%

194
63
87

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

Portions of RGB colors in percentages

R + G + B = 194 + 63 + 87 = 344 (100%)
R 194 of 344 ~ 56.4%
G 63 of 344 ~ 18.31%
B 87 of 344 ~ 25.29'%

%56.4
%18.31
%25.29

CMYK color model

#C23F57 color CMYK value is (0,68,55,24).

  • cyan value is 0.00%
  • magenta value is 67.53%
  • yellow value is 55.15%
  • key color value is 23.92%

CMYK: (0,68,55,24)
C0M68Y55K24 (0%, 68%, 55%, 24%)
(0.00 / 0.68 / 0.55 / 0.24)

CMYK percentages

%0
%67.53
%55.15
%23.92

Codes

Color #C23F57 in popluar color models

C2 3F 57
RGB 194 63 87
HSL 349° 51.78% 50.39%
HSB/HSV 349° 67.53% 76.08%
CMYK 0.00% 67.53% 55.15%
23.92%

Color #C23F57 in popluar number systems.

HEX C2 3F 57
Decimal 194 63 87
Binary 11000010 111111 1010111
Octal 302 77 127

Shades and tints

Shades of #C23F57

#C23F57
(194,63,87)
#B13A50
(177,58,80)
#A03549
(160,53,73)
#8F3042
(143,48,66)
#7E2B3B
(126,43,59)
#6D2634
(109,38,52)
#5C212D
(92,33,45)
#4B1C26
(75,28,38)
#3A171F
(58,23,31)
#291218
(41,18,24)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #C23F57

#C23F57
(194,63,87)
#C75066
(199,80,102)
#CC6175
(204,97,117)
#D17284
(209,114,132)
#D68393
(214,131,147)
#DB94A2
(219,148,162)
#E0A5B1
(224,165,177)
#E5B6C0
(229,182,192)
#EAC7CF
(234,199,207)
#EFD8DE
(239,216,222)
#F4E9ED
(244,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C23F57 color. Also use rgb(194,63,87) instead hex code.

Text Font Color

.myTextColor { color: #C23F57; }

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

This text font color is #C23F57.

Background Color

.myBgColor { background-color: #C23F57; }

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

This div background color is #C23F57.

Border color

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

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

This div border color is #C23F57.

Opacity

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

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

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

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

This text has shadow with #C23F57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C23F57.

Preview

Color preview on black background

This text has color #C23F57 on black background.


Color preview on white background

This text has color #C23F57 on white background.


Black color preview on #C23F57 background

This text has black color on #C23F57 background.


White color preview on #C23F57 background

This text has white color on #C23F57 background.


Related colors

Complementary color

Complementary color for #hex is #3DC0A8.


I love getcolorcode.com

Triadic colors

1 #57C23F and #3F57C2 with #C23F57 are triadic colors.

2 #573FC2 and #3FC257 with #C23F57 are triadic colors.