#C51A7E

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

Shades of Medium Violet Red #C51A7E

Tints of Medium Violet Red #C51A7E

Color information

#C51A7E (or 0xC51A7E) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1A and 7E. RGB value is (197,26,126). Sum of RGB (Red+Green+Blue) = 197+26+126=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51A7E is #3AE581. Grayscale: #585858. Windows color (decimal): -3859842 or 8264389. OLE color: 8264389.

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

Color convert

RGB19726126-
CMYK00.870.360.23
HSL324.91º76.68%43.73%-
HSV(B)324.91º86.8%77.25%-
XYZ27.1614.1221.03-
YUV88.53149.15205.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.45%
GREEN value IS 26 (10.55% from 255) = 7.45%
BLUE value IS 126 (49.61% from 255) = 36.10%
R=56.45%
G=7.45%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972612600.870.360.23324.9176.6843.73
HexC51A7E05724171454d2c
Octal305321760127442750511554
Binary1100010111010111111001010111100100101111010001011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51A7E; }

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

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

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

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

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

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

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

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