COLOR #C30643

HEX: #C30643
RGB: (195,6,67)

Color info

#C30643 contains mainly red color. Web safe color of #C30643 is #CC0033 (or #C03).

RGB color model

#C30643 color RGB value is (195,6,67).

  • red value is 195;
  • green value is 6;
  • blue value is 67.
RGB:
(195,6,67)
(76%,2%,26%)

RGB channels and saturation

R 195 of 255 = 76%
G 6 of 255 = 2%
B 67 of 255 = 26%

195
6
67

R + G + B ~ 35%. #C30643 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
195 + 6 + 67 = 268 (100%)
R 195 of 268 ~ 72.76%
G 6 of 268 ~ 2.24%
B 67 of 268 ~ 25%

%72.76
%25

CMYK color model

#C30643 color CMYK value is (0,97,66,24).

  • cyan value is 0.00%
  • magenta value is 96.92%
  • yellow value is 65.64%
  • key color value is 23.53%
CMYK:
(0,97,66,24)
C0M97Y66K24 
(0%,97%,66%,24%)
(0.00/0.97/0.66/0.24)	

CMYK percentages

%0
%96.92
%65.64
%23.53

Codes

Color #C30643 in popluar color models

C30643
RGB195667
HSL341°94.03%39.41%
HSB/HSV341°96.92%76.47%
CMYK0.00%96.92%65.64%
23.53%

Color #C30643 in popluar number systems.

HEXC30643
Decimal195667
Binary110000111101000011
Octal3036103

Shades and tints

Shades of #C30643

#C30643
(195,6,67)
#B2063D
(178,6,61)
#A10637
(161,6,55)
#900631
(144,6,49)
#7F062B
(127,6,43)
#6E0625
(110,6,37)
#5D061F
(93,6,31)
#4C0619
(76,6,25)
#3B0613
(59,6,19)
#2A060D
(42,6,13)
#190607
(25,6,7)
#000000
(0,0,0)

Tints of #C30643

#C30643
(195,6,67)
#C81C54
(200,28,84)
#CD3265
(205,50,101)
#D24876
(210,72,118)
#D75E87
(215,94,135)
#DC7498
(220,116,152)
#E18AA9
(225,138,169)
#E6A0BA
(230,160,186)
#EBB6CB
(235,182,203)
#F0CCDC
(240,204,220)
#F5E2ED
(245,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C30643 color. Also use rgb(195,6,67) instead hex code.

Text Font Color

.myTextColor { color: #C30643; }

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

This text font color is #C30643.


Background Color

.myBgColor { background-color: #C30643; }

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

This div background color is #C30643.


Border color

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

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

This div border color is #C30643.


Opacity

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

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

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

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

This text has shadow with #C30643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C30643 on black background.


Color preview on white background

This text has color #C30643 on white background.



Black color preview on #C30643 background

This text has black color on #C30643 background.


White color preview on #C30643 background

This text has white color on #C30643 background.