COLOR #C64BB0

HEX: #C64BB0 RGB: (198,75,176)

Color info

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

RGB color model

#C64BB0 color RGB value is (198,75,176).

RGB: (198,75,176) (78%, 29%, 69%)

RGB channels and saturation

R 198 of 255 = 78%
G 75 of 255 = 29%
B 176 of 255 = 69%

198
75
176

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

Portions of RGB colors in percentages

R + G + B = 198 + 75 + 176 = 449 (100%)
R 198 of 449 ~ 44.1%
G 75 of 449 ~ 16.7%
B 176 of 449 ~ 39.2'%

%44.1
%16.7
%39.2

CMYK color model

#C64BB0 color CMYK value is (0,62,11,22).

  • cyan value is 0.00%
  • magenta value is 62.12%
  • yellow value is 11.11%
  • key color value is 22.35%

CMYK: (0,62,11,22)
C0M62Y11K22 (0%, 62%, 11%, 22%)
(0.00 / 0.62 / 0.11 / 0.22)

CMYK percentages

%0
%62.12
%11.11
%22.35

Codes

Color #C64BB0 in popluar color models

C6 4B B0
RGB 198 75 176
HSL 311° 51.90% 53.53%
HSB/HSV 311° 62.12% 77.65%
CMYK 0.00% 62.12% 11.11%
22.35%

Color #C64BB0 in popluar number systems.

HEX C6 4B B0
Decimal 198 75 176
Binary 11000110 1001011 10110000
Octal 306 113 260

Shades and tints

Shades of #C64BB0

#C64BB0
(198,75,176)
#B445A0
(180,69,160)
#A23F90
(162,63,144)
#903980
(144,57,128)
#7E3370
(126,51,112)
#6C2D60
(108,45,96)
#5A2750
(90,39,80)
#482140
(72,33,64)
#361B30
(54,27,48)
#241520
(36,21,32)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #C64BB0

#C64BB0
(198,75,176)
#CB5BB7
(203,91,183)
#D06BBE
(208,107,190)
#D57BC5
(213,123,197)
#DA8BCC
(218,139,204)
#DF9BD3
(223,155,211)
#E4ABDA
(228,171,218)
#E9BBE1
(233,187,225)
#EECBE8
(238,203,232)
#F3DBEF
(243,219,239)
#F8EBF6
(248,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C64BB0 color. Also use rgb(198,75,176) instead hex code.

Text Font Color

.myTextColor { color: #C64BB0; }

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

This text font color is #C64BB0.

Background Color

.myBgColor { background-color: #C64BB0; }

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

This div background color is #C64BB0.

Border color

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

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

This div border color is #C64BB0.

Opacity

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

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

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

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

This text has shadow with #C64BB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C64BB0.

Preview

Color preview on black background

This text has color #C64BB0 on black background.


Color preview on white background

This text has color #C64BB0 on white background.


Black color preview on #C64BB0 background

This text has black color on #C64BB0 background.


White color preview on #C64BB0 background

This text has white color on #C64BB0 background.


Related colors

Complementary color

Complementary color for #hex is #39B44F.


I love getcolorcode.com

Triadic colors

1 #B0C64B and #4BB0C6 with #C64BB0 are triadic colors.

2 #B04BC6 and #4BC6B0 with #C64BB0 are triadic colors.