COLOR #C03068

HEX: #C03068 RGB: (192,48,104)

Color info

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

RGB color model

#C03068 color RGB value is (192,48,104).

RGB: (192,48,104) (75%, 19%, 41%)

RGB channels and saturation

R 192 of 255 = 75%
G 48 of 255 = 19%
B 104 of 255 = 41%

192
48
104

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

Portions of RGB colors in percentages

R + G + B = 192 + 48 + 104 = 344 (100%)
R 192 of 344 ~ 55.81%
G 48 of 344 ~ 13.95%
B 104 of 344 ~ 30.23'%

%55.81
%13.95
%30.23

CMYK color model

#C03068 color CMYK value is (0,75,46,25).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 45.83%
  • key color value is 24.71%
CMYK: (0,75,46,25) C0M75Y46K25 (0%,75%,46%,25%) (0.00/0.75/0.46/0.25) 

CMYK percentages

%0
%75
%45.83
%24.71

Codes

Color #C03068 in popluar color models

C0 30 68
RGB 192 48 104
HSL 337° 60.00% 47.06%
HSB/HSV 337° 75.00% 75.29%
CMYK 0.00% 75.00% 45.83%
24.71%

Color #C03068 in popluar number systems.

HEX C0 30 68
Decimal 192 48 104
Binary 11000000 110000 1101000
Octal 300 60 150

Shades and tints

Shades of #C03068

#C03068
(192,48,104)
#AF2C5F
(175,44,95)
#9E2856
(158,40,86)
#8D244D
(141,36,77)
#7C2044
(124,32,68)
#6B1C3B
(107,28,59)
#5A1832
(90,24,50)
#491429
(73,20,41)
#381020
(56,16,32)
#270C17
(39,12,23)
#16080E
(22,8,14)
#000000
(0,0,0)

Tints of #C03068

#C03068
(192,48,104)
#C54275
(197,66,117)
#CA5482
(202,84,130)
#CF668F
(207,102,143)
#D4789C
(212,120,156)
#D98AA9
(217,138,169)
#DE9CB6
(222,156,182)
#E3AEC3
(227,174,195)
#E8C0D0
(232,192,208)
#EDD2DD
(237,210,221)
#F2E4EA
(242,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C03068 color. Also use rgb(192,48,104) instead hex code.

Text Font Color

.myTextColor { color: #C03068; }

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

This text font color is #C03068.

Background Color

.myBgColor { background-color: #C03068; }

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

This div background color is #C03068.

Border color

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

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

This div border color is #C03068.

Opacity

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

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

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

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

This text has shadow with #C03068 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C03068.

Preview

Color preview on black background

This text has color #C03068 on black background.


Color preview on white background

This text has color #C03068 on white background.


Black color preview on #C03068 background

This text has black color on #C03068 background.


White color preview on #C03068 background

This text has white color on #C03068 background.


Related colors

Complementary color

Complementary color for #hex is #3FCF97.


I love getcolorcode.com

Triadic colors

1 #68C030 and #3068C0 with #C03068 are triadic colors.

2 #6830C0 and #30C068 with #C03068 are triadic colors.