#C51AA4

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

Shades of Medium Violet Red #C51AA4

Tints of Medium Violet Red #C51AA4

Color information

#C51AA4 (or 0xC51AA4) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1A and A4. RGB value is (197,26,164). Sum of RGB (Red+Green+Blue) = 197+26+164=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C51AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51AA4 is #3AE55B. Grayscale: #5C5C5C. Windows color (decimal): -3859804 or 10754757. OLE color: 10754757.

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

Color convert

RGB19726164-
CMYK00.870.170.23
HSL311.58º76.68%43.73%-
HSV(B)311.58º86.8%77.25%-
XYZ30.115.2936.49-
YUV92.86168.15202.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.90%
GREEN value IS 26 (10.55% from 255) = 6.72%
BLUE value IS 164 (64.45% from 255) = 42.38%
R=50.90%
G=6.72%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972616400.870.170.23311.5876.6843.73
HexC51AA405711171384d2c
Octal305322440127212747011554
Binary1100010111010101001000101011110001101111001110001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51AA4; }

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

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

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

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

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

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

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

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