COLOR #C30350

HEX: #C30350
RGB: (195,3,80)

Color info

#C30350 contains mainly red color. Web safe color of #C30350 is #CC0066 (or #C06).

RGB color model

#C30350 color RGB value is (195,3,80).

  • red value is 195;
  • green value is 3;
  • blue value is 80.
RGB:
(195,3,80)
(76%,1%,31%)

RGB channels and saturation

R 195 of 255 = 76%
G 3 of 255 = 1%
B 80 of 255 = 31%

195
3
80

R + G + B ~ 36%. #C30350 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
195 + 3 + 80 = 278 (100%)
R 195 of 278 ~ 70.14%
G 3 of 278 ~ 1.08%
B 80 of 278 ~ 28.78%

%70.14
%28.78

CMYK color model

#C30350 color CMYK value is (0,98,59,24).

  • cyan value is 0.00%
  • magenta value is 98.46%
  • yellow value is 58.97%
  • key color value is 23.53%
CMYK:
(0,98,59,24)
C0M98Y59K24 
(0%,98%,59%,24%)
(0.00/0.98/0.59/0.24)	

CMYK percentages

%0
%98.46
%58.97
%23.53

Codes

Color #C30350 in popluar color models

C30350
RGB195380
HSL336°96.97%38.82%
HSB/HSV336°98.46%76.47%
CMYK0.00%98.46%58.97%
23.53%

Color #C30350 in popluar number systems.

HEXC30350
Decimal195380
Binary11000011111010000
Octal3033120

Shades and tints

Shades of #C30350

#C30350
(195,3,80)
#B20349
(178,3,73)
#A10342
(161,3,66)
#90033B
(144,3,59)
#7F0334
(127,3,52)
#6E032D
(110,3,45)
#5D0326
(93,3,38)
#4C031F
(76,3,31)
#3B0318
(59,3,24)
#2A0311
(42,3,17)
#19030A
(25,3,10)
#000000
(0,0,0)

Tints of #C30350

#C30350
(195,3,80)
#C8195F
(200,25,95)
#CD2F6E
(205,47,110)
#D2457D
(210,69,125)
#D75B8C
(215,91,140)
#DC719B
(220,113,155)
#E187AA
(225,135,170)
#E69DB9
(230,157,185)
#EBB3C8
(235,179,200)
#F0C9D7
(240,201,215)
#F5DFE6
(245,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C30350 color. Also use rgb(195,3,80) instead hex code.

Text Font Color

.myTextColor { color: #C30350; }

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

This text font color is #C30350.


Background Color

.myBgColor { background-color: #C30350; }

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

This div background color is #C30350.


Border color

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

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

This div border color is #C30350.


Opacity

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

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

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

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

This text has shadow with #C30350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C30350 on black background.


Color preview on white background

This text has color #C30350 on white background.



Black color preview on #C30350 background

This text has black color on #C30350 background.


White color preview on #C30350 background

This text has white color on #C30350 background.