COLOR #C6025E

HEX: #C6025E
RGB: (198,2,94)

Color info

#C6025E contains mainly red color. Web safe color of #C6025E is #CC0066 (or #C06).

RGB color model

#C6025E color RGB value is (198,2,94).

  • red value is 198;
  • green value is 2;
  • blue value is 94.
RGB:
(198,2,94)
(78%,1%,37%)

RGB channels and saturation

R 198 of 255 = 78%
G 2 of 255 = 1%
B 94 of 255 = 37%

198
2
94

R + G + B ~ 39%. #C6025E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
198 + 2 + 94 = 294 (100%)
R 198 of 294 ~ 67.35%
G 2 of 294 ~ 0.68%
B 94 of 294 ~ 31.97%

%67.35
%31.97

CMYK color model

#C6025E color CMYK value is (0,99,53,22).

  • cyan value is 0.00%
  • magenta value is 98.99%
  • yellow value is 52.53%
  • key color value is 22.35%
CMYK:
(0,99,53,22)
C0M99Y53K22 
(0%,99%,53%,22%)
(0.00/0.99/0.53/0.22)	

CMYK percentages

%0
%98.99
%52.53
%22.35

Codes

Color #C6025E in popluar color models

C6025E
RGB198294
HSL332°98.00%39.22%
HSB/HSV332°98.99%77.65%
CMYK0.00%98.99%52.53%
22.35%

Color #C6025E in popluar number systems.

HEXC6025E
Decimal198294
Binary11000110101011110
Octal3062136

Shades and tints

Shades of #C6025E

#C6025E
(198,2,94)
#B40256
(180,2,86)
#A2024E
(162,2,78)
#900246
(144,2,70)
#7E023E
(126,2,62)
#6C0236
(108,2,54)
#5A022E
(90,2,46)
#480226
(72,2,38)
#36021E
(54,2,30)
#240216
(36,2,22)
#12020E
(18,2,14)
#000000
(0,0,0)

Tints of #C6025E

#C6025E
(198,2,94)
#CB196C
(203,25,108)
#D0307A
(208,48,122)
#D54788
(213,71,136)
#DA5E96
(218,94,150)
#DF75A4
(223,117,164)
#E48CB2
(228,140,178)
#E9A3C0
(233,163,192)
#EEBACE
(238,186,206)
#F3D1DC
(243,209,220)
#F8E8EA
(248,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6025E color. Also use rgb(198,2,94) instead hex code.

Text Font Color

.myTextColor { color: #C6025E; }

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

This text font color is #C6025E.


Background Color

.myBgColor { background-color: #C6025E; }

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

This div background color is #C6025E.


Border color

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

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

This div border color is #C6025E.


Opacity

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

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

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

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

This text has shadow with #C6025E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6025E on black background.


Color preview on white background

This text has color #C6025E on white background.



Black color preview on #C6025E background

This text has black color on #C6025E background.


White color preview on #C6025E background

This text has white color on #C6025E background.