#C40582

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

Shades of Medium Violet Red #C40582

Tints of Medium Violet Red #C40582

Color information

#C40582 (or 0xC40582) is unknown color: approx Medium Violet Red. HEX triplet: C4, 05 and 82. RGB value is (196,5,130). Sum of RGB (Red+Green+Blue) = 196+5+130=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C40582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40582 is #3BFA7D. Grayscale: #4C4C4C. Windows color (decimal): -3930750 or 8521156. OLE color: 8521156.

HSL color Cylindrical-coordinate representation of color #C40582: hue angle of 320.73º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40582 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB1965130-
CMYK00.970.340.23
HSL320.73º95.02%39.41%-
HSV(B)320.73º97.45%76.86%-
XYZ26.8513.4622.3-
YUV76.36158.28213.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.21%
GREEN value IS 5 (2.34% from 255) = 1.51%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=59.21%
G=1.51%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196513000.970.340.23320.7395.0239.41
HexC458206122171415f27
Octal30452020141422750113747
Binary110001001011000001001100001100010101111010000011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40582; }

 p { color: rgb(196,5,130); }

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

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

 a { background-color: rgb(196,5,130); }

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

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

 span { border-color: rgb(196,5,130); }

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