COLOR #C118CD

HEX: #C118CD
RGB: (193,24,205)

Color info

#C118CD contains mainly red and blue colors. Web safe color of #C118CD is #CC00CC (or #C0C).

RGB color model

#C118CD color RGB value is (193,24,205).

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

RGB channels and saturation

R 193 of 255 = 76%
G 24 of 255 = 9%
B 205 of 255 = 80%

193
24
205

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

Portions of RGB colors in percentages

R + G + B =
193 + 24 + 205 = 422 (100%)
R 193 of 422 ~ 45.73%
G 24 of 422 ~ 5.69%
B 205 of 422 ~ 48.58%

%45.73
%48.58

CMYK color model

#C118CD color CMYK value is (6,88,0,20).

  • cyan value is 5.85%
  • magenta value is 88.29%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(6,88,0,20)
C6M88Y0K20 
(6%,88%,0%,20%)
(0.06/0.88/0.00/0.20)	

CMYK percentages

%5.85
%88.29
%0
%19.61

Codes

Color #C118CD in popluar color models

C118CD
RGB19324205
HSL296°79.04%44.90%
HSB/HSV296°88.29%80.39%
CMYK5.85%88.29%0.00%
19.61%

Color #C118CD in popluar number systems.

HEXC118CD
Decimal19324205
Binary110000011100011001101
Octal30130315

Shades and tints

Shades of #C118CD

#C118CD
(193,24,205)
#B016BB
(176,22,187)
#9F14A9
(159,20,169)
#8E1297
(142,18,151)
#7D1085
(125,16,133)
#6C0E73
(108,14,115)
#5B0C61
(91,12,97)
#4A0A4F
(74,10,79)
#39083D
(57,8,61)
#28062B
(40,6,43)
#170419
(23,4,25)
#000000
(0,0,0)

Tints of #C118CD

#C118CD
(193,24,205)
#C62DD1
(198,45,209)
#CB42D5
(203,66,213)
#D057D9
(208,87,217)
#D56CDD
(213,108,221)
#DA81E1
(218,129,225)
#DF96E5
(223,150,229)
#E4ABE9
(228,171,233)
#E9C0ED
(233,192,237)
#EED5F1
(238,213,241)
#F3EAF5
(243,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C118CD; }

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

This text font color is #C118CD.


Background Color

.myBgColor { background-color: #C118CD; }

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

This div background color is #C118CD.


Border color

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

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

This div border color is #C118CD.


Opacity

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

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

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

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

This text has shadow with #C118CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C118CD on black background.


Color preview on white background

This text has color #C118CD on white background.



Black color preview on #C118CD background

This text has black color on #C118CD background.


White color preview on #C118CD background

This text has white color on #C118CD background.