#C51AAA

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

Shades of Medium Violet Red #C51AAA

Tints of Medium Violet Red #C51AAA

Color information

#C51AAA (or 0xC51AAA) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1A and AA. RGB value is (197,26,170). Sum of RGB (Red+Green+Blue) = 197+26+170=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C51AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51AAA is #3AE555. Grayscale: #5D5D5D. Windows color (decimal): -3859798 or 11147973. OLE color: 11147973.

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

Color convert

RGB19726170-
CMYK00.870.140.23
HSL309.47º76.68%43.73%-
HSV(B)309.47º86.8%77.25%-
XYZ30.6515.5139.41-
YUV93.54171.15201.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.13%
GREEN value IS 26 (10.55% from 255) = 6.62%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=50.13%
G=6.62%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972617000.870.140.23309.4776.6843.73
HexC51AAA057E171354d2c
Octal305322520127162746511554
Binary110001011101010101010010101111110101111001101011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51AAA; }

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

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

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

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

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

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

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

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