#C518AB

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

Shades of Medium Violet Red #C518AB

Tints of Medium Violet Red #C518AB

Color information

#C518AB (or 0xC518AB) is unknown color: approx Medium Violet Red. HEX triplet: C5, 18 and AB. RGB value is (197,24,171). Sum of RGB (Red+Green+Blue) = 197+24+171=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C518AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C518AB is #3AE754. Grayscale: #5C5C5C. Windows color (decimal): -3860309 or 11212997. OLE color: 11212997.

HSL color Cylindrical-coordinate representation of color #C518AB: hue angle of 309.02º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C518AB is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB19724171-
CMYK00.880.130.23
HSL309.02º78.28%43.33%-
HSV(B)309.02º87.82%77.25%-
XYZ30.715.4639.89-
YUV92.48172.31202.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.26%
GREEN value IS 24 (9.77% from 255) = 6.12%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=50.26%
G=6.12%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972417100.880.130.23309.0278.2843.33
HexC518AB058D171354e2b
Octal305302530130152746511653
Binary110001011100010101011010110001101101111001101011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C518AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C518AB; }

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

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

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

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

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

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

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

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