COLOR #C23F51

HEX: #C23F51 RGB: (194,63,81)

Color info

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

RGB color model

#C23F51 color RGB value is (194,63,81).

RGB: (194,63,81) (76%, 25%, 32%)

RGB channels and saturation

R 194 of 255 = 76%
G 63 of 255 = 25%
B 81 of 255 = 32%

194
63
81

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

Portions of RGB colors in percentages

R + G + B = 194 + 63 + 81 = 338 (100%)
R 194 of 338 ~ 57.4%
G 63 of 338 ~ 18.64%
B 81 of 338 ~ 23.96'%

%57.4
%18.64
%23.96

CMYK color model

#C23F51 color CMYK value is (0,68,58,24).

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

CMYK: (0,68,58,24)
C0M68Y58K24 (0%, 68%, 58%, 24%)
(0.00 / 0.68 / 0.58 / 0.24)

CMYK percentages

%0
%67.53
%58.25
%23.92

Codes

Color #C23F51 in popluar color models

C2 3F 51
RGB 194 63 81
HSL 352° 51.78% 50.39%
HSB/HSV 352° 67.53% 76.08%
CMYK 0.00% 67.53% 58.25%
23.92%

Color #C23F51 in popluar number systems.

HEX C2 3F 51
Decimal 194 63 81
Binary 11000010 111111 1010001
Octal 302 77 121

Shades and tints

Shades of #C23F51

#C23F51
(194,63,81)
#B13A4A
(177,58,74)
#A03543
(160,53,67)
#8F303C
(143,48,60)
#7E2B35
(126,43,53)
#6D262E
(109,38,46)
#5C2127
(92,33,39)
#4B1C20
(75,28,32)
#3A1719
(58,23,25)
#291212
(41,18,18)
#180D0B
(24,13,11)
#000000
(0,0,0)

Tints of #C23F51

#C23F51
(194,63,81)
#C75060
(199,80,96)
#CC616F
(204,97,111)
#D1727E
(209,114,126)
#D6838D
(214,131,141)
#DB949C
(219,148,156)
#E0A5AB
(224,165,171)
#E5B6BA
(229,182,186)
#EAC7C9
(234,199,201)
#EFD8D8
(239,216,216)
#F4E9E7
(244,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C23F51; }

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

This text font color is #C23F51.

Background Color

.myBgColor { background-color: #C23F51; }

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

This div background color is #C23F51.

Border color

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

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

This div border color is #C23F51.

Opacity

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

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

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

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

This text has shadow with #C23F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C23F51.

Preview

Color preview on black background

This text has color #C23F51 on black background.


Color preview on white background

This text has color #C23F51 on white background.


Black color preview on #C23F51 background

This text has black color on #C23F51 background.


White color preview on #C23F51 background

This text has white color on #C23F51 background.


Related colors

Complementary color

Complementary color for #hex is #3DC0AE.


I love getcolorcode.com

Triadic colors

1 #51C23F and #3F51C2 with #C23F51 are triadic colors.

2 #513FC2 and #3FC251 with #C23F51 are triadic colors.