COLOR #C31766

HEX: #C31766 RGB: (195,23,102)

Color info

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

RGB color model

#C31766 color RGB value is (195,23,102).

RGB: (195,23,102) (76%, 9%, 40%)

RGB channels and saturation

R 195 of 255 = 76%
G 23 of 255 = 9%
B 102 of 255 = 40%

195
23
102

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

Portions of RGB colors in percentages

R + G + B = 195 + 23 + 102 = 320 (100%)
R 195 of 320 ~ 60.94%
G 23 of 320 ~ 7.19%
B 102 of 320 ~ 31.88'%

%60.94
%31.88

CMYK color model

#C31766 color CMYK value is (0,88,48,24).

  • cyan value is 0.00%
  • magenta value is 88.21%
  • yellow value is 47.69%
  • key color value is 23.53%

CMYK: (0,88,48,24)
C0M88Y48K24 (0%, 88%, 48%, 24%)
(0.00 / 0.88 / 0.48 / 0.24)

CMYK percentages

%0
%88.21
%47.69
%23.53

Codes

Color #C31766 in popluar color models

C3 17 66
RGB 195 23 102
HSL 332° 78.90% 42.75%
HSB/HSV 332° 88.21% 76.47%
CMYK 0.00% 88.21% 47.69%
23.53%

Color #C31766 in popluar number systems.

HEX C3 17 66
Decimal 195 23 102
Binary 11000011 10111 1100110
Octal 303 27 146

Shades and tints

Shades of #C31766

#C31766
(195,23,102)
#B2155D
(178,21,93)
#A11354
(161,19,84)
#90114B
(144,17,75)
#7F0F42
(127,15,66)
#6E0D39
(110,13,57)
#5D0B30
(93,11,48)
#4C0927
(76,9,39)
#3B071E
(59,7,30)
#2A0515
(42,5,21)
#19030C
(25,3,12)
#000000
(0,0,0)

Tints of #C31766

#C31766
(195,23,102)
#C82C73
(200,44,115)
#CD4180
(205,65,128)
#D2568D
(210,86,141)
#D76B9A
(215,107,154)
#DC80A7
(220,128,167)
#E195B4
(225,149,180)
#E6AAC1
(230,170,193)
#EBBFCE
(235,191,206)
#F0D4DB
(240,212,219)
#F5E9E8
(245,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C31766 color. Also use rgb(195,23,102) instead hex code.

Text Font Color

.myTextColor { color: #C31766; }

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

This text font color is #C31766.

Background Color

.myBgColor { background-color: #C31766; }

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

This div background color is #C31766.

Border color

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

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

This div border color is #C31766.

Opacity

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

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

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

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

This text has shadow with #C31766 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C31766.

Preview

Color preview on black background

This text has color #C31766 on black background.


Color preview on white background

This text has color #C31766 on white background.


Black color preview on #C31766 background

This text has black color on #C31766 background.


White color preview on #C31766 background

This text has white color on #C31766 background.


Related colors

Complementary color

Complementary color for #hex is #3CE899.


I love getcolorcode.com

Triadic colors

1 #66C317 and #1766C3 with #C31766 are triadic colors.

2 #6617C3 and #17C366 with #C31766 are triadic colors.