#C20782

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

Shades of Medium Violet Red #C20782

Tints of Medium Violet Red #C20782

Color information

#C20782 (or 0xC20782) is unknown color: approx Medium Violet Red. HEX triplet: C2, 07 and 82. RGB value is (194,7,130). Sum of RGB (Red+Green+Blue) = 194+7+130=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C20782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20782 is #3DF87D. Grayscale: #4C4C4C. Windows color (decimal): -4061310 or 8521666. OLE color: 8521666.

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

Color convert

RGB1947130-
CMYK00.960.330.24
HSL320.53º93.03%39.41%-
HSV(B)320.53º96.39%76.08%-
XYZ26.3513.2322.28-
YUV76.94157.95211.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.61%
GREEN value IS 7 (3.12% from 255) = 2.11%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=58.61%
G=2.11%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194713000.960.330.24320.5393.0339.41
HexC278206021181415d27
Octal30272020140413050113547
Binary110000101111000001001100000100001110001010000011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20782; }

 p { color: rgb(194,7,130); }

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

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

 a { background-color: rgb(194,7,130); }

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

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

 span { border-color: rgb(194,7,130); }

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