#C81686

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

Shades of Medium Violet Red #C81686

Tints of Medium Violet Red #C81686

Color information

#C81686 (or 0xC81686) is unknown color: approx Medium Violet Red. HEX triplet: C8, 16 and 86. RGB value is (200,22,134). Sum of RGB (Red+Green+Blue) = 200+22+134=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C81686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81686 is #37E979. Grayscale: #575757. Windows color (decimal): -3664250 or 8787656. OLE color: 8787656.

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

Color convert

RGB20022134-
CMYK00.890.330.22
HSL322.25º80.18%43.53%-
HSV(B)322.25º89%78.43%-
XYZ28.4114.5723.87-
YUV87.99153.97207.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.18%
GREEN value IS 22 (8.98% from 255) = 6.18%
BLUE value IS 134 (52.73% from 255) = 37.64%
R=56.18%
G=6.18%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002213400.890.330.22322.2580.1843.53
HexC816860592116142502c
Octal310262060131412650212054
Binary11001000101101000011001011001100001101101010000101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81686; }

 p { color: rgb(200,22,134); }

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

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

 a { background-color: rgb(200,22,134); }

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

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

 span { border-color: rgb(200,22,134); }

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