#C51A84

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

Shades of Medium Violet Red #C51A84

Tints of Medium Violet Red #C51A84

Color information

#C51A84 (or 0xC51A84) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1A and 84. RGB value is (197,26,132). Sum of RGB (Red+Green+Blue) = 197+26+132=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51A84 is #3AE57B. Grayscale: #585858. Windows color (decimal): -3859836 or 8657605. OLE color: 8657605.

HSL color Cylindrical-coordinate representation of color #C51A84: hue angle of 322.81º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51A84 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB19726132-
CMYK00.870.330.23
HSL322.81º76.68%43.73%-
HSV(B)322.81º86.8%77.25%-
XYZ27.5614.2823.13-
YUV89.21152.15204.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.49%
GREEN value IS 26 (10.55% from 255) = 7.32%
BLUE value IS 132 (51.95% from 255) = 37.18%
R=55.49%
G=7.32%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972613200.870.330.23322.8176.6843.73
HexC51A8405721171434d2c
Octal305322040127412750311554
Binary11000101110101000010001010111100001101111010000111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51A84; }

 p { color: rgb(197,26,132); }

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

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

 a { background-color: rgb(197,26,132); }

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

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

 span { border-color: rgb(197,26,132); }

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