#C82686

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

Shades of Medium Violet Red #C82686

Tints of Medium Violet Red #C82686

Color information

#C82686 (or 0xC82686) is unknown color: approx Medium Violet Red. HEX triplet: C8, 26 and 86. RGB value is (200,38,134). Sum of RGB (Red+Green+Blue) = 200+38+134=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C82686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82686 is #37D979. Grayscale: #616161. Windows color (decimal): -3660154 or 8791752. OLE color: 8791752.

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

Color convert

RGB20038134-
CMYK00.810.330.22
HSL324.44º68.07%46.67%-
HSV(B)324.44º81%78.43%-
XYZ28.8215.3924.01-
YUV97.38148.67201.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.76%
GREEN value IS 38 (15.23% from 255) = 10.22%
BLUE value IS 134 (52.73% from 255) = 36.02%
R=53.76%
G=10.22%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2003813400.810.330.22324.4468.0746.67
HexC826860512116144442f
Octal310462060121412650410457
Binary110010001001101000011001010001100001101101010001001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82686; }

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

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

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

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

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

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

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

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