#C82BA2

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

Shades of Medium Red Violet #C82BA2

Tints of Medium Red Violet #C82BA2

Color information

#C82BA2 (or 0xC82BA2) is unknown color: approx Medium Red Violet. HEX triplet: C8, 2B and A2. RGB value is (200,43,162). Sum of RGB (Red+Green+Blue) = 200+43+162=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C82BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82BA2 is #37D45D. Grayscale: #676767. Windows color (decimal): -3658846 or 10628040. OLE color: 10628040.

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

Color convert

RGB20043162-
CMYK00.780.190.22
HSL314.52º64.61%47.65%-
HSV(B)314.52º78.5%78.43%-
XYZ31.216.6235.74-
YUV103.51161.01196.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.38%
GREEN value IS 43 (17.19% from 255) = 10.62%
BLUE value IS 162 (63.67% from 255) = 40%
R=49.38%
G=10.62%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004316200.780.190.22314.5264.6147.65
HexC82BA204E131613b4130
Octal310532420116232647310160
Binary11001000101011101000100100111010011101101001110111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82BA2; }

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

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

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

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

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

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

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

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