COLOR #C84BB0

HEX: #C84BB0
RGB: (200,75,176)

Color info

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

RGB color model

#C84BB0 color RGB value is (200,75,176).

  • red value is 200;
  • green value is 75;
  • blue value is 176.
RGB:
(200,75,176)
(78%,29%,69%)

RGB channels and saturation

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

200
75
176

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

Portions of RGB colors in percentages

R + G + B =
200 + 75 + 176 = 451 (100%)
R 200 of 451 ~ 44.35%
G 75 of 451 ~ 16.63%
B 176 of 451 ~ 39.02%

%44.35
%16.63
%39.02

CMYK color model

#C84BB0 color CMYK value is (0,63,12,22).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 12.00%
  • key color value is 21.57%
CMYK:
(0,63,12,22)
C0M63Y12K22 
(0%,63%,12%,22%)
(0.00/0.63/0.12/0.22)	

CMYK percentages

%0
%62.5
%12
%21.57

Codes

Color #C84BB0 in popluar color models

C84BB0
RGB20075176
HSL312°53.19%53.92%
HSB/HSV312°62.50%78.43%
CMYK0.00%62.50%12.00%
21.57%

Color #C84BB0 in popluar number systems.

HEXC84BB0
Decimal20075176
Binary11001000100101110110000
Octal310113260

Shades and tints

Shades of #C84BB0

#C84BB0
(200,75,176)
#B645A0
(182,69,160)
#A43F90
(164,63,144)
#923980
(146,57,128)
#803370
(128,51,112)
#6E2D60
(110,45,96)
#5C2750
(92,39,80)
#4A2140
(74,33,64)
#381B30
(56,27,48)
#261520
(38,21,32)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #C84BB0

#C84BB0
(200,75,176)
#CD5BB7
(205,91,183)
#D26BBE
(210,107,190)
#D77BC5
(215,123,197)
#DC8BCC
(220,139,204)
#E19BD3
(225,155,211)
#E6ABDA
(230,171,218)
#EBBBE1
(235,187,225)
#F0CBE8
(240,203,232)
#F5DBEF
(245,219,239)
#FAEBF6
(250,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C84BB0; }

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

This text font color is #C84BB0.


Background Color

.myBgColor { background-color: #C84BB0; }

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

This div background color is #C84BB0.


Border color

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

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

This div border color is #C84BB0.


Opacity

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

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

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

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

This text has shadow with #C84BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C84BB0 on black background.


Color preview on white background

This text has color #C84BB0 on white background.



Black color preview on #C84BB0 background

This text has black color on #C84BB0 background.


White color preview on #C84BB0 background

This text has white color on #C84BB0 background.