COLOR #C993F0

HEX: #C993F0
RGB: (201,147,240)

Color info

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

RGB color model

#C993F0 color RGB value is (201,147,240).

  • red value is 201;
  • green value is 147;
  • blue value is 240.
RGB:
(201,147,240)
(79%,58%,94%)

RGB channels and saturation

R 201 of 255 = 79%
G 147 of 255 = 58%
B 240 of 255 = 94%

201
147
240

R + G + B ~ 77%. #C993F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 147 + 240 = 588 (100%)
R 201 of 588 ~ 34.18%
G 147 of 588 ~ 25%
B 240 of 588 ~ 40.82%

%34.18
%25
%40.82

CMYK color model

#C993F0 color CMYK value is (16,39,0,6).

  • cyan value is 16.25%
  • magenta value is 38.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(16,39,0,6)
C16M39Y0K6 
(16%,39%,0%,6%)
(0.16/0.39/0.00/0.06)	

CMYK percentages

%16.25
%38.75
%0
%5.88

Codes

Color #C993F0 in popluar color models

C993F0
RGB201147240
HSL275°75.61%75.88%
HSB/HSV275°38.75%94.12%
CMYK16.25%38.75%0.00%
5.88%

Color #C993F0 in popluar number systems.

HEXC993F0
Decimal201147240
Binary110010011001001111110000
Octal311223360

Shades and tints

Shades of #C993F0

#C993F0
(201,147,240)
#B786DB
(183,134,219)
#A579C6
(165,121,198)
#936CB1
(147,108,177)
#815F9C
(129,95,156)
#6F5287
(111,82,135)
#5D4572
(93,69,114)
#4B385D
(75,56,93)
#392B48
(57,43,72)
#271E33
(39,30,51)
#15111E
(21,17,30)
#000000
(0,0,0)

Tints of #C993F0

#C993F0
(201,147,240)
#CD9CF1
(205,156,241)
#D1A5F2
(209,165,242)
#D5AEF3
(213,174,243)
#D9B7F4
(217,183,244)
#DDC0F5
(221,192,245)
#E1C9F6
(225,201,246)
#E5D2F7
(229,210,247)
#E9DBF8
(233,219,248)
#EDE4F9
(237,228,249)
#F1EDFA
(241,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C993F0 color. Also use rgb(201,147,240) instead hex code.

Text Font Color

.myTextColor { color: #C993F0; }

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

This text font color is #C993F0.


Background Color

.myBgColor { background-color: #C993F0; }

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

This div background color is #C993F0.


Border color

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

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

This div border color is #C993F0.


Opacity

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

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

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

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

This text has shadow with #C993F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C993F0 on black background.


Color preview on white background

This text has color #C993F0 on white background.



Black color preview on #C993F0 background

This text has black color on #C993F0 background.


White color preview on #C993F0 background

This text has white color on #C993F0 background.