#C61582

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

Shades of Medium Violet Red #C61582

Tints of Medium Violet Red #C61582

Color information

#C61582 (or 0xC61582) is unknown color: approx Medium Violet Red. HEX triplet: C6, 15 and 82. RGB value is (198,21,130). Sum of RGB (Red+Green+Blue) = 198+21+130=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C61582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61582 is #39EA7D. Grayscale: #565656. Windows color (decimal): -3795582 or 8525254. OLE color: 8525254.

HSL color Cylindrical-coordinate representation of color #C61582: hue angle of 323.05º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61582 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB19821130-
CMYK00.890.340.22
HSL323.05º80.82%42.94%-
HSV(B)323.05º89.39%77.65%-
XYZ27.5914.1522.4-
YUV86.35152.64207.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.73%
GREEN value IS 21 (8.59% from 255) = 6.02%
BLUE value IS 130 (51.17% from 255) = 37.25%
R=56.73%
G=6.02%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982113000.890.340.22323.0580.8242.94
HexC615820592216143512b
Octal306252020131422650312153
Binary11000110101011000001001011001100010101101010000111010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61582; }

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

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

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

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

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

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

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

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