#C82BA0

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

Shades of Medium Red Violet #C82BA0

Tints of Medium Red Violet #C82BA0

Color information

#C82BA0 (or 0xC82BA0) is unknown color: approx Medium Red Violet. HEX triplet: C8, 2B and A0. RGB value is (200,43,160). Sum of RGB (Red+Green+Blue) = 200+43+160=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C82BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82BA0 is #37D45F. Grayscale: #666666. Windows color (decimal): -3658848 or 10496968. OLE color: 10496968.

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

Color convert

RGB20043160-
CMYK00.780.20.22
HSL315.29º64.61%47.65%-
HSV(B)315.29º78.5%78.43%-
XYZ31.0316.5534.82-
YUV103.28160.01196.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.63%
GREEN value IS 43 (17.19% from 255) = 10.67%
BLUE value IS 160 (62.89% from 255) = 39.70%
R=49.63%
G=10.67%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004316000.780.20.22315.2964.6147.65
HexC82BA004E141613b4130
Octal310532400116242647310160
Binary11001000101011101000000100111010100101101001110111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82BA0; }

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

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

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

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

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

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

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

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