#C82B7E

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

Shades of Medium Red Violet #C82B7E

Tints of Medium Red Violet #C82B7E

Color information

#C82B7E (or 0xC82B7E) is unknown color: approx Medium Red Violet. HEX triplet: C8, 2B and 7E. RGB value is (200,43,126). Sum of RGB (Red+Green+Blue) = 200+43+126=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82B7E is #37D481. Grayscale: #636363. Windows color (decimal): -3658882 or 8268744. OLE color: 8268744.

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

Color convert

RGB20043126-
CMYK00.780.370.22
HSL328.28º64.61%47.65%-
HSV(B)328.28º78.5%78.43%-
XYZ28.4515.5121.23-
YUV99.4143.01199.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.20%
GREEN value IS 43 (17.19% from 255) = 11.65%
BLUE value IS 126 (49.61% from 255) = 34.15%
R=54.20%
G=11.65%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004312600.780.370.22328.2864.6147.65
HexC82B7E04E25161484130
Octal310531760116452651010160
Binary11001000101011111111001001110100101101101010010001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82B7E; }

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

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

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

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

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

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

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

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