COLOR #C80299

HEX: #C80299
RGB: (200,2,153)

Color info

#C80299 contains mainly red and blue colors. Web safe color of #C80299 is #CC0099 (or #C09).

RGB color model

#C80299 color RGB value is (200,2,153).

  • red value is 200;
  • green value is 2;
  • blue value is 153.
RGB:
(200,2,153)
(78%,1%,60%)

RGB channels and saturation

R 200 of 255 = 78%
G 2 of 255 = 1%
B 153 of 255 = 60%

200
2
153

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

Portions of RGB colors in percentages

R + G + B =
200 + 2 + 153 = 355 (100%)
R 200 of 355 ~ 56.34%
G 2 of 355 ~ 0.56%
B 153 of 355 ~ 43.1%

%56.34
%43.1

CMYK color model

#C80299 color CMYK value is (0,99,24,22).

  • cyan value is 0.00%
  • magenta value is 99.00%
  • yellow value is 23.50%
  • key color value is 21.57%
CMYK:
(0,99,24,22)
C0M99Y24K22 
(0%,99%,24%,22%)
(0.00/0.99/0.24/0.22)	

CMYK percentages

%0
%99
%23.5
%21.57

Codes

Color #C80299 in popluar color models

C80299
RGB2002153
HSL314°98.02%39.61%
HSB/HSV314°99.00%78.43%
CMYK0.00%99.00%23.50%
21.57%

Color #C80299 in popluar number systems.

HEXC80299
Decimal2002153
Binary110010001010011001
Octal3102231

Shades and tints

Shades of #C80299

#C80299
(200,2,153)
#B6028C
(182,2,140)
#A4027F
(164,2,127)
#920272
(146,2,114)
#800265
(128,2,101)
#6E0258
(110,2,88)
#5C024B
(92,2,75)
#4A023E
(74,2,62)
#380231
(56,2,49)
#260224
(38,2,36)
#140217
(20,2,23)
#000000
(0,0,0)

Tints of #C80299

#C80299
(200,2,153)
#CD19A2
(205,25,162)
#D230AB
(210,48,171)
#D747B4
(215,71,180)
#DC5EBD
(220,94,189)
#E175C6
(225,117,198)
#E68CCF
(230,140,207)
#EBA3D8
(235,163,216)
#F0BAE1
(240,186,225)
#F5D1EA
(245,209,234)
#FAE8F3
(250,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C80299 color. Also use rgb(200,2,153) instead hex code.

Text Font Color

.myTextColor { color: #C80299; }

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

This text font color is #C80299.


Background Color

.myBgColor { background-color: #C80299; }

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

This div background color is #C80299.


Border color

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

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

This div border color is #C80299.


Opacity

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

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

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

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

This text has shadow with #C80299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C80299 on black background.


Color preview on white background

This text has color #C80299 on white background.



Black color preview on #C80299 background

This text has black color on #C80299 background.


White color preview on #C80299 background

This text has white color on #C80299 background.