COLOR #C93AB0

HEX: #C93AB0
RGB: (201,58,176)

Color info

#C93AB0 contains mainly red and blue colors. Web safe color of #C93AB0 is #CC3399 (or #C39).

RGB color model

#C93AB0 color RGB value is (201,58,176).

  • red value is 201;
  • green value is 58;
  • blue value is 176.
RGB:
(201,58,176)
(79%,23%,69%)

RGB channels and saturation

R 201 of 255 = 79%
G 58 of 255 = 23%
B 176 of 255 = 69%

201
58
176

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

Portions of RGB colors in percentages

R + G + B =
201 + 58 + 176 = 435 (100%)
R 201 of 435 ~ 46.21%
G 58 of 435 ~ 13.33%
B 176 of 435 ~ 40.46%

%46.21
%13.33
%40.46

CMYK color model

#C93AB0 color CMYK value is (0,71,12,21).

  • cyan value is 0.00%
  • magenta value is 71.14%
  • yellow value is 12.44%
  • key color value is 21.18%
CMYK:
(0,71,12,21)
C0M71Y12K21 
(0%,71%,12%,21%)
(0.00/0.71/0.12/0.21)	

CMYK percentages

%0
%71.14
%12.44
%21.18

Codes

Color #C93AB0 in popluar color models

C93AB0
RGB20158176
HSL310°56.97%50.78%
HSB/HSV310°71.14%78.82%
CMYK0.00%71.14%12.44%
21.18%

Color #C93AB0 in popluar number systems.

HEXC93AB0
Decimal20158176
Binary1100100111101010110000
Octal31172260

Shades and tints

Shades of #C93AB0

#C93AB0
(201,58,176)
#B735A0
(183,53,160)
#A53090
(165,48,144)
#932B80
(147,43,128)
#812670
(129,38,112)
#6F2160
(111,33,96)
#5D1C50
(93,28,80)
#4B1740
(75,23,64)
#391230
(57,18,48)
#270D20
(39,13,32)
#150810
(21,8,16)
#000000
(0,0,0)

Tints of #C93AB0

#C93AB0
(201,58,176)
#CD4BB7
(205,75,183)
#D15CBE
(209,92,190)
#D56DC5
(213,109,197)
#D97ECC
(217,126,204)
#DD8FD3
(221,143,211)
#E1A0DA
(225,160,218)
#E5B1E1
(229,177,225)
#E9C2E8
(233,194,232)
#EDD3EF
(237,211,239)
#F1E4F6
(241,228,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C93AB0 color. Also use rgb(201,58,176) instead hex code.

Text Font Color

.myTextColor { color: #C93AB0; }

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

This text font color is #C93AB0.


Background Color

.myBgColor { background-color: #C93AB0; }

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

This div background color is #C93AB0.


Border color

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

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

This div border color is #C93AB0.


Opacity

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

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

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

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

This text has shadow with #C93AB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C93AB0 on black background.


Color preview on white background

This text has color #C93AB0 on white background.



Black color preview on #C93AB0 background

This text has black color on #C93AB0 background.


White color preview on #C93AB0 background

This text has white color on #C93AB0 background.