COLOR #C02D63

HEX: #C02D63 RGB: (192,45,99)

Color info

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

RGB color model

#C02D63 color RGB value is (192,45,99).

RGB: (192,45,99) (75%, 18%, 39%)

RGB channels and saturation

R 192 of 255 = 75%
G 45 of 255 = 18%
B 99 of 255 = 39%

192
45
99

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

Portions of RGB colors in percentages

R + G + B = 192 + 45 + 99 = 336 (100%)
R 192 of 336 ~ 57.14%
G 45 of 336 ~ 13.39%
B 99 of 336 ~ 29.46'%

%57.14
%13.39
%29.46

CMYK color model

#C02D63 color CMYK value is (0,77,48,25).

  • cyan value is 0.00%
  • magenta value is 76.56%
  • yellow value is 48.44%
  • key color value is 24.71%

CMYK: (0,77,48,25)
C0M77Y48K25 (0%, 77%, 48%, 25%)
(0.00 / 0.77 / 0.48 / 0.25)

CMYK percentages

%0
%76.56
%48.44
%24.71

Codes

Color #C02D63 in popluar color models

C0 2D 63
RGB 192 45 99
HSL 338° 62.03% 46.47%
HSB/HSV 338° 76.56% 75.29%
CMYK 0.00% 76.56% 48.44%
24.71%

Color #C02D63 in popluar number systems.

HEX C0 2D 63
Decimal 192 45 99
Binary 11000000 101101 1100011
Octal 300 55 143

Shades and tints

Shades of #C02D63

#C02D63
(192,45,99)
#AF295A
(175,41,90)
#9E2551
(158,37,81)
#8D2148
(141,33,72)
#7C1D3F
(124,29,63)
#6B1936
(107,25,54)
#5A152D
(90,21,45)
#491124
(73,17,36)
#380D1B
(56,13,27)
#270912
(39,9,18)
#160509
(22,5,9)
#000000
(0,0,0)

Tints of #C02D63

#C02D63
(192,45,99)
#C54071
(197,64,113)
#CA537F
(202,83,127)
#CF668D
(207,102,141)
#D4799B
(212,121,155)
#D98CA9
(217,140,169)
#DE9FB7
(222,159,183)
#E3B2C5
(227,178,197)
#E8C5D3
(232,197,211)
#EDD8E1
(237,216,225)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C02D63 color. Also use rgb(192,45,99) instead hex code.

Text Font Color

.myTextColor { color: #C02D63; }

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

This text font color is #C02D63.

Background Color

.myBgColor { background-color: #C02D63; }

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

This div background color is #C02D63.

Border color

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

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

This div border color is #C02D63.

Opacity

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

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

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

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

This text has shadow with #C02D63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C02D63.

Preview

Color preview on black background

This text has color #C02D63 on black background.


Color preview on white background

This text has color #C02D63 on white background.


Black color preview on #C02D63 background

This text has black color on #C02D63 background.


White color preview on #C02D63 background

This text has white color on #C02D63 background.


Related colors

Complementary color

Complementary color for #hex is #3FD29C.


I love getcolorcode.com

Triadic colors

1 #63C02D and #2D63C0 with #C02D63 are triadic colors.

2 #632DC0 and #2DC063 with #C02D63 are triadic colors.