#C82586

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

Shades of Medium Violet Red #C82586

Tints of Medium Violet Red #C82586

Color information

#C82586 (or 0xC82586) is unknown color: approx Medium Violet Red. HEX triplet: C8, 25 and 86. RGB value is (200,37,134). Sum of RGB (Red+Green+Blue) = 200+37+134=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C82586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82586 is #37DA79. Grayscale: #606060. Windows color (decimal): -3660410 or 8791496. OLE color: 8791496.

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

Color convert

RGB20037134-
CMYK00.820.330.22
HSL324.29º68.78%46.47%-
HSV(B)324.29º81.5%78.43%-
XYZ28.7815.3223.99-
YUV96.79149201.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.91%
GREEN value IS 37 (14.84% from 255) = 9.97%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=53.91%
G=9.97%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2003713400.820.330.22324.2968.7846.47
HexC825860522116144452e
Octal310452060122412650410556
Binary110010001001011000011001010010100001101101010001001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82586; }

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

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

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

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

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

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

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

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