COLOR #C462C2

HEX: #C462C2 RGB: (196,98,194)

Color info

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

RGB color model

#C462C2 color RGB value is (196,98,194).

RGB: (196,98,194) (77%, 38%, 76%)

RGB channels and saturation

R 196 of 255 = 77%
G 98 of 255 = 38%
B 194 of 255 = 76%

196
98
194

R + G + B ~ 64%. #C462C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 98 + 194 = 488 (100%)
R 196 of 488 ~ 40.16%
G 98 of 488 ~ 20.08%
B 194 of 488 ~ 39.75'%

%40.16
%20.08
%39.75

CMYK color model

#C462C2 color CMYK value is (0,50,1,23).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 1.02%
  • key color value is 23.14%

CMYK: (0,50,1,23)
C0M50Y1K23 (0%, 50%, 1%, 23%)
(0.00 / 0.50 / 0.01 / 0.23)

CMYK percentages

%0
%50
%1.02
%23.14

Codes

Color #C462C2 in popluar color models

C4 62 C2
RGB 196 98 194
HSL 301° 45.37% 57.65%
HSB/HSV 301° 50.00% 76.86%
CMYK 0.00% 50.00% 1.02%
23.14%

Color #C462C2 in popluar number systems.

HEX C4 62 C2
Decimal 196 98 194
Binary 11000100 1100010 11000010
Octal 304 142 302

Shades and tints

Shades of #C462C2

#C462C2
(196,98,194)
#B35AB1
(179,90,177)
#A252A0
(162,82,160)
#914A8F
(145,74,143)
#80427E
(128,66,126)
#6F3A6D
(111,58,109)
#5E325C
(94,50,92)
#4D2A4B
(77,42,75)
#3C223A
(60,34,58)
#2B1A29
(43,26,41)
#1A1218
(26,18,24)
#000000
(0,0,0)

Tints of #C462C2

#C462C2
(196,98,194)
#C970C7
(201,112,199)
#CE7ECC
(206,126,204)
#D38CD1
(211,140,209)
#D89AD6
(216,154,214)
#DDA8DB
(221,168,219)
#E2B6E0
(226,182,224)
#E7C4E5
(231,196,229)
#ECD2EA
(236,210,234)
#F1E0EF
(241,224,239)
#F6EEF4
(246,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C462C2 color. Also use rgb(196,98,194) instead hex code.

Text Font Color

.myTextColor { color: #C462C2; }

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

This text font color is #C462C2.

Background Color

.myBgColor { background-color: #C462C2; }

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

This div background color is #C462C2.

Border color

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

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

This div border color is #C462C2.

Opacity

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

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

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

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

This text has shadow with #C462C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C462C2.

Preview

Color preview on black background

This text has color #C462C2 on black background.


Color preview on white background

This text has color #C462C2 on white background.


Black color preview on #C462C2 background

This text has black color on #C462C2 background.


White color preview on #C462C2 background

This text has white color on #C462C2 background.


Related colors

Complementary color

Complementary color for #hex is #3B9D3D.


I love getcolorcode.com

Triadic colors

1 #C2C462 and #62C2C4 with #C462C2 are triadic colors.

2 #C262C4 and #62C4C2 with #C462C2 are triadic colors.