COLOR #C603DC

HEX: #C603DC
RGB: (198,3,220)

Color info

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

RGB color model

#C603DC color RGB value is (198,3,220).

  • red value is 198;
  • green value is 3;
  • blue value is 220.
RGB:
(198,3,220)
(78%,1%,86%)

RGB channels and saturation

R 198 of 255 = 78%
G 3 of 255 = 1%
B 220 of 255 = 86%

198
3
220

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

Portions of RGB colors in percentages

R + G + B =
198 + 3 + 220 = 421 (100%)
R 198 of 421 ~ 47.03%
G 3 of 421 ~ 0.71%
B 220 of 421 ~ 52.26%

%47.03
%52.26

CMYK color model

#C603DC color CMYK value is (10,99,0,14).

  • cyan value is 10.00%
  • magenta value is 98.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(10,99,0,14)
C10M99Y0K14 
(10%,99%,0%,14%)
(0.10/0.99/0.00/0.14)	

CMYK percentages

%10
%98.64
%0
%13.73

Codes

Color #C603DC in popluar color models

C603DC
RGB1983220
HSL294°97.31%43.73%
HSB/HSV294°98.64%86.27%
CMYK10.00%98.64%0.00%
13.73%

Color #C603DC in popluar number systems.

HEXC603DC
Decimal1983220
Binary110001101111011100
Octal3063334

Shades and tints

Shades of #C603DC

#C603DC
(198,3,220)
#B403C8
(180,3,200)
#A203B4
(162,3,180)
#9003A0
(144,3,160)
#7E038C
(126,3,140)
#6C0378
(108,3,120)
#5A0364
(90,3,100)
#480350
(72,3,80)
#36033C
(54,3,60)
#240328
(36,3,40)
#120314
(18,3,20)
#000000
(0,0,0)

Tints of #C603DC

#C603DC
(198,3,220)
#CB19DF
(203,25,223)
#D02FE2
(208,47,226)
#D545E5
(213,69,229)
#DA5BE8
(218,91,232)
#DF71EB
(223,113,235)
#E487EE
(228,135,238)
#E99DF1
(233,157,241)
#EEB3F4
(238,179,244)
#F3C9F7
(243,201,247)
#F8DFFA
(248,223,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C603DC color. Also use rgb(198,3,220) instead hex code.

Text Font Color

.myTextColor { color: #C603DC; }

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

This text font color is #C603DC.


Background Color

.myBgColor { background-color: #C603DC; }

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

This div background color is #C603DC.


Border color

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

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

This div border color is #C603DC.


Opacity

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

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

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

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

This text has shadow with #C603DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C603DC on black background.


Color preview on white background

This text has color #C603DC on white background.



Black color preview on #C603DC background

This text has black color on #C603DC background.


White color preview on #C603DC background

This text has white color on #C603DC background.