#c22171

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

Shades of Medium Violet Red #C22171

Tints of Medium Violet Red #C22171

Color information

#C22171 (or 0xC22171) is unknown color: approx Medium Violet Red. HEX triplet: C2, 21 and 71. RGB value is (194,33,113). Sum of RGB (Red+Green+Blue) = 194+33+113=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C22171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22171 is #3DDE8E. Grayscale: #5A5A5A. Windows color (decimal): -4054671 or 7414210. OLE color: 7414210.

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

Color convert

RGB19433113-
CMYK00.830.420.24
HSL330.19º70.93%44.51%-
HSV(B)330.19º82.99%76.08%-
XYZ25.7713.7516.92-
YUV90.26140.84202-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.06%
GREEN value IS 33 (13.28% from 255) = 9.71%
BLUE value IS 113 (44.53% from 255) = 33.24%
R=57.06%
G=9.71%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943311300.830.420.24330.1970.9344.51
HexC221710532A1814a472d
Octal302411610123523051210755
Binary11000010100001111000101010011101010110001010010101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c22171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c22171; }

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

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

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

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

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

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

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

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