#C82EA2

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

Shades of Medium Red Violet #C82EA2

Tints of Medium Red Violet #C82EA2

Color information

#C82EA2 (or 0xC82EA2) is unknown color: approx Medium Red Violet. HEX triplet: C8, 2E and A2. RGB value is (200,46,162). Sum of RGB (Red+Green+Blue) = 200+46+162=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 162 (63.67% from 255 or 39.71% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C82EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82EA2 is #37D15D. Grayscale: #686868. Windows color (decimal): -3658078 or 10628808. OLE color: 10628808.

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

Color convert

RGB20046162-
CMYK00.770.190.22
HSL314.81º62.6%48.24%-
HSV(B)314.81º77%78.43%-
XYZ31.3216.8435.78-
YUV105.27160.02195.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.02%
GREEN value IS 46 (18.36% from 255) = 11.27%
BLUE value IS 162 (63.67% from 255) = 39.71%
R=49.02%
G=11.27%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004616200.770.190.22314.8162.648.24
HexC82EA204D131613b3f30
Octal31056242011523264737760
Binary1100100010111010100010010011011001110110100111011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82EA2; }

 p { color: rgb(200,46,162); }

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

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

 a { background-color: rgb(200,46,162); }

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

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

 span { border-color: rgb(200,46,162); }

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