#C20895

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

Shades of Medium Violet Red #C20895

Tints of Medium Violet Red #C20895

Color information

#C20895 (or 0xC20895) is unknown color: approx Medium Violet Red. HEX triplet: C2, 08 and 95. RGB value is (194,8,149). Sum of RGB (Red+Green+Blue) = 194+8+149=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C20895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20895 is #3DF76A. Grayscale: #4F4F4F. Windows color (decimal): -4061035 or 9767106. OLE color: 9767106.

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

Color convert

RGB1948149-
CMYK00.960.230.24
HSL314.52º92.08%39.61%-
HSV(B)314.52º95.88%76.08%-
XYZ27.7613.8129.64-
YUV79.69167.12209.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.27%
GREEN value IS 8 (3.52% from 255) = 2.28%
BLUE value IS 149 (58.59% from 255) = 42.45%
R=55.27%
G=2.28%
B=42.45%

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
Decimal194814900.960.230.24314.5292.0839.61
HexC2895060171813b5c28
Octal302102250140273047313450
Binary110000101000100101010110000010111110001001110111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20895; }

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

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

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

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

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

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

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

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