COLOR #C1296C

HEX: #C1296C
RGB: (193,41,108)

Color info

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

RGB color model

#C1296C color RGB value is (193,41,108).

  • red value is 193;
  • green value is 41;
  • blue value is 108.
RGB:
(193,41,108)
(76%,16%,42%)

RGB channels and saturation

R 193 of 255 = 76%
G 41 of 255 = 16%
B 108 of 255 = 42%

193
41
108

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

Portions of RGB colors in percentages

R + G + B =
193 + 41 + 108 = 342 (100%)
R 193 of 342 ~ 56.43%
G 41 of 342 ~ 11.99%
B 108 of 342 ~ 31.58%

%56.43
%11.99
%31.58

CMYK color model

#C1296C color CMYK value is (0,79,44,24).

  • cyan value is 0.00%
  • magenta value is 78.76%
  • yellow value is 44.04%
  • key color value is 24.31%
CMYK:
(0,79,44,24)
C0M79Y44K24 
(0%,79%,44%,24%)
(0.00/0.79/0.44/0.24)	

CMYK percentages

%0
%78.76
%44.04
%24.31

Codes

Color #C1296C in popluar color models

C1296C
RGB19341108
HSL334°64.96%45.88%
HSB/HSV334°78.76%75.69%
CMYK0.00%78.76%44.04%
24.31%

Color #C1296C in popluar number systems.

HEXC1296C
Decimal19341108
Binary110000011010011101100
Octal30151154

Shades and tints

Shades of #C1296C

#C1296C
(193,41,108)
#B02663
(176,38,99)
#9F235A
(159,35,90)
#8E2051
(142,32,81)
#7D1D48
(125,29,72)
#6C1A3F
(108,26,63)
#5B1736
(91,23,54)
#4A142D
(74,20,45)
#391124
(57,17,36)
#280E1B
(40,14,27)
#170B12
(23,11,18)
#000000
(0,0,0)

Tints of #C1296C

#C1296C
(193,41,108)
#C63C79
(198,60,121)
#CB4F86
(203,79,134)
#D06293
(208,98,147)
#D575A0
(213,117,160)
#DA88AD
(218,136,173)
#DF9BBA
(223,155,186)
#E4AEC7
(228,174,199)
#E9C1D4
(233,193,212)
#EED4E1
(238,212,225)
#F3E7EE
(243,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1296C color. Also use rgb(193,41,108) instead hex code.

Text Font Color

.myTextColor { color: #C1296C; }

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

This text font color is #C1296C.


Background Color

.myBgColor { background-color: #C1296C; }

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

This div background color is #C1296C.


Border color

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

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

This div border color is #C1296C.


Opacity

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

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

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

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

This text has shadow with #C1296C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1296C on black background.


Color preview on white background

This text has color #C1296C on white background.



Black color preview on #C1296C background

This text has black color on #C1296C background.


White color preview on #C1296C background

This text has white color on #C1296C background.