COLOR #C341EB

HEX: #C341EB
RGB: (195,65,235)

Color info

#C341EB contains mainly red and blue colors. Web safe color of #C341EB is #CC33FF (or #C3F).

RGB color model

#C341EB color RGB value is (195,65,235).

  • red value is 195;
  • green value is 65;
  • blue value is 235.
RGB:
(195,65,235)
(76%,25%,92%)

RGB channels and saturation

R 195 of 255 = 76%
G 65 of 255 = 25%
B 235 of 255 = 92%

195
65
235

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

Portions of RGB colors in percentages

R + G + B =
195 + 65 + 235 = 495 (100%)
R 195 of 495 ~ 39.39%
G 65 of 495 ~ 13.13%
B 235 of 495 ~ 47.47%

%39.39
%13.13
%47.47

CMYK color model

#C341EB color CMYK value is (17,72,0,8).

  • cyan value is 17.02%
  • magenta value is 72.34%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(17,72,0,8)
C17M72Y0K8 
(17%,72%,0%,8%)
(0.17/0.72/0.00/0.08)	

CMYK percentages

%17.02
%72.34
%0
%7.84

Codes

Color #C341EB in popluar color models

C341EB
RGB19565235
HSL286°80.95%58.82%
HSB/HSV286°72.34%92.16%
CMYK17.02%72.34%0.00%
7.84%

Color #C341EB in popluar number systems.

HEXC341EB
Decimal19565235
Binary11000011100000111101011
Octal303101353

Shades and tints

Shades of #C341EB

#C341EB
(195,65,235)
#B23CD6
(178,60,214)
#A137C1
(161,55,193)
#9032AC
(144,50,172)
#7F2D97
(127,45,151)
#6E2882
(110,40,130)
#5D236D
(93,35,109)
#4C1E58
(76,30,88)
#3B1943
(59,25,67)
#2A142E
(42,20,46)
#190F19
(25,15,25)
#000000
(0,0,0)

Tints of #C341EB

#C341EB
(195,65,235)
#C852EC
(200,82,236)
#CD63ED
(205,99,237)
#D274EE
(210,116,238)
#D785EF
(215,133,239)
#DC96F0
(220,150,240)
#E1A7F1
(225,167,241)
#E6B8F2
(230,184,242)
#EBC9F3
(235,201,243)
#F0DAF4
(240,218,244)
#F5EBF5
(245,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C341EB color. Also use rgb(195,65,235) instead hex code.

Text Font Color

.myTextColor { color: #C341EB; }

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

This text font color is #C341EB.


Background Color

.myBgColor { background-color: #C341EB; }

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

This div background color is #C341EB.


Border color

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

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

This div border color is #C341EB.


Opacity

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

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

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

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

This text has shadow with #C341EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C341EB on black background.


Color preview on white background

This text has color #C341EB on white background.



Black color preview on #C341EB background

This text has black color on #C341EB background.


White color preview on #C341EB background

This text has white color on #C341EB background.