COLOR #C199CF

HEX: #C199CF RGB: (193,153,207)

Color info

#C199CF contains red, green and blue colors in about the same proportion. Web safe color of #C199CF is #CC99CC (or #C9C).

RGB color model

#C199CF color RGB value is (193,153,207).

RGB: (193,153,207) (76%, 60%, 81%)

RGB channels and saturation

R 193 of 255 = 76%
G 153 of 255 = 60%
B 207 of 255 = 81%

193
153
207

R + G + B ~ 72%. #C199CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 153 + 207 = 553 (100%)
R 193 of 553 ~ 34.9%
G 153 of 553 ~ 27.67%
B 207 of 553 ~ 37.43'%

%34.9
%27.67
%37.43

CMYK color model

#C199CF color CMYK value is (7,26,0,19).

  • cyan value is 6.76%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (7,26,0,19)
C7M26Y0K19 (7%, 26%, 0%, 19%)
(0.07 / 0.26 / 0.00 / 0.19)

CMYK percentages

%6.76
%26.09
%0
%18.82

Codes

Color #C199CF in popluar color models

C1 99 CF
RGB 193 153 207
HSL 284° 36.00% 70.59%
HSB/HSV 284° 26.09% 81.18%
CMYK 6.76% 26.09% 0.00%
18.82%

Color #C199CF in popluar number systems.

HEX C1 99 CF
Decimal 193 153 207
Binary 11000001 10011001 11001111
Octal 301 231 317

Shades and tints

Shades of #C199CF

#C199CF
(193,153,207)
#B08CBD
(176,140,189)
#9F7FAB
(159,127,171)
#8E7299
(142,114,153)
#7D6587
(125,101,135)
#6C5875
(108,88,117)
#5B4B63
(91,75,99)
#4A3E51
(74,62,81)
#39313F
(57,49,63)
#28242D
(40,36,45)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #C199CF

#C199CF
(193,153,207)
#C6A2D3
(198,162,211)
#CBABD7
(203,171,215)
#D0B4DB
(208,180,219)
#D5BDDF
(213,189,223)
#DAC6E3
(218,198,227)
#DFCFE7
(223,207,231)
#E4D8EB
(228,216,235)
#E9E1EF
(233,225,239)
#EEEAF3
(238,234,243)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C199CF color. Also use rgb(193,153,207) instead hex code.

Text Font Color

.myTextColor { color: #C199CF; }

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

This text font color is #C199CF.

Background Color

.myBgColor { background-color: #C199CF; }

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

This div background color is #C199CF.

Border color

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

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

This div border color is #C199CF.

Opacity

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

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

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

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

This text has shadow with #C199CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C199CF.

Preview

Color preview on black background

This text has color #C199CF on black background.


Color preview on white background

This text has color #C199CF on white background.


Black color preview on #C199CF background

This text has black color on #C199CF background.


White color preview on #C199CF background

This text has white color on #C199CF background.


Related colors

Complementary color

Complementary color for #hex is #3E6630.


I love getcolorcode.com

Triadic colors

1 #CFC199 and #99CFC1 with #C199CF are triadic colors.

2 #CF99C1 and #99C1CF with #C199CF are triadic colors.