COLOR #C145E5

HEX: #C145E5
RGB: (193,69,229)

Color info

#C145E5 contains mainly red and blue colors. Web safe color of #C145E5 is #CC33CC (or #C3C).

RGB color model

#C145E5 color RGB value is (193,69,229).

  • red value is 193;
  • green value is 69;
  • blue value is 229.
RGB:
(193,69,229)
(76%,27%,90%)

RGB channels and saturation

R 193 of 255 = 76%
G 69 of 255 = 27%
B 229 of 255 = 90%

193
69
229

R + G + B ~ 64%. #C145E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 69 + 229 = 491 (100%)
R 193 of 491 ~ 39.31%
G 69 of 491 ~ 14.05%
B 229 of 491 ~ 46.64%

%39.31
%14.05
%46.64

CMYK color model

#C145E5 color CMYK value is (16,70,0,10).

  • cyan value is 15.72%
  • magenta value is 69.87%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(16,70,0,10)
C16M70Y0K10 
(16%,70%,0%,10%)
(0.16/0.70/0.00/0.10)	

CMYK percentages

%15.72
%69.87
%0
%10.2

Codes

Color #C145E5 in popluar color models

C145E5
RGB19369229
HSL287°75.47%58.43%
HSB/HSV287°69.87%89.80%
CMYK15.72%69.87%0.00%
10.20%

Color #C145E5 in popluar number systems.

HEXC145E5
Decimal19369229
Binary11000001100010111100101
Octal301105345

Shades and tints

Shades of #C145E5

#C145E5
(193,69,229)
#B03FD1
(176,63,209)
#9F39BD
(159,57,189)
#8E33A9
(142,51,169)
#7D2D95
(125,45,149)
#6C2781
(108,39,129)
#5B216D
(91,33,109)
#4A1B59
(74,27,89)
#391545
(57,21,69)
#280F31
(40,15,49)
#17091D
(23,9,29)
#000000
(0,0,0)

Tints of #C145E5

#C145E5
(193,69,229)
#C655E7
(198,85,231)
#CB65E9
(203,101,233)
#D075EB
(208,117,235)
#D585ED
(213,133,237)
#DA95EF
(218,149,239)
#DFA5F1
(223,165,241)
#E4B5F3
(228,181,243)
#E9C5F5
(233,197,245)
#EED5F7
(238,213,247)
#F3E5F9
(243,229,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C145E5 color. Also use rgb(193,69,229) instead hex code.

Text Font Color

.myTextColor { color: #C145E5; }

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

This text font color is #C145E5.


Background Color

.myBgColor { background-color: #C145E5; }

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

This div background color is #C145E5.


Border color

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

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

This div border color is #C145E5.


Opacity

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

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

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

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

This text has shadow with #C145E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C145E5 on black background.


Color preview on white background

This text has color #C145E5 on white background.



Black color preview on #C145E5 background

This text has black color on #C145E5 background.


White color preview on #C145E5 background

This text has white color on #C145E5 background.