#C20894

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

Shades of Medium Violet Red #C20894

Tints of Medium Violet Red #C20894

Color information

#C20894 (or 0xC20894) is unknown color: approx Medium Violet Red. HEX triplet: C2, 08 and 94. RGB value is (194,8,148). Sum of RGB (Red+Green+Blue) = 194+8+148=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C20894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20894 is #3DF76B. Grayscale: #4F4F4F. Windows color (decimal): -4061036 or 9701570. OLE color: 9701570.

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

Color convert

RGB1948148-
CMYK00.960.240.24
HSL314.84º92.08%39.61%-
HSV(B)314.84º95.88%76.08%-
XYZ27.6813.7829.22-
YUV79.57166.62209.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.43%
GREEN value IS 8 (3.52% from 255) = 2.29%
BLUE value IS 148 (58.20% from 255) = 42.29%
R=55.43%
G=2.29%
B=42.29%

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
Decimal194814800.960.240.24314.8492.0839.61
HexC2894060181813b5c28
Octal302102240140303047313450
Binary110000101000100101000110000011000110001001110111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20894; }

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

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

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

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

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

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

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

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