COLOR #C310C2

HEX: #C310C2
RGB: (195,16,194)

Color info

#C310C2 contains mainly red and blue colors. Web safe color of #C310C2 is #CC00CC (or #C0C).

RGB color model

#C310C2 color RGB value is (195,16,194).

  • red value is 195;
  • green value is 16;
  • blue value is 194.
RGB:
(195,16,194)
(76%,6%,76%)

RGB channels and saturation

R 195 of 255 = 76%
G 16 of 255 = 6%
B 194 of 255 = 76%

195
16
194

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

Portions of RGB colors in percentages

R + G + B =
195 + 16 + 194 = 405 (100%)
R 195 of 405 ~ 48.15%
G 16 of 405 ~ 3.95%
B 194 of 405 ~ 47.9%

%48.15
%47.9

CMYK color model

#C310C2 color CMYK value is (0,92,1,24).

  • cyan value is 0.00%
  • magenta value is 91.79%
  • yellow value is 0.51%
  • key color value is 23.53%
CMYK:
(0,92,1,24)
C0M92Y1K24 
(0%,92%,1%,24%)
(0.00/0.92/0.01/0.24)	

CMYK percentages

%0
%91.79
%0.51
%23.53

Codes

Color #C310C2 in popluar color models

C310C2
RGB19516194
HSL300°84.83%41.37%
HSB/HSV300°91.79%76.47%
CMYK0.00%91.79%0.51%
23.53%

Color #C310C2 in popluar number systems.

HEXC310C2
Decimal19516194
Binary110000111000011000010
Octal30320302

Shades and tints

Shades of #C310C2

#C310C2
(195,16,194)
#B20FB1
(178,15,177)
#A10EA0
(161,14,160)
#900D8F
(144,13,143)
#7F0C7E
(127,12,126)
#6E0B6D
(110,11,109)
#5D0A5C
(93,10,92)
#4C094B
(76,9,75)
#3B083A
(59,8,58)
#2A0729
(42,7,41)
#190618
(25,6,24)
#000000
(0,0,0)

Tints of #C310C2

#C310C2
(195,16,194)
#C825C7
(200,37,199)
#CD3ACC
(205,58,204)
#D24FD1
(210,79,209)
#D764D6
(215,100,214)
#DC79DB
(220,121,219)
#E18EE0
(225,142,224)
#E6A3E5
(230,163,229)
#EBB8EA
(235,184,234)
#F0CDEF
(240,205,239)
#F5E2F4
(245,226,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C310C2 color. Also use rgb(195,16,194) instead hex code.

Text Font Color

.myTextColor { color: #C310C2; }

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

This text font color is #C310C2.


Background Color

.myBgColor { background-color: #C310C2; }

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

This div background color is #C310C2.


Border color

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

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

This div border color is #C310C2.


Opacity

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

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

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

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

This text has shadow with #C310C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C310C2 on black background.


Color preview on white background

This text has color #C310C2 on white background.



Black color preview on #C310C2 background

This text has black color on #C310C2 background.


White color preview on #C310C2 background

This text has white color on #C310C2 background.