COLOR #C632A8

HEX: #C632A8 RGB: (198,50,168)

Color info

#C632A8 contains mainly red and blue colors. Web safe color of #C632A8 is #CC3399 (or #C39).

RGB color model

#C632A8 color RGB value is (198,50,168).

RGB: (198,50,168) (78%, 20%, 66%)

RGB channels and saturation

R 198 of 255 = 78%
G 50 of 255 = 20%
B 168 of 255 = 66%

198
50
168

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

Portions of RGB colors in percentages

R + G + B = 198 + 50 + 168 = 416 (100%)
R 198 of 416 ~ 47.6%
G 50 of 416 ~ 12.02%
B 168 of 416 ~ 40.38'%

%47.6
%12.02
%40.38

CMYK color model

#C632A8 color CMYK value is (0,75,15,22).

  • cyan value is 0.00%
  • magenta value is 74.75%
  • yellow value is 15.15%
  • key color value is 22.35%

CMYK: (0,75,15,22)
C0M75Y15K22 (0%, 75%, 15%, 22%)
(0.00 / 0.75 / 0.15 / 0.22)

CMYK percentages

%0
%74.75
%15.15
%22.35

Codes

Color #C632A8 in popluar color models

C6 32 A8
RGB 198 50 168
HSL 312° 59.68% 48.63%
HSB/HSV 312° 74.75% 77.65%
CMYK 0.00% 74.75% 15.15%
22.35%

Color #C632A8 in popluar number systems.

HEX C6 32 A8
Decimal 198 50 168
Binary 11000110 110010 10101000
Octal 306 62 250

Shades and tints

Shades of #C632A8

#C632A8
(198,50,168)
#B42E99
(180,46,153)
#A22A8A
(162,42,138)
#90267B
(144,38,123)
#7E226C
(126,34,108)
#6C1E5D
(108,30,93)
#5A1A4E
(90,26,78)
#48163F
(72,22,63)
#361230
(54,18,48)
#240E21
(36,14,33)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #C632A8

#C632A8
(198,50,168)
#CB44AF
(203,68,175)
#D056B6
(208,86,182)
#D568BD
(213,104,189)
#DA7AC4
(218,122,196)
#DF8CCB
(223,140,203)
#E49ED2
(228,158,210)
#E9B0D9
(233,176,217)
#EEC2E0
(238,194,224)
#F3D4E7
(243,212,231)
#F8E6EE
(248,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C632A8 color. Also use rgb(198,50,168) instead hex code.

Text Font Color

.myTextColor { color: #C632A8; }

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

This text font color is #C632A8.

Background Color

.myBgColor { background-color: #C632A8; }

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

This div background color is #C632A8.

Border color

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

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

This div border color is #C632A8.

Opacity

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

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

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

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

This text has shadow with #C632A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C632A8.

Preview

Color preview on black background

This text has color #C632A8 on black background.


Color preview on white background

This text has color #C632A8 on white background.


Black color preview on #C632A8 background

This text has black color on #C632A8 background.


White color preview on #C632A8 background

This text has white color on #C632A8 background.


Related colors

Complementary color

Complementary color for #hex is #39CD57.


I love getcolorcode.com

Triadic colors

1 #A8C632 and #32A8C6 with #C632A8 are triadic colors.

2 #A832C6 and #32C6A8 with #C632A8 are triadic colors.