#C2079A

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

Shades of Medium Violet Red #C2079A

Tints of Medium Violet Red #C2079A

Color information

#C2079A (or 0xC2079A) is unknown color: approx Medium Violet Red. HEX triplet: C2, 07 and 9A. RGB value is (194,7,154). Sum of RGB (Red+Green+Blue) = 194+7+154=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2079A is #3DF865. Grayscale: #4F4F4F. Windows color (decimal): -4061286 or 10094530. OLE color: 10094530.

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

Color convert

RGB1947154-
CMYK00.960.210.24
HSL312.83º93.03%39.41%-
HSV(B)312.83º96.39%76.08%-
XYZ28.1613.9531.78-
YUV79.67169.95209.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.65%
GREEN value IS 7 (3.12% from 255) = 1.97%
BLUE value IS 154 (60.55% from 255) = 43.38%
R=54.65%
G=1.97%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194715400.960.210.24312.8393.0339.41
HexC279A06015181395d27
Octal30272320140253047113547
Binary11000010111100110100110000010101110001001110011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2079A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2079A; }

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

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

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

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

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

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

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

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