COLOR #C30BE4

HEX: #C30BE4
RGB: (195,11,228)

Color info

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

RGB color model

#C30BE4 color RGB value is (195,11,228).

  • red value is 195;
  • green value is 11;
  • blue value is 228.
RGB:
(195,11,228)
(76%,4%,89%)

RGB channels and saturation

R 195 of 255 = 76%
G 11 of 255 = 4%
B 228 of 255 = 89%

195
11
228

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

Portions of RGB colors in percentages

R + G + B =
195 + 11 + 228 = 434 (100%)
R 195 of 434 ~ 44.93%
G 11 of 434 ~ 2.53%
B 228 of 434 ~ 52.53%

%44.93
%52.53

CMYK color model

#C30BE4 color CMYK value is (14,95,0,11).

  • cyan value is 14.47%
  • magenta value is 95.18%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(14,95,0,11)
C14M95Y0K11 
(14%,95%,0%,11%)
(0.14/0.95/0.00/0.11)	

CMYK percentages

%14.47
%95.18
%0
%10.59

Codes

Color #C30BE4 in popluar color models

C30BE4
RGB19511228
HSL291°90.79%46.86%
HSB/HSV291°95.18%89.41%
CMYK14.47%95.18%0.00%
10.59%

Color #C30BE4 in popluar number systems.

HEXC30BE4
Decimal19511228
Binary11000011101111100100
Octal30313344

Shades and tints

Shades of #C30BE4

#C30BE4
(195,11,228)
#B20AD0
(178,10,208)
#A109BC
(161,9,188)
#9008A8
(144,8,168)
#7F0794
(127,7,148)
#6E0680
(110,6,128)
#5D056C
(93,5,108)
#4C0458
(76,4,88)
#3B0344
(59,3,68)
#2A0230
(42,2,48)
#19011C
(25,1,28)
#000000
(0,0,0)

Tints of #C30BE4

#C30BE4
(195,11,228)
#C821E6
(200,33,230)
#CD37E8
(205,55,232)
#D24DEA
(210,77,234)
#D763EC
(215,99,236)
#DC79EE
(220,121,238)
#E18FF0
(225,143,240)
#E6A5F2
(230,165,242)
#EBBBF4
(235,187,244)
#F0D1F6
(240,209,246)
#F5E7F8
(245,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C30BE4 color. Also use rgb(195,11,228) instead hex code.

Text Font Color

.myTextColor { color: #C30BE4; }

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

This text font color is #C30BE4.


Background Color

.myBgColor { background-color: #C30BE4; }

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

This div background color is #C30BE4.


Border color

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

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

This div border color is #C30BE4.


Opacity

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

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

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

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

This text has shadow with #C30BE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C30BE4 on black background.


Color preview on white background

This text has color #C30BE4 on white background.



Black color preview on #C30BE4 background

This text has black color on #C30BE4 background.


White color preview on #C30BE4 background

This text has white color on #C30BE4 background.