#C82FA0

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

Shades of Medium Red Violet #C82FA0

Tints of Medium Red Violet #C82FA0

Color information

#C82FA0 (or 0xC82FA0) is unknown color: approx Medium Red Violet. HEX triplet: C8, 2F and A0. RGB value is (200,47,160). Sum of RGB (Red+Green+Blue) = 200+47+160=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C82FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82FA0 is #37D05F. Grayscale: #696969. Windows color (decimal): -3657824 or 10497992. OLE color: 10497992.

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

Color convert

RGB20047160-
CMYK00.760.20.22
HSL315.69º61.94%48.43%-
HSV(B)315.69º76.5%78.43%-
XYZ31.1816.8534.87-
YUV105.63158.69195.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.14%
GREEN value IS 47 (18.75% from 255) = 11.55%
BLUE value IS 160 (62.89% from 255) = 39.31%
R=49.14%
G=11.55%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004716000.760.20.22315.6961.9448.43
HexC82FA004C141613c3e30
Octal31057240011424264747660
Binary1100100010111110100000010011001010010110100111100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82FA0; }

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

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

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

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

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

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

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

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