#C51A8B

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

Shades of Medium Violet Red #C51A8B

Tints of Medium Violet Red #C51A8B

Color information

#C51A8B (or 0xC51A8B) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1A and 8B. RGB value is (197,26,139). Sum of RGB (Red+Green+Blue) = 197+26+139=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51A8B is #3AE574. Grayscale: #595959. Windows color (decimal): -3859829 or 9116357. OLE color: 9116357.

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

Color convert

RGB19726139-
CMYK00.870.290.23
HSL320.35º76.68%43.73%-
HSV(B)320.35º86.8%77.25%-
XYZ28.0614.4725.74-
YUV90.01155.65204.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.42%
GREEN value IS 26 (10.55% from 255) = 7.18%
BLUE value IS 139 (54.69% from 255) = 38.40%
R=54.42%
G=7.18%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972613900.870.290.23320.3576.6843.73
HexC51A8B0571D171404d2c
Octal305322130127352750011554
Binary1100010111010100010110101011111101101111010000001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51A8B; }

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

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

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

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

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

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

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

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