COLOR #C30096

HEX: #C30096
RGB: (195,0,150)

Color info

#C30096 contains only red and blue colors. Web safe color of #C30096 is #CC0099 (or #C09).

RGB color model

#C30096 color RGB value is (195,0,150).

  • red value is 195;
  • green value is 0;
  • blue value is 150.
RGB:
(195,0,150)
(76%,0%,59%)

RGB channels and saturation

R 195 of 255 = 76%
G 0 of 255 = 0%
B 150 of 255 = 59%

195
0
150

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

Portions of RGB colors in percentages

R + G + B =
195 + 0 + 150 = 345 (100%)
R 195 of 345 ~ 56.52%
G 0 of 345 ~ 0%
B 150 of 345 ~ 43.48%

%56.52
%43.48

CMYK color model

#C30096 color CMYK value is (0,100,23,24).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 23.08%
  • key color value is 23.53%
CMYK:
(0,100,23,24)
C0M100Y23K24 
(0%,100%,23%,24%)
(0.00/1.00/0.23/0.24)	

CMYK percentages

%0
%100
%23.08
%23.53

Codes

Color #C30096 in popluar color models

C30096
RGB1950150
HSL314°100.00%38.24%
HSB/HSV314°100.00%76.47%
CMYK0.00%100.00%23.08%
23.53%

Color #C30096 in popluar number systems.

HEXC30096
Decimal1950150
Binary11000011010010110
Octal3030226

Shades and tints

Shades of #C30096

#C30096
(195,0,150)
#B20089
(178,0,137)
#A1007C
(161,0,124)
#90006F
(144,0,111)
#7F0062
(127,0,98)
#6E0055
(110,0,85)
#5D0048
(93,0,72)
#4C003B
(76,0,59)
#3B002E
(59,0,46)
#2A0021
(42,0,33)
#190014
(25,0,20)
#000000
(0,0,0)

Tints of #C30096

#C30096
(195,0,150)
#C8179F
(200,23,159)
#CD2EA8
(205,46,168)
#D245B1
(210,69,177)
#D75CBA
(215,92,186)
#DC73C3
(220,115,195)
#E18ACC
(225,138,204)
#E6A1D5
(230,161,213)
#EBB8DE
(235,184,222)
#F0CFE7
(240,207,231)
#F5E6F0
(245,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C30096 color. Also use rgb(195,0,150) instead hex code.

Text Font Color

.myTextColor { color: #C30096; }

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

This text font color is #C30096.


Background Color

.myBgColor { background-color: #C30096; }

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

This div background color is #C30096.


Border color

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

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

This div border color is #C30096.


Opacity

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

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

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

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

This text has shadow with #C30096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C30096 on black background.


Color preview on white background

This text has color #C30096 on white background.



Black color preview on #C30096 background

This text has black color on #C30096 background.


White color preview on #C30096 background

This text has white color on #C30096 background.