COLOR #C01C7C

HEX: #C01C7C RGB: (192,28,124)

Color info

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

RGB color model

#C01C7C color RGB value is (192,28,124).

RGB: (192,28,124) (75%, 11%, 49%)

RGB channels and saturation

R 192 of 255 = 75%
G 28 of 255 = 11%
B 124 of 255 = 49%

192
28
124

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

Portions of RGB colors in percentages

R + G + B = 192 + 28 + 124 = 344 (100%)
R 192 of 344 ~ 55.81%
G 28 of 344 ~ 8.14%
B 124 of 344 ~ 36.05'%

%55.81
%36.05

CMYK color model

#C01C7C color CMYK value is (0,85,35,25).

  • cyan value is 0.00%
  • magenta value is 85.42%
  • yellow value is 35.42%
  • key color value is 24.71%

CMYK: (0,85,35,25)
C0M85Y35K25 (0%, 85%, 35%, 25%)
(0.00 / 0.85 / 0.35 / 0.25)

CMYK percentages

%0
%85.42
%35.42
%24.71

Codes

Color #C01C7C in popluar color models

C0 1C 7C
RGB 192 28 124
HSL 325° 74.55% 43.14%
HSB/HSV 325° 85.42% 75.29%
CMYK 0.00% 85.42% 35.42%
24.71%

Color #C01C7C in popluar number systems.

HEX C0 1C 7C
Decimal 192 28 124
Binary 11000000 11100 1111100
Octal 300 34 174

Shades and tints

Shades of #C01C7C

#C01C7C
(192,28,124)
#AF1A71
(175,26,113)
#9E1866
(158,24,102)
#8D165B
(141,22,91)
#7C1450
(124,20,80)
#6B1245
(107,18,69)
#5A103A
(90,16,58)
#490E2F
(73,14,47)
#380C24
(56,12,36)
#270A19
(39,10,25)
#16080E
(22,8,14)
#000000
(0,0,0)

Tints of #C01C7C

#C01C7C
(192,28,124)
#C53087
(197,48,135)
#CA4492
(202,68,146)
#CF589D
(207,88,157)
#D46CA8
(212,108,168)
#D980B3
(217,128,179)
#DE94BE
(222,148,190)
#E3A8C9
(227,168,201)
#E8BCD4
(232,188,212)
#EDD0DF
(237,208,223)
#F2E4EA
(242,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C01C7C color. Also use rgb(192,28,124) instead hex code.

Text Font Color

.myTextColor { color: #C01C7C; }

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

This text font color is #C01C7C.

Background Color

.myBgColor { background-color: #C01C7C; }

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

This div background color is #C01C7C.

Border color

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

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

This div border color is #C01C7C.

Opacity

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

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

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

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

This text has shadow with #C01C7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C01C7C.

Preview

Color preview on black background

This text has color #C01C7C on black background.


Color preview on white background

This text has color #C01C7C on white background.


Black color preview on #C01C7C background

This text has black color on #C01C7C background.


White color preview on #C01C7C background

This text has white color on #C01C7C background.


Related colors

Complementary color

Complementary color for #hex is #3FE383.


I love getcolorcode.com

Triadic colors

1 #7CC01C and #1C7CC0 with #C01C7C are triadic colors.

2 #7C1CC0 and #1CC07C with #C01C7C are triadic colors.