COLOR #CC2F51

HEX: #CC2F51
RGB: (204,47,81)

Color info

#CC2F51 contains mainly red color. Web safe color of #CC2F51 is #CC3366 (or #C36).

RGB color model

#CC2F51 color RGB value is (204,47,81).

  • red value is 204;
  • green value is 47;
  • blue value is 81.
RGB:
(204,47,81)
(80%,18%,32%)

RGB channels and saturation

R 204 of 255 = 80%
G 47 of 255 = 18%
B 81 of 255 = 32%

204
47
81

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

Portions of RGB colors in percentages

R + G + B =
204 + 47 + 81 = 332 (100%)
R 204 of 332 ~ 61.45%
G 47 of 332 ~ 14.16%
B 81 of 332 ~ 24.4%

%61.45
%14.16
%24.4

CMYK color model

#CC2F51 color CMYK value is (0,77,60,20).

  • cyan value is 0.00%
  • magenta value is 76.96%
  • yellow value is 60.29%
  • key color value is 20.00%
CMYK:
(0,77,60,20)
C0M77Y60K20 
(0%,77%,60%,20%)
(0.00/0.77/0.60/0.20)	

CMYK percentages

%0
%76.96
%60.29
%20

Codes

Color #CC2F51 in popluar color models

CC2F51
RGB2044781
HSL347°62.55%49.22%
HSB/HSV347°76.96%80.00%
CMYK0.00%76.96%60.29%
20.00%

Color #CC2F51 in popluar number systems.

HEXCC2F51
Decimal2044781
Binary110011001011111010001
Octal31457121

Shades and tints

Shades of #CC2F51

#CC2F51
(204,47,81)
#BA2B4A
(186,43,74)
#A82743
(168,39,67)
#96233C
(150,35,60)
#841F35
(132,31,53)
#721B2E
(114,27,46)
#601727
(96,23,39)
#4E1320
(78,19,32)
#3C0F19
(60,15,25)
#2A0B12
(42,11,18)
#18070B
(24,7,11)
#000000
(0,0,0)

Tints of #CC2F51

#CC2F51
(204,47,81)
#D04160
(208,65,96)
#D4536F
(212,83,111)
#D8657E
(216,101,126)
#DC778D
(220,119,141)
#E0899C
(224,137,156)
#E49BAB
(228,155,171)
#E8ADBA
(232,173,186)
#ECBFC9
(236,191,201)
#F0D1D8
(240,209,216)
#F4E3E7
(244,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC2F51 color. Also use rgb(204,47,81) instead hex code.

Text Font Color

.myTextColor { color: #CC2F51; }

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

This text font color is #CC2F51.


Background Color

.myBgColor { background-color: #CC2F51; }

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

This div background color is #CC2F51.


Border color

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

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

This div border color is #CC2F51.


Opacity

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

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

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

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

This text has shadow with #CC2F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC2F51 on black background.


Color preview on white background

This text has color #CC2F51 on white background.



Black color preview on #CC2F51 background

This text has black color on #CC2F51 background.


White color preview on #CC2F51 background

This text has white color on #CC2F51 background.