COLOR #C04CC7

HEX: #C04CC7 RGB: (192,76,199)

Color info

#C04CC7 contains mainly red and blue colors. Web safe color of #C04CC7 is #CC33CC (or #C3C).

RGB color model

#C04CC7 color RGB value is (192,76,199).

RGB: (192,76,199) (75%, 30%, 78%)

RGB channels and saturation

R 192 of 255 = 75%
G 76 of 255 = 30%
B 199 of 255 = 78%

192
76
199

R + G + B ~ 61%. #C04CC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 76 + 199 = 467 (100%)
R 192 of 467 ~ 41.11%
G 76 of 467 ~ 16.27%
B 199 of 467 ~ 42.61'%

%41.11
%16.27
%42.61

CMYK color model

#C04CC7 color CMYK value is (4,62,0,22).

  • cyan value is 3.52%
  • magenta value is 61.81%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (4,62,0,22)
C4M62Y0K22 (4%, 62%, 0%, 22%)
(0.04 / 0.62 / 0.00 / 0.22)

CMYK percentages

%3.52
%61.81
%0
%21.96

Codes

Color #C04CC7 in popluar color models

C0 4C C7
RGB 192 76 199
HSL 297° 52.34% 53.92%
HSB/HSV 297° 61.81% 78.04%
CMYK 3.52% 61.81% 0.00%
21.96%

Color #C04CC7 in popluar number systems.

HEX C0 4C C7
Decimal 192 76 199
Binary 11000000 1001100 11000111
Octal 300 114 307

Shades and tints

Shades of #C04CC7

#C04CC7
(192,76,199)
#AF46B5
(175,70,181)
#9E40A3
(158,64,163)
#8D3A91
(141,58,145)
#7C347F
(124,52,127)
#6B2E6D
(107,46,109)
#5A285B
(90,40,91)
#492249
(73,34,73)
#381C37
(56,28,55)
#271625
(39,22,37)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #C04CC7

#C04CC7
(192,76,199)
#C55CCC
(197,92,204)
#CA6CD1
(202,108,209)
#CF7CD6
(207,124,214)
#D48CDB
(212,140,219)
#D99CE0
(217,156,224)
#DEACE5
(222,172,229)
#E3BCEA
(227,188,234)
#E8CCEF
(232,204,239)
#EDDCF4
(237,220,244)
#F2ECF9
(242,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C04CC7 color. Also use rgb(192,76,199) instead hex code.

Text Font Color

.myTextColor { color: #C04CC7; }

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

This text font color is #C04CC7.

Background Color

.myBgColor { background-color: #C04CC7; }

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

This div background color is #C04CC7.

Border color

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

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

This div border color is #C04CC7.

Opacity

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

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

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

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

This text has shadow with #C04CC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C04CC7.

Preview

Color preview on black background

This text has color #C04CC7 on black background.


Color preview on white background

This text has color #C04CC7 on white background.


Black color preview on #C04CC7 background

This text has black color on #C04CC7 background.


White color preview on #C04CC7 background

This text has white color on #C04CC7 background.


Related colors

Complementary color

Complementary color for #hex is #3FB338.


I love getcolorcode.com

Triadic colors

1 #C7C04C and #4CC7C0 with #C04CC7 are triadic colors.

2 #C74CC0 and #4CC0C7 with #C04CC7 are triadic colors.