#C62982

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

Shades of Medium Red Violet #C62982

Tints of Medium Red Violet #C62982

Color information

#C62982 (or 0xC62982) is unknown color: approx Medium Red Violet. HEX triplet: C6, 29 and 82. RGB value is (198,41,130). Sum of RGB (Red+Green+Blue) = 198+41+130=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C62982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62982 is #39D67D. Grayscale: #616161. Windows color (decimal): -3790462 or 8530374. OLE color: 8530374.

HSL color Cylindrical-coordinate representation of color #C62982: hue angle of 325.99º degrees, saturation: 0.66, 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 #C62982 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB19841130-
CMYK00.790.340.22
HSL325.99º65.69%46.86%-
HSV(B)325.99º79.29%77.65%-
XYZ28.1115.222.57-
YUV98.09146.01199.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.66%
GREEN value IS 41 (16.41% from 255) = 11.11%
BLUE value IS 130 (51.17% from 255) = 35.23%
R=53.66%
G=11.11%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984113000.790.340.22325.9965.6946.86
HexC6298204F2216146422f
Octal306512020117422650610257
Binary110001101010011000001001001111100010101101010001101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62982; }

 p { color: rgb(198,41,130); }

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

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

 a { background-color: rgb(198,41,130); }

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

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

 span { border-color: rgb(198,41,130); }

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