#C42079

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

Shades of Medium Violet Red #C42079

Tints of Medium Violet Red #C42079

Color information

#C42079 (or 0xC42079) is unknown color: approx Medium Violet Red. HEX triplet: C4, 20 and 79. RGB value is (196,32,121). Sum of RGB (Red+Green+Blue) = 196+32+121=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C42079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42079 is #3BDF86. Grayscale: #5A5A5A. Windows color (decimal): -3923847 or 7938244. OLE color: 7938244.

HSL color Cylindrical-coordinate representation of color #C42079: hue angle of 327.44º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42079 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB19632121-
CMYK00.840.380.23
HSL327.44º71.93%44.71%-
HSV(B)327.44º83.67%76.86%-
XYZ26.7314.1519.41-
YUV91.18144.83202.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.16%
GREEN value IS 32 (12.89% from 255) = 9.17%
BLUE value IS 121 (47.66% from 255) = 34.67%
R=56.16%
G=9.17%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1963212100.840.380.23327.4471.9344.71
HexC420790542617147482d
Octal304401710124462750711055
Binary11000100100000111100101010100100110101111010001111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42079; }

 p { color: rgb(196,32,121); }

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

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

 a { background-color: rgb(196,32,121); }

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

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

 span { border-color: rgb(196,32,121); }

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