COLOR #C472E3

HEX: #C472E3 RGB: (196,114,227)

Color info

#C472E3 contains mainly red and blue colors. Web safe color of #C472E3 is #CC66CC (or #C6C).

RGB color model

#C472E3 color RGB value is (196,114,227).

RGB: (196,114,227) (77%, 45%, 89%)

RGB channels and saturation

R 196 of 255 = 77%
G 114 of 255 = 45%
B 227 of 255 = 89%

196
114
227

R + G + B ~ 70%. #C472E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 114 + 227 = 537 (100%)
R 196 of 537 ~ 36.5%
G 114 of 537 ~ 21.23%
B 227 of 537 ~ 42.27'%

%36.5
%21.23
%42.27

CMYK color model

#C472E3 color CMYK value is (14,50,0,11).

  • cyan value is 13.66%
  • magenta value is 49.78%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (14,50,0,11)
C14M50Y0K11 (14%, 50%, 0%, 11%)
(0.14 / 0.50 / 0.00 / 0.11)

CMYK percentages

%13.66
%49.78
%0
%10.98

Codes

Color #C472E3 in popluar color models

C4 72 E3
RGB 196 114 227
HSL 284° 66.86% 66.86%
HSB/HSV 284° 49.78% 89.02%
CMYK 13.66% 49.78% 0.00%
10.98%

Color #C472E3 in popluar number systems.

HEX C4 72 E3
Decimal 196 114 227
Binary 11000100 1110010 11100011
Octal 304 162 343

Shades and tints

Shades of #C472E3

#C472E3
(196,114,227)
#B368CF
(179,104,207)
#A25EBB
(162,94,187)
#9154A7
(145,84,167)
#804A93
(128,74,147)
#6F407F
(111,64,127)
#5E366B
(94,54,107)
#4D2C57
(77,44,87)
#3C2243
(60,34,67)
#2B182F
(43,24,47)
#1A0E1B
(26,14,27)
#000000
(0,0,0)

Tints of #C472E3

#C472E3
(196,114,227)
#C97EE5
(201,126,229)
#CE8AE7
(206,138,231)
#D396E9
(211,150,233)
#D8A2EB
(216,162,235)
#DDAEED
(221,174,237)
#E2BAEF
(226,186,239)
#E7C6F1
(231,198,241)
#ECD2F3
(236,210,243)
#F1DEF5
(241,222,245)
#F6EAF7
(246,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C472E3 color. Also use rgb(196,114,227) instead hex code.

Text Font Color

.myTextColor { color: #C472E3; }

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

This text font color is #C472E3.

Background Color

.myBgColor { background-color: #C472E3; }

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

This div background color is #C472E3.

Border color

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

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

This div border color is #C472E3.

Opacity

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

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

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

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

This text has shadow with #C472E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C472E3.

Preview

Color preview on black background

This text has color #C472E3 on black background.


Color preview on white background

This text has color #C472E3 on white background.


Black color preview on #C472E3 background

This text has black color on #C472E3 background.


White color preview on #C472E3 background

This text has white color on #C472E3 background.


Related colors

Complementary color

Complementary color for #hex is #3B8D1C.


I love getcolorcode.com

Triadic colors

1 #E3C472 and #72E3C4 with #C472E3 are triadic colors.

2 #E372C4 and #72C4E3 with #C472E3 are triadic colors.