COLOR #C189F1

HEX: #C189F1 RGB: (193,137,241)

Color info

#C189F1 contains mainly red and blue colors. Web safe color of #C189F1 is #CC99FF (or #C9F).

RGB color model

#C189F1 color RGB value is (193,137,241).

RGB: (193,137,241) (76%, 54%, 95%)

RGB channels and saturation

R 193 of 255 = 76%
G 137 of 255 = 54%
B 241 of 255 = 95%

193
137
241

R + G + B ~ 75%. #C189F1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 137 + 241 = 571 (100%)
R 193 of 571 ~ 33.8%
G 137 of 571 ~ 23.99%
B 241 of 571 ~ 42.21'%

%33.8
%23.99
%42.21

CMYK color model

#C189F1 color CMYK value is (20,43,0,5).

  • cyan value is 19.92%
  • magenta value is 43.15%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (20,43,0,5)
C20M43Y0K5 (20%, 43%, 0%, 5%)
(0.20 / 0.43 / 0.00 / 0.05)

CMYK percentages

%19.92
%43.15
%0
%5.49

Codes

Color #C189F1 in popluar color models

C1 89 F1
RGB 193 137 241
HSL 272° 78.79% 74.12%
HSB/HSV 272° 43.15% 94.51%
CMYK 19.92% 43.15% 0.00%
5.49%

Color #C189F1 in popluar number systems.

HEX C1 89 F1
Decimal 193 137 241
Binary 11000001 10001001 11110001
Octal 301 211 361

Shades and tints

Shades of #C189F1

#C189F1
(193,137,241)
#B07DDC
(176,125,220)
#9F71C7
(159,113,199)
#8E65B2
(142,101,178)
#7D599D
(125,89,157)
#6C4D88
(108,77,136)
#5B4173
(91,65,115)
#4A355E
(74,53,94)
#392949
(57,41,73)
#281D34
(40,29,52)
#17111F
(23,17,31)
#000000
(0,0,0)

Tints of #C189F1

#C189F1
(193,137,241)
#C693F2
(198,147,242)
#CB9DF3
(203,157,243)
#D0A7F4
(208,167,244)
#D5B1F5
(213,177,245)
#DABBF6
(218,187,246)
#DFC5F7
(223,197,247)
#E4CFF8
(228,207,248)
#E9D9F9
(233,217,249)
#EEE3FA
(238,227,250)
#F3EDFB
(243,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C189F1 color. Also use rgb(193,137,241) instead hex code.

Text Font Color

.myTextColor { color: #C189F1; }

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

This text font color is #C189F1.

Background Color

.myBgColor { background-color: #C189F1; }

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

This div background color is #C189F1.

Border color

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

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

This div border color is #C189F1.

Opacity

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

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

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

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

This text has shadow with #C189F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C189F1.

Preview

Color preview on black background

This text has color #C189F1 on black background.


Color preview on white background

This text has color #C189F1 on white background.


Black color preview on #C189F1 background

This text has black color on #C189F1 background.


White color preview on #C189F1 background

This text has white color on #C189F1 background.


Related colors

Complementary color

Complementary color for #hex is #3E760E.


I love getcolorcode.com

Triadic colors

1 #F1C189 and #89F1C1 with #C189F1 are triadic colors.

2 #F189C1 and #89C1F1 with #C189F1 are triadic colors.