#C51AAB

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

Shades of Medium Violet Red #C51AAB

Tints of Medium Violet Red #C51AAB

Color information

#C51AAB (or 0xC51AAB) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1A and AB. RGB value is (197,26,171). Sum of RGB (Red+Green+Blue) = 197+26+171=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 26 (10.55% from 255 or 6.60% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C51AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51AAB is #3AE554. Grayscale: #5D5D5D. Windows color (decimal): -3859797 or 11213509. OLE color: 11213509.

HSL color Cylindrical-coordinate representation of color #C51AAB: hue angle of 309.12º 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 #C51AAB is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB19726171-
CMYK00.870.130.23
HSL309.12º76.68%43.73%-
HSV(B)309.12º86.8%77.25%-
XYZ30.7515.5539.91-
YUV93.66171.65201.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50%
GREEN value IS 26 (10.55% from 255) = 6.60%
BLUE value IS 171 (67.19% from 255) = 43.40%
R=50%
G=6.60%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972617100.870.130.23309.1276.6843.73
HexC51AAB057D171354d2c
Octal305322530127152746511554
Binary110001011101010101011010101111101101111001101011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51AAB; }

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

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

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

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

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

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

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

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