COLOR #C33057

HEX: #C33057
RGB: (195,48,87)

Color info

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

RGB color model

#C33057 color RGB value is (195,48,87).

  • red value is 195;
  • green value is 48;
  • blue value is 87.
RGB:
(195,48,87)
(76%,19%,34%)

RGB channels and saturation

R 195 of 255 = 76%
G 48 of 255 = 19%
B 87 of 255 = 34%

195
48
87

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

Portions of RGB colors in percentages

R + G + B =
195 + 48 + 87 = 330 (100%)
R 195 of 330 ~ 59.09%
G 48 of 330 ~ 14.55%
B 87 of 330 ~ 26.36%

%59.09
%14.55
%26.36

CMYK color model

#C33057 color CMYK value is (0,75,55,24).

  • cyan value is 0.00%
  • magenta value is 75.38%
  • yellow value is 55.38%
  • key color value is 23.53%
CMYK:
(0,75,55,24)
C0M75Y55K24 
(0%,75%,55%,24%)
(0.00/0.75/0.55/0.24)	

CMYK percentages

%0
%75.38
%55.38
%23.53

Codes

Color #C33057 in popluar color models

C33057
RGB1954887
HSL344°60.49%47.65%
HSB/HSV344°75.38%76.47%
CMYK0.00%75.38%55.38%
23.53%

Color #C33057 in popluar number systems.

HEXC33057
Decimal1954887
Binary110000111100001010111
Octal30360127

Shades and tints

Shades of #C33057

#C33057
(195,48,87)
#B22C50
(178,44,80)
#A12849
(161,40,73)
#902442
(144,36,66)
#7F203B
(127,32,59)
#6E1C34
(110,28,52)
#5D182D
(93,24,45)
#4C1426
(76,20,38)
#3B101F
(59,16,31)
#2A0C18
(42,12,24)
#190811
(25,8,17)
#000000
(0,0,0)

Tints of #C33057

#C33057
(195,48,87)
#C84266
(200,66,102)
#CD5475
(205,84,117)
#D26684
(210,102,132)
#D77893
(215,120,147)
#DC8AA2
(220,138,162)
#E19CB1
(225,156,177)
#E6AEC0
(230,174,192)
#EBC0CF
(235,192,207)
#F0D2DE
(240,210,222)
#F5E4ED
(245,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C33057 color. Also use rgb(195,48,87) instead hex code.

Text Font Color

.myTextColor { color: #C33057; }

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

This text font color is #C33057.


Background Color

.myBgColor { background-color: #C33057; }

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

This div background color is #C33057.


Border color

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

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

This div border color is #C33057.


Opacity

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

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

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

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

This text has shadow with #C33057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C33057 on black background.


Color preview on white background

This text has color #C33057 on white background.



Black color preview on #C33057 background

This text has black color on #C33057 background.


White color preview on #C33057 background

This text has white color on #C33057 background.