COLOR #C4197C

HEX: #C4197C
RGB: (196,25,124)

Color info

#C4197C contains mainly red color. Web safe color of #C4197C is #CC0066 (or #C06).

RGB color model

#C4197C color RGB value is (196,25,124).

  • red value is 196;
  • green value is 25;
  • blue value is 124.
RGB: (196,25,124) (77%,10%,49%)

RGB channels and saturation

R 196 of 255 = 77%
G 25 of 255 = 10%
B 124 of 255 = 49%

196
25
124

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

Portions of RGB colors in percentages

R + G + B =
196 + 25 + 124 = 345 (100%)
R 196 of 345 ~ 56.81%
G 25 of 345 ~ 7.25%
B 124 of 345 ~ 35.94%

%56.81
%35.94

CMYK color model

#C4197C color CMYK value is (0,87,37,23).

  • cyan value is 0.00%
  • magenta value is 87.24%
  • yellow value is 36.73%
  • key color value is 23.14%
CMYK: (0,87,37,23) C0M87Y37K23 (0%,87%,37%,23%) (0.00/0.87/0.37/0.23)

CMYK percentages

%0
%87.24
%36.73
%23.14

Codes

Color #C4197C in popluar color models

C4197C
RGB19625124
HSL325°77.38%43.33%
HSB/HSV325°87.24%76.86%
CMYK0.00%87.24%36.73%
23.14%

Color #C4197C in popluar number systems.

HEXC4197C
Decimal19625124
Binary11000100110011111100
Octal30431174

Shades and tints

Shades of #C4197C

#C4197C
(196,25,124)
#B31771
(179,23,113)
#A21566
(162,21,102)
#91135B
(145,19,91)
#801150
(128,17,80)
#6F0F45
(111,15,69)
#5E0D3A
(94,13,58)
#4D0B2F
(77,11,47)
#3C0924
(60,9,36)
#2B0719
(43,7,25)
#1A050E
(26,5,14)
#000000
(0,0,0)

Tints of #C4197C

#C4197C
(196,25,124)
#C92D87
(201,45,135)
#CE4192
(206,65,146)
#D3559D
(211,85,157)
#D869A8
(216,105,168)
#DD7DB3
(221,125,179)
#E291BE
(226,145,190)
#E7A5C9
(231,165,201)
#ECB9D4
(236,185,212)
#F1CDDF
(241,205,223)
#F6E1EA
(246,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4197C color. Also use rgb(196,25,124) instead hex code.

Text Font Color

.myTextColor { color: #C4197C; }

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

This text font color is #C4197C.


Background Color

.myBgColor { background-color: #C4197C; }

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

This div background color is #C4197C.


Border color

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

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

This div border color is #C4197C.


Opacity

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

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

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

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

This text has shadow with #C4197C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C4197C on black background.


Color preview on white background

This text has color #C4197C on white background.



Black color preview on #C4197C background

This text has black color on #C4197C background.


White color preview on #C4197C background

This text has white color on #C4197C background.