#C20896

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

Shades of Medium Violet Red #C20896

Tints of Medium Violet Red #C20896

Color information

#C20896 (or 0xC20896) is unknown color: approx Medium Violet Red. HEX triplet: C2, 08 and 96. RGB value is (194,8,150). Sum of RGB (Red+Green+Blue) = 194+8+150=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C20896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20896 is #3DF769. Grayscale: #4F4F4F. Windows color (decimal): -4061034 or 9832642. OLE color: 9832642.

HSL color Cylindrical-coordinate representation of color #C20896: hue angle of 314.19º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20896 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB1948150-
CMYK00.960.230.24
HSL314.19º92.08%39.61%-
HSV(B)314.19º95.88%76.08%-
XYZ27.8413.8530.06-
YUV79.8167.62209.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.11%
GREEN value IS 8 (3.52% from 255) = 2.27%
BLUE value IS 150 (58.98% from 255) = 42.61%
R=55.11%
G=2.27%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194815000.960.230.24314.1992.0839.61
HexC2896060171813a5c28
Octal302102260140273047213450
Binary110000101000100101100110000010111110001001110101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20896; }

 p { color: rgb(194,8,150); }

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

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

 a { background-color: rgb(194,8,150); }

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

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

 span { border-color: rgb(194,8,150); }

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