COLOR #C4367C

HEX: #C4367C
RGB: (196,54,124)

Color info

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

RGB color model

#C4367C color RGB value is (196,54,124).

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

RGB channels and saturation

R 196 of 255 = 77%
G 54 of 255 = 21%
B 124 of 255 = 49%

196
54
124

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

Portions of RGB colors in percentages

R + G + B =
196 + 54 + 124 = 374 (100%)
R 196 of 374 ~ 52.41%
G 54 of 374 ~ 14.44%
B 124 of 374 ~ 33.16%

%52.41
%14.44
%33.16

CMYK color model

#C4367C color CMYK value is (0,72,37,23).

  • cyan value is 0.00%
  • magenta value is 72.45%
  • yellow value is 36.73%
  • key color value is 23.14%
CMYK:
(0,72,37,23)
C0M72Y37K23 
(0%,72%,37%,23%)
(0.00/0.72/0.37/0.23)	

CMYK percentages

%0
%72.45
%36.73
%23.14

Codes

Color #C4367C in popluar color models

C4367C
RGB19654124
HSL330°56.80%49.02%
HSB/HSV330°72.45%76.86%
CMYK0.00%72.45%36.73%
23.14%

Color #C4367C in popluar number systems.

HEXC4367C
Decimal19654124
Binary110001001101101111100
Octal30466174

Shades and tints

Shades of #C4367C

#C4367C
(196,54,124)
#B33271
(179,50,113)
#A22E66
(162,46,102)
#912A5B
(145,42,91)
#802650
(128,38,80)
#6F2245
(111,34,69)
#5E1E3A
(94,30,58)
#4D1A2F
(77,26,47)
#3C1624
(60,22,36)
#2B1219
(43,18,25)
#1A0E0E
(26,14,14)
#000000
(0,0,0)

Tints of #C4367C

#C4367C
(196,54,124)
#C94887
(201,72,135)
#CE5A92
(206,90,146)
#D36C9D
(211,108,157)
#D87EA8
(216,126,168)
#DD90B3
(221,144,179)
#E2A2BE
(226,162,190)
#E7B4C9
(231,180,201)
#ECC6D4
(236,198,212)
#F1D8DF
(241,216,223)
#F6EAEA
(246,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4367C; }

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

This text font color is #C4367C.


Background Color

.myBgColor { background-color: #C4367C; }

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

This div background color is #C4367C.


Border color

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

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

This div border color is #C4367C.


Opacity

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

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

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

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

This text has shadow with #C4367C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4367C on black background.


Color preview on white background

This text has color #C4367C on white background.



Black color preview on #C4367C background

This text has black color on #C4367C background.


White color preview on #C4367C background

This text has white color on #C4367C background.