#C51582

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

Shades of Medium Violet Red #C51582

Tints of Medium Violet Red #C51582

Color information

#C51582 (or 0xC51582) is unknown color: approx Medium Violet Red. HEX triplet: C5, 15 and 82. RGB value is (197,21,130). Sum of RGB (Red+Green+Blue) = 197+21+130=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C51582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51582 is #3AEA7D. Grayscale: #555555. Windows color (decimal): -3861118 or 8525253. OLE color: 8525253.

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

Color convert

RGB19721130-
CMYK00.890.340.23
HSL322.84º80.73%42.75%-
HSV(B)322.84º89.34%77.25%-
XYZ27.3214.0222.38-
YUV86.05152.81207.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.61%
GREEN value IS 21 (8.59% from 255) = 6.03%
BLUE value IS 130 (51.17% from 255) = 37.36%
R=56.61%
G=6.03%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972113000.890.340.23322.8480.7342.75
HexC515820592217143512b
Octal305252020131422750312153
Binary11000101101011000001001011001100010101111010000111010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51582; }

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

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

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

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

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

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

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

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