#C82CA5

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

Shades of Medium Red Violet #C82CA5

Tints of Medium Red Violet #C82CA5

Color information

#C82CA5 (or 0xC82CA5) is unknown color: approx Medium Red Violet. HEX triplet: C8, 2C and A5. RGB value is (200,44,165). Sum of RGB (Red+Green+Blue) = 200+44+165=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C82CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82CA5 is #37D35A. Grayscale: #686868. Windows color (decimal): -3658587 or 10824904. OLE color: 10824904.

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

Color convert

RGB20044165-
CMYK00.780.180.22
HSL313.46º63.93%47.84%-
HSV(B)313.46º78%78.43%-
XYZ31.5116.837.18-
YUV104.44162.18196.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.90%
GREEN value IS 44 (17.58% from 255) = 10.76%
BLUE value IS 165 (64.84% from 255) = 40.34%
R=48.90%
G=10.76%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004416500.780.180.22313.4663.9347.84
HexC82CA504E12161394030
Octal310542450116222647110060
Binary11001000101100101001010100111010010101101001110011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82CA5; }

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

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

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

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

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

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

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

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