COLOR #C12F57

HEX: #C12F57
RGB: (193,47,87)

Color info

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

RGB color model

#C12F57 color RGB value is (193,47,87).

  • red value is 193;
  • green value is 47;
  • blue value is 87.
RGB:
(193,47,87)
(76%,18%,34%)

RGB channels and saturation

R 193 of 255 = 76%
G 47 of 255 = 18%
B 87 of 255 = 34%

193
47
87

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

Portions of RGB colors in percentages

R + G + B =
193 + 47 + 87 = 327 (100%)
R 193 of 327 ~ 59.02%
G 47 of 327 ~ 14.37%
B 87 of 327 ~ 26.61%

%59.02
%14.37
%26.61

CMYK color model

#C12F57 color CMYK value is (0,76,55,24).

  • cyan value is 0.00%
  • magenta value is 75.65%
  • yellow value is 54.92%
  • key color value is 24.31%
CMYK:
(0,76,55,24)
C0M76Y55K24 
(0%,76%,55%,24%)
(0.00/0.76/0.55/0.24)	

CMYK percentages

%0
%75.65
%54.92
%24.31

Codes

Color #C12F57 in popluar color models

C12F57
RGB1934787
HSL344°60.83%47.06%
HSB/HSV344°75.65%75.69%
CMYK0.00%75.65%54.92%
24.31%

Color #C12F57 in popluar number systems.

HEXC12F57
Decimal1934787
Binary110000011011111010111
Octal30157127

Shades and tints

Shades of #C12F57

#C12F57
(193,47,87)
#B02B50
(176,43,80)
#9F2749
(159,39,73)
#8E2342
(142,35,66)
#7D1F3B
(125,31,59)
#6C1B34
(108,27,52)
#5B172D
(91,23,45)
#4A1326
(74,19,38)
#390F1F
(57,15,31)
#280B18
(40,11,24)
#170711
(23,7,17)
#000000
(0,0,0)

Tints of #C12F57

#C12F57
(193,47,87)
#C64166
(198,65,102)
#CB5375
(203,83,117)
#D06584
(208,101,132)
#D57793
(213,119,147)
#DA89A2
(218,137,162)
#DF9BB1
(223,155,177)
#E4ADC0
(228,173,192)
#E9BFCF
(233,191,207)
#EED1DE
(238,209,222)
#F3E3ED
(243,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C12F57 color. Also use rgb(193,47,87) instead hex code.

Text Font Color

.myTextColor { color: #C12F57; }

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

This text font color is #C12F57.


Background Color

.myBgColor { background-color: #C12F57; }

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

This div background color is #C12F57.


Border color

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

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

This div border color is #C12F57.


Opacity

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

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

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

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

This text has shadow with #C12F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C12F57 on black background.


Color preview on white background

This text has color #C12F57 on white background.



Black color preview on #C12F57 background

This text has black color on #C12F57 background.


White color preview on #C12F57 background

This text has white color on #C12F57 background.