COLOR #C743C8

HEX: #C743C8 RGB: (199,67,200)

Color info

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

RGB color model

#C743C8 color RGB value is (199,67,200).

RGB: (199,67,200) (78%, 26%, 78%)

RGB channels and saturation

R 199 of 255 = 78%
G 67 of 255 = 26%
B 200 of 255 = 78%

199
67
200

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

Portions of RGB colors in percentages

R + G + B = 199 + 67 + 200 = 466 (100%)
R 199 of 466 ~ 42.7%
G 67 of 466 ~ 14.38%
B 200 of 466 ~ 42.92'%

%42.7
%14.38
%42.92

CMYK color model

#C743C8 color CMYK value is (0,67,0,22).

  • cyan value is 0.50%
  • magenta value is 66.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (0,67,0,22)
C0M67Y0K22 (0%, 67%, 0%, 22%)
(0.00 / 0.67 / 0.00 / 0.22)

CMYK percentages

%0.5
%66.5
%0
%21.57

Codes

Color #C743C8 in popluar color models

C7 43 C8
RGB 199 67 200
HSL 300° 54.73% 52.35%
HSB/HSV 300° 66.50% 78.43%
CMYK 0.50% 66.50% 0.00%
21.57%

Color #C743C8 in popluar number systems.

HEX C7 43 C8
Decimal 199 67 200
Binary 11000111 1000011 11001000
Octal 307 103 310

Shades and tints

Shades of #C743C8

#C743C8
(199,67,200)
#B53DB6
(181,61,182)
#A337A4
(163,55,164)
#913192
(145,49,146)
#7F2B80
(127,43,128)
#6D256E
(109,37,110)
#5B1F5C
(91,31,92)
#49194A
(73,25,74)
#371338
(55,19,56)
#250D26
(37,13,38)
#130714
(19,7,20)
#000000
(0,0,0)

Tints of #C743C8

#C743C8
(199,67,200)
#CC54CD
(204,84,205)
#D165D2
(209,101,210)
#D676D7
(214,118,215)
#DB87DC
(219,135,220)
#E098E1
(224,152,225)
#E5A9E6
(229,169,230)
#EABAEB
(234,186,235)
#EFCBF0
(239,203,240)
#F4DCF5
(244,220,245)
#F9EDFA
(249,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C743C8 color. Also use rgb(199,67,200) instead hex code.

Text Font Color

.myTextColor { color: #C743C8; }

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

This text font color is #C743C8.

Background Color

.myBgColor { background-color: #C743C8; }

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

This div background color is #C743C8.

Border color

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

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

This div border color is #C743C8.

Opacity

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

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

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

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

This text has shadow with #C743C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C743C8.

Preview

Color preview on black background

This text has color #C743C8 on black background.


Color preview on white background

This text has color #C743C8 on white background.


Black color preview on #C743C8 background

This text has black color on #C743C8 background.


White color preview on #C743C8 background

This text has white color on #C743C8 background.


Related colors

Complementary color

Complementary color for #hex is #38BC37.


I love getcolorcode.com

Triadic colors

1 #C8C743 and #43C8C7 with #C743C8 are triadic colors.

2 #C843C7 and #43C7C8 with #C743C8 are triadic colors.