COLOR #C03360

HEX: #C03360
RGB: (192,51,96)

Color info

#C03360 contains mainly red color. Web safe color of #C03360 is #CC3366 (or #C36).

RGB color model

#C03360 color RGB value is (192,51,96).

  • red value is 192;
  • green value is 51;
  • blue value is 96.
RGB:
(192,51,96)
(75%,20%,38%)

RGB channels and saturation

R 192 of 255 = 75%
G 51 of 255 = 20%
B 96 of 255 = 38%

192
51
96

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

Portions of RGB colors in percentages

R + G + B =
192 + 51 + 96 = 339 (100%)
R 192 of 339 ~ 56.64%
G 51 of 339 ~ 15.04%
B 96 of 339 ~ 28.32%

%56.64
%15.04
%28.32

CMYK color model

#C03360 color CMYK value is (0,73,50,25).

  • cyan value is 0.00%
  • magenta value is 73.44%
  • yellow value is 50.00%
  • key color value is 24.71%
CMYK:
(0,73,50,25)
C0M73Y50K25 
(0%,73%,50%,25%)
(0.00/0.73/0.50/0.25)	

CMYK percentages

%0
%73.44
%50
%24.71

Codes

Color #C03360 in popluar color models

C03360
RGB1925196
HSL341°58.02%47.65%
HSB/HSV341°73.44%75.29%
CMYK0.00%73.44%50.00%
24.71%

Color #C03360 in popluar number systems.

HEXC03360
Decimal1925196
Binary110000001100111100000
Octal30063140

Shades and tints

Shades of #C03360

#C03360
(192,51,96)
#AF2F58
(175,47,88)
#9E2B50
(158,43,80)
#8D2748
(141,39,72)
#7C2340
(124,35,64)
#6B1F38
(107,31,56)
#5A1B30
(90,27,48)
#491728
(73,23,40)
#381320
(56,19,32)
#270F18
(39,15,24)
#160B10
(22,11,16)
#000000
(0,0,0)

Tints of #C03360

#C03360
(192,51,96)
#C5456E
(197,69,110)
#CA577C
(202,87,124)
#CF698A
(207,105,138)
#D47B98
(212,123,152)
#D98DA6
(217,141,166)
#DE9FB4
(222,159,180)
#E3B1C2
(227,177,194)
#E8C3D0
(232,195,208)
#EDD5DE
(237,213,222)
#F2E7EC
(242,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C03360 color. Also use rgb(192,51,96) instead hex code.

Text Font Color

.myTextColor { color: #C03360; }

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

This text font color is #C03360.


Background Color

.myBgColor { background-color: #C03360; }

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

This div background color is #C03360.


Border color

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

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

This div border color is #C03360.


Opacity

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

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

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

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

This text has shadow with #C03360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C03360 on black background.


Color preview on white background

This text has color #C03360 on white background.



Black color preview on #C03360 background

This text has black color on #C03360 background.


White color preview on #C03360 background

This text has white color on #C03360 background.