COLOR #C12D61

HEX: #C12D61 RGB: (193,45,97)

Color info

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

RGB color model

#C12D61 color RGB value is (193,45,97).

RGB: (193,45,97) (76%, 18%, 38%)

RGB channels and saturation

R 193 of 255 = 76%
G 45 of 255 = 18%
B 97 of 255 = 38%

193
45
97

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

Portions of RGB colors in percentages

R + G + B = 193 + 45 + 97 = 335 (100%)
R 193 of 335 ~ 57.61%
G 45 of 335 ~ 13.43%
B 97 of 335 ~ 28.96'%

%57.61
%13.43
%28.96

CMYK color model

#C12D61 color CMYK value is (0,77,50,24).

  • cyan value is 0.00%
  • magenta value is 76.68%
  • yellow value is 49.74%
  • key color value is 24.31%
CMYK: (0,77,50,24) C0M77Y50K24 (0%,77%,50%,24%) (0.00/0.77/0.50/0.24) 

CMYK percentages

%0
%76.68
%49.74
%24.31

Codes

Color #C12D61 in popluar color models

C1 2D 61
RGB 193 45 97
HSL 339° 62.18% 46.67%
HSB/HSV 339° 76.68% 75.69%
CMYK 0.00% 76.68% 49.74%
24.31%

Color #C12D61 in popluar number systems.

HEX C1 2D 61
Decimal 193 45 97
Binary 11000001 101101 1100001
Octal 301 55 141

Shades and tints

Shades of #C12D61

#C12D61
(193,45,97)
#B02959
(176,41,89)
#9F2551
(159,37,81)
#8E2149
(142,33,73)
#7D1D41
(125,29,65)
#6C1939
(108,25,57)
#5B1531
(91,21,49)
#4A1129
(74,17,41)
#390D21
(57,13,33)
#280919
(40,9,25)
#170511
(23,5,17)
#000000
(0,0,0)

Tints of #C12D61

#C12D61
(193,45,97)
#C6406F
(198,64,111)
#CB537D
(203,83,125)
#D0668B
(208,102,139)
#D57999
(213,121,153)
#DA8CA7
(218,140,167)
#DF9FB5
(223,159,181)
#E4B2C3
(228,178,195)
#E9C5D1
(233,197,209)
#EED8DF
(238,216,223)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C12D61 color. Also use rgb(193,45,97) instead hex code.

Text Font Color

.myTextColor { color: #C12D61; }

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

This text font color is #C12D61.

Background Color

.myBgColor { background-color: #C12D61; }

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

This div background color is #C12D61.

Border color

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

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

This div border color is #C12D61.

Opacity

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

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

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

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

This text has shadow with #C12D61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C12D61.

Preview

Color preview on black background

This text has color #C12D61 on black background.


Color preview on white background

This text has color #C12D61 on white background.


Black color preview on #C12D61 background

This text has black color on #C12D61 background.


White color preview on #C12D61 background

This text has white color on #C12D61 background.


Related colors

Complementary color

Complementary color for #hex is #3ED29E.


I love getcolorcode.com

Triadic colors

1 #61C12D and #2D61C1 with #C12D61 are triadic colors.

2 #612DC1 and #2DC161 with #C12D61 are triadic colors.