#C82E8A

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

Shades of Medium Red Violet #C82E8A

Tints of Medium Red Violet #C82E8A

Color information

#C82E8A (or 0xC82E8A) is unknown color: approx Medium Red Violet. HEX triplet: C8, 2E and 8A. RGB value is (200,46,138). Sum of RGB (Red+Green+Blue) = 200+46+138=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82E8A is #37D175. Grayscale: #666666. Windows color (decimal): -3658102 or 9055944. OLE color: 9055944.

HSL color Cylindrical-coordinate representation of color #C82E8A: hue angle of 324.16º 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 #C82E8A is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB20046138-
CMYK00.770.310.22
HSL324.16º62.6%48.24%-
HSV(B)324.16º77%78.43%-
XYZ29.3816.0725.6-
YUV102.53148.02197.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.08%
GREEN value IS 46 (18.36% from 255) = 11.98%
BLUE value IS 138 (54.30% from 255) = 35.94%
R=52.08%
G=11.98%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004613800.770.310.22324.1662.648.24
HexC82E8A04D1F161443f30
Octal31056212011537265047760
Binary1100100010111010001010010011011111110110101000100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82E8A; }

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

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

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

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

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

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

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

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