COLOR #C7199C

HEX: #C7199C
RGB: (199,25,156)

Color info

#C7199C contains mainly red and blue colors. Web safe color of #C7199C is #CC0099 (or #C09).

RGB color model

#C7199C color RGB value is (199,25,156).

  • red value is 199;
  • green value is 25;
  • blue value is 156.
RGB:
(199,25,156)
(78%,10%,61%)

RGB channels and saturation

R 199 of 255 = 78%
G 25 of 255 = 10%
B 156 of 255 = 61%

199
25
156

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

Portions of RGB colors in percentages

R + G + B =
199 + 25 + 156 = 380 (100%)
R 199 of 380 ~ 52.37%
G 25 of 380 ~ 6.58%
B 156 of 380 ~ 41.05%

%52.37
%41.05

CMYK color model

#C7199C color CMYK value is (0,87,22,22).

  • cyan value is 0.00%
  • magenta value is 87.44%
  • yellow value is 21.61%
  • key color value is 21.96%
CMYK:
(0,87,22,22)
C0M87Y22K22 
(0%,87%,22%,22%)
(0.00/0.87/0.22/0.22)	

CMYK percentages

%0
%87.44
%21.61
%21.96

Codes

Color #C7199C in popluar color models

C7199C
RGB19925156
HSL315°77.68%43.92%
HSB/HSV315°87.44%78.04%
CMYK0.00%87.44%21.61%
21.96%

Color #C7199C in popluar number systems.

HEXC7199C
Decimal19925156
Binary110001111100110011100
Octal30731234

Shades and tints

Shades of #C7199C

#C7199C
(199,25,156)
#B5178E
(181,23,142)
#A31580
(163,21,128)
#911372
(145,19,114)
#7F1164
(127,17,100)
#6D0F56
(109,15,86)
#5B0D48
(91,13,72)
#490B3A
(73,11,58)
#37092C
(55,9,44)
#25071E
(37,7,30)
#130510
(19,5,16)
#000000
(0,0,0)

Tints of #C7199C

#C7199C
(199,25,156)
#CC2DA5
(204,45,165)
#D141AE
(209,65,174)
#D655B7
(214,85,183)
#DB69C0
(219,105,192)
#E07DC9
(224,125,201)
#E591D2
(229,145,210)
#EAA5DB
(234,165,219)
#EFB9E4
(239,185,228)
#F4CDED
(244,205,237)
#F9E1F6
(249,225,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7199C color. Also use rgb(199,25,156) instead hex code.

Text Font Color

.myTextColor { color: #C7199C; }

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

This text font color is #C7199C.


Background Color

.myBgColor { background-color: #C7199C; }

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

This div background color is #C7199C.


Border color

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

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

This div border color is #C7199C.


Opacity

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

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

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

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

This text has shadow with #C7199C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7199C on black background.


Color preview on white background

This text has color #C7199C on white background.



Black color preview on #C7199C background

This text has black color on #C7199C background.


White color preview on #C7199C background

This text has white color on #C7199C background.