#C82AA5

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

Shades of Medium Red Violet #C82AA5

Tints of Medium Red Violet #C82AA5

Color information

#C82AA5 (or 0xC82AA5) is unknown color: approx Medium Red Violet. HEX triplet: C8, 2A and A5. RGB value is (200,42,165). Sum of RGB (Red+Green+Blue) = 200+42+165=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C82AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82AA5 is #37D55A. Grayscale: #666666. Windows color (decimal): -3659099 or 10824392. OLE color: 10824392.

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

Color convert

RGB20042165-
CMYK00.790.180.22
HSL313.29º65.29%47.45%-
HSV(B)313.29º79%78.43%-
XYZ31.4416.6537.15-
YUV103.26162.85197-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.14%
GREEN value IS 42 (16.80% from 255) = 10.32%
BLUE value IS 165 (64.84% from 255) = 40.54%
R=49.14%
G=10.32%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004216500.790.180.22313.2965.2947.45
HexC82AA504F1216139412f
Octal310522450117222647110157
Binary11001000101010101001010100111110010101101001110011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82AA5; }

 p { color: rgb(200,42,165); }

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

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

 a { background-color: rgb(200,42,165); }

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

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

 span { border-color: rgb(200,42,165); }

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