#C82982

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

Shades of Medium Red Violet #C82982

Tints of Medium Red Violet #C82982

Color information

#C82982 (or 0xC82982) is unknown color: approx Medium Red Violet. HEX triplet: C8, 29 and 82. RGB value is (200,41,130). Sum of RGB (Red+Green+Blue) = 200+41+130=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C82982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82982 is #37D67D. Grayscale: #626262. Windows color (decimal): -3659390 or 8530376. OLE color: 8530376.

HSL color Cylindrical-coordinate representation of color #C82982: hue angle of 326.42º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82982 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB20041130-
CMYK00.800.350.22
HSL326.42º65.98%47.25%-
HSV(B)326.42º79.5%78.43%-
XYZ28.6415.4822.6-
YUV98.69145.68200.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.91%
GREEN value IS 41 (16.41% from 255) = 11.05%
BLUE value IS 130 (51.17% from 255) = 35.04%
R=53.91%
G=11.05%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004113000.800.350.22326.4265.9847.25
HexC829820502316146422f
Octal310512020120432650610257
Binary110010001010011000001001010000100011101101010001101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82982; }

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

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

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

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

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

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

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

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