#C81A82

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

Shades of Medium Violet Red #C81A82

Tints of Medium Violet Red #C81A82

Color information

#C81A82 (or 0xC81A82) is unknown color: approx Medium Violet Red. HEX triplet: C8, 1A and 82. RGB value is (200,26,130). Sum of RGB (Red+Green+Blue) = 200+26+130=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81A82 is #37E57D. Grayscale: #595959. Windows color (decimal): -3663230 or 8526536. OLE color: 8526536.

HSL color Cylindrical-coordinate representation of color #C81A82: hue angle of 324.14º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81A82 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB20026130-
CMYK00.870.350.22
HSL324.14º76.99%44.31%-
HSV(B)324.14º87%78.43%-
XYZ28.2214.6322.46-
YUV89.88150.65206.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.18%
GREEN value IS 26 (10.55% from 255) = 7.30%
BLUE value IS 130 (51.17% from 255) = 36.52%
R=56.18%
G=7.30%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002613000.870.350.22324.1476.9944.31
HexC81A8205723161444d2c
Octal310322020127432650411554
Binary11001000110101000001001010111100011101101010001001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81A82; }

 p { color: rgb(200,26,130); }

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

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

 a { background-color: rgb(200,26,130); }

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

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

 span { border-color: rgb(200,26,130); }

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