#c21981

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

Shades of Medium Violet Red #C21981

Tints of Medium Violet Red #C21981

Color information

#C21981 (or 0xC21981) is unknown color: approx Medium Violet Red. HEX triplet: C2, 19 and 81. RGB value is (194,25,129). Sum of RGB (Red+Green+Blue) = 194+25+129=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C21981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21981 is #3DE67E. Grayscale: #575757. Windows color (decimal): -4056703 or 8460738. OLE color: 8460738.

HSL color Cylindrical-coordinate representation of color #C21981: hue angle of 323.08º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21981 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB19425129-
CMYK00.870.340.24
HSL323.08º77.17%42.94%-
HSV(B)323.08º87.11%76.08%-
XYZ26.5613.7522.02-
YUV87.39151.49204.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.75%
GREEN value IS 25 (10.16% from 255) = 7.18%
BLUE value IS 129 (50.78% from 255) = 37.07%
R=55.75%
G=7.18%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942512900.870.340.24323.0877.1742.94
HexC2198105722181434d2b
Octal302312010127423050311553
Binary11000010110011000000101010111100010110001010000111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c21981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c21981; }

 p { color: rgb(194,25,129); }

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

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

 a { background-color: rgb(194,25,129); }

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

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

 span { border-color: rgb(194,25,129); }

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