#C20893

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

Shades of Medium Violet Red #C20893

Tints of Medium Violet Red #C20893

Color information

#C20893 (or 0xC20893) is unknown color: approx Medium Violet Red. HEX triplet: C2, 08 and 93. RGB value is (194,8,147). Sum of RGB (Red+Green+Blue) = 194+8+147=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C20893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20893 is #3DF76C. Grayscale: #4F4F4F. Windows color (decimal): -4061037 or 9636034. OLE color: 9636034.

HSL color Cylindrical-coordinate representation of color #C20893: hue angle of 315.16º 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 #C20893 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB1948147-
CMYK00.960.240.24
HSL315.16º92.08%39.61%-
HSV(B)315.16º95.88%76.08%-
XYZ27.613.7528.8-
YUV79.46166.12209.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.59%
GREEN value IS 8 (3.52% from 255) = 2.29%
BLUE value IS 147 (57.81% from 255) = 42.12%
R=55.59%
G=2.29%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194814700.960.240.24315.1692.0839.61
HexC2893060181813b5c28
Octal302102230140303047313450
Binary110000101000100100110110000011000110001001110111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20893; }

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

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

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

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

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

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

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

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