#C20781

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

Shades of Medium Violet Red #C20781

Tints of Medium Violet Red #C20781

Color information

#C20781 (or 0xC20781) is unknown color: approx Medium Violet Red. HEX triplet: C2, 07 and 81. RGB value is (194,7,129). Sum of RGB (Red+Green+Blue) = 194+7+129=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C20781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20781 is #3DF87E. Grayscale: #4C4C4C. Windows color (decimal): -4061311 or 8456130. OLE color: 8456130.

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

Color convert

RGB1947129-
CMYK00.960.340.24
HSL320.86º93.03%39.41%-
HSV(B)320.86º96.39%76.08%-
XYZ26.2913.2121.93-
YUV76.82157.45211.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.79%
GREEN value IS 7 (3.12% from 255) = 2.12%
BLUE value IS 129 (50.78% from 255) = 39.09%
R=58.79%
G=2.12%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194712900.960.340.24320.8693.0339.41
HexC278106022181415d27
Octal30272010140423050113547
Binary110000101111000000101100000100010110001010000011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20781; }

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

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

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

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

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

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

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

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