#C21171

Color #C21171 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C21171

Tints of Medium Violet Red #C21171

Color information

#C21171 (or 0xC21171) is unknown color: approx Medium Violet Red. HEX triplet: C2, 11 and 71. RGB value is (194,17,113). Sum of RGB (Red+Green+Blue) = 194+17+113=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C21171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21171 is #3DEE8E. Grayscale: #505050. Windows color (decimal): -4058767 or 7410114. OLE color: 7410114.

HSL color Cylindrical-coordinate representation of color #C21171: hue angle of 327.46º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21171 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB19417113-
CMYK00.910.420.24
HSL327.46º83.89%41.37%-
HSV(B)327.46º91.24%76.08%-
XYZ25.4313.0616.8-
YUV80.87146.14208.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 59.88%
GREEN value IS 17 (7.03% from 255) = 5.25%
BLUE value IS 113 (44.53% from 255) = 34.88%
R=59.88%
G=5.25%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941711300.910.420.24327.4683.8941.37
HexC2117105B2A181475429
Octal302211610133523050712451
Binary1100001010001111000101011011101010110001010001111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21171; }

 p { color: rgb(194,17,113); }

 H1.HeaderClassName
 {
   color: #C21171;
 }
 .AnyTagClassName
 {
   color: #C21171;
 }
</style>
background-color css

<style>
 a { background-color: #C21171; }

 a { background-color: rgb(194,17,113); }

 div.DivClassName
 {
   background-color: #C21171;
 }
 .BgClassName
 {
   background-color: #C21171;
 }
</style>
border-color css

<style>
 span { border-color: #C21171; }

 span { border-color: rgb(194,17,113); }

 td.TdClassName
 {
   border-color: #C21171;
 }
 .TagClassName
 {
   border-color: #C21171;
 }
</style>