COLOR #C193CD

HEX: #C193CD
RGB: (193,147,205)

Color info

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

RGB color model

#C193CD color RGB value is (193,147,205).

  • red value is 193;
  • green value is 147;
  • blue value is 205.
RGB:
(193,147,205)
(76%,58%,80%)

RGB channels and saturation

R 193 of 255 = 76%
G 147 of 255 = 58%
B 205 of 255 = 80%

193
147
205

R + G + B ~ 71%. #C193CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 147 + 205 = 545 (100%)
R 193 of 545 ~ 35.41%
G 147 of 545 ~ 26.97%
B 205 of 545 ~ 37.61%

%35.41
%26.97
%37.61

CMYK color model

#C193CD color CMYK value is (6,28,0,20).

  • cyan value is 5.85%
  • magenta value is 28.29%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(6,28,0,20)
C6M28Y0K20 
(6%,28%,0%,20%)
(0.06/0.28/0.00/0.20)	

CMYK percentages

%5.85
%28.29
%0
%19.61

Codes

Color #C193CD in popluar color models

C193CD
RGB193147205
HSL288°36.71%69.02%
HSB/HSV288°28.29%80.39%
CMYK5.85%28.29%0.00%
19.61%

Color #C193CD in popluar number systems.

HEXC193CD
Decimal193147205
Binary110000011001001111001101
Octal301223315

Shades and tints

Shades of #C193CD

#C193CD
(193,147,205)
#B086BB
(176,134,187)
#9F79A9
(159,121,169)
#8E6C97
(142,108,151)
#7D5F85
(125,95,133)
#6C5273
(108,82,115)
#5B4561
(91,69,97)
#4A384F
(74,56,79)
#392B3D
(57,43,61)
#281E2B
(40,30,43)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #C193CD

#C193CD
(193,147,205)
#C69CD1
(198,156,209)
#CBA5D5
(203,165,213)
#D0AED9
(208,174,217)
#D5B7DD
(213,183,221)
#DAC0E1
(218,192,225)
#DFC9E5
(223,201,229)
#E4D2E9
(228,210,233)
#E9DBED
(233,219,237)
#EEE4F1
(238,228,241)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C193CD color. Also use rgb(193,147,205) instead hex code.

Text Font Color

.myTextColor { color: #C193CD; }

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

This text font color is #C193CD.


Background Color

.myBgColor { background-color: #C193CD; }

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

This div background color is #C193CD.


Border color

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

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

This div border color is #C193CD.


Opacity

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

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

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

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

This text has shadow with #C193CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C193CD on black background.


Color preview on white background

This text has color #C193CD on white background.



Black color preview on #C193CD background

This text has black color on #C193CD background.


White color preview on #C193CD background

This text has white color on #C193CD background.