#c82e88

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

Shades of Medium Red Violet #C82E88

Tints of Medium Red Violet #C82E88

Color information

#C82E88 (or 0xC82E88) is unknown color: approx Medium Red Violet. HEX triplet: C8, 2E and 88. RGB value is (200,46,136). Sum of RGB (Red+Green+Blue) = 200+46+136=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 46 (18.36% from 255 or 12.04% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82E88 is #37D177. Grayscale: #666666. Windows color (decimal): -3658104 or 8924872. OLE color: 8924872.

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

Color convert

RGB20046136-
CMYK00.770.320.22
HSL324.94º62.6%48.24%-
HSV(B)324.94º77%78.43%-
XYZ29.2416.0124.84-
YUV102.31147.02197.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.36%
GREEN value IS 46 (18.36% from 255) = 12.04%
BLUE value IS 136 (53.52% from 255) = 35.60%
R=52.36%
G=12.04%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004613600.770.320.22324.9462.648.24
HexC82E8804D20161453f30
Octal31056210011540265057760
Binary11001000101110100010000100110110000010110101000101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c82e88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c82e88; }

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

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

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

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

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

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

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

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