COLOR #C7188B

HEX: #C7188B
RGB: (199,24,139)

Color info

#C7188B contains mainly red color. Web safe color of #C7188B is #CC0099 (or #C09).

RGB color model

#C7188B color RGB value is (199,24,139).

  • red value is 199;
  • green value is 24;
  • blue value is 139.
RGB:
(199,24,139)
(78%,9%,55%)

RGB channels and saturation

R 199 of 255 = 78%
G 24 of 255 = 9%
B 139 of 255 = 55%

199
24
139

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

Portions of RGB colors in percentages

R + G + B =
199 + 24 + 139 = 362 (100%)
R 199 of 362 ~ 54.97%
G 24 of 362 ~ 6.63%
B 139 of 362 ~ 38.4%

%54.97
%38.4

CMYK color model

#C7188B color CMYK value is (0,88,30,22).

  • cyan value is 0.00%
  • magenta value is 87.94%
  • yellow value is 30.15%
  • key color value is 21.96%
CMYK:
(0,88,30,22)
C0M88Y30K22 
(0%,88%,30%,22%)
(0.00/0.88/0.30/0.22)	

CMYK percentages

%0
%87.94
%30.15
%21.96

Codes

Color #C7188B in popluar color models

C7188B
RGB19924139
HSL321°78.48%43.73%
HSB/HSV321°87.94%78.04%
CMYK0.00%87.94%30.15%
21.96%

Color #C7188B in popluar number systems.

HEXC7188B
Decimal19924139
Binary110001111100010001011
Octal30730213

Shades and tints

Shades of #C7188B

#C7188B
(199,24,139)
#B5167F
(181,22,127)
#A31473
(163,20,115)
#911267
(145,18,103)
#7F105B
(127,16,91)
#6D0E4F
(109,14,79)
#5B0C43
(91,12,67)
#490A37
(73,10,55)
#37082B
(55,8,43)
#25061F
(37,6,31)
#130413
(19,4,19)
#000000
(0,0,0)

Tints of #C7188B

#C7188B
(199,24,139)
#CC2D95
(204,45,149)
#D1429F
(209,66,159)
#D657A9
(214,87,169)
#DB6CB3
(219,108,179)
#E081BD
(224,129,189)
#E596C7
(229,150,199)
#EAABD1
(234,171,209)
#EFC0DB
(239,192,219)
#F4D5E5
(244,213,229)
#F9EAEF
(249,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7188B color. Also use rgb(199,24,139) instead hex code.

Text Font Color

.myTextColor { color: #C7188B; }

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

This text font color is #C7188B.


Background Color

.myBgColor { background-color: #C7188B; }

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

This div background color is #C7188B.


Border color

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

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

This div border color is #C7188B.


Opacity

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

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

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

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

This text has shadow with #C7188B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7188B on black background.


Color preview on white background

This text has color #C7188B on white background.



Black color preview on #C7188B background

This text has black color on #C7188B background.


White color preview on #C7188B background

This text has white color on #C7188B background.