#C2078C

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

Shades of Medium Violet Red #C2078C

Tints of Medium Violet Red #C2078C

Color information

#C2078C (or 0xC2078C) is unknown color: approx Medium Violet Red. HEX triplet: C2, 07 and 8C. RGB value is (194,7,140). Sum of RGB (Red+Green+Blue) = 194+7+140=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2078C is #3DF873. Grayscale: #4D4D4D. Windows color (decimal): -4061300 or 9177026. OLE color: 9177026.

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

Color convert

RGB1947140-
CMYK00.960.280.24
HSL317.33º93.03%39.41%-
HSV(B)317.33º96.39%76.08%-
XYZ27.0613.5125.99-
YUV78.08162.95210.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.89%
GREEN value IS 7 (3.12% from 255) = 2.05%
BLUE value IS 140 (55.08% from 255) = 41.06%
R=56.89%
G=2.05%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194714000.960.280.24317.3393.0339.41
HexC278C0601C1813d5d27
Octal30272140140343047513547
Binary11000010111100011000110000011100110001001111011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2078C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2078C; }

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

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

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

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

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

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

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

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