COLOR #C613E1

HEX: #C613E1
RGB: (198,19,225)

Color info

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

RGB color model

#C613E1 color RGB value is (198,19,225).

  • red value is 198;
  • green value is 19;
  • blue value is 225.
RGB:
(198,19,225)
(78%,7%,88%)

RGB channels and saturation

R 198 of 255 = 78%
G 19 of 255 = 7%
B 225 of 255 = 88%

198
19
225

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

Portions of RGB colors in percentages

R + G + B =
198 + 19 + 225 = 442 (100%)
R 198 of 442 ~ 44.8%
G 19 of 442 ~ 4.3%
B 225 of 442 ~ 50.9%

%44.8
%50.9

CMYK color model

#C613E1 color CMYK value is (12,92,0,12).

  • cyan value is 12.00%
  • magenta value is 91.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(12,92,0,12)
C12M92Y0K12 
(12%,92%,0%,12%)
(0.12/0.92/0.00/0.12)	

CMYK percentages

%12
%91.56
%0
%11.76

Codes

Color #C613E1 in popluar color models

C613E1
RGB19819225
HSL292°84.43%47.84%
HSB/HSV292°91.56%88.24%
CMYK12.00%91.56%0.00%
11.76%

Color #C613E1 in popluar number systems.

HEXC613E1
Decimal19819225
Binary110001101001111100001
Octal30623341

Shades and tints

Shades of #C613E1

#C613E1
(198,19,225)
#B412CD
(180,18,205)
#A211B9
(162,17,185)
#9010A5
(144,16,165)
#7E0F91
(126,15,145)
#6C0E7D
(108,14,125)
#5A0D69
(90,13,105)
#480C55
(72,12,85)
#360B41
(54,11,65)
#240A2D
(36,10,45)
#120919
(18,9,25)
#000000
(0,0,0)

Tints of #C613E1

#C613E1
(198,19,225)
#CB28E3
(203,40,227)
#D03DE5
(208,61,229)
#D552E7
(213,82,231)
#DA67E9
(218,103,233)
#DF7CEB
(223,124,235)
#E491ED
(228,145,237)
#E9A6EF
(233,166,239)
#EEBBF1
(238,187,241)
#F3D0F3
(243,208,243)
#F8E5F5
(248,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C613E1 color. Also use rgb(198,19,225) instead hex code.

Text Font Color

.myTextColor { color: #C613E1; }

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

This text font color is #C613E1.


Background Color

.myBgColor { background-color: #C613E1; }

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

This div background color is #C613E1.


Border color

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

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

This div border color is #C613E1.


Opacity

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

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

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

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

This text has shadow with #C613E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C613E1 on black background.


Color preview on white background

This text has color #C613E1 on white background.



Black color preview on #C613E1 background

This text has black color on #C613E1 background.


White color preview on #C613E1 background

This text has white color on #C613E1 background.