#C518AD

Color #C518AD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C518AD

Tints of Deep Magenta #C518AD

Color information

#C518AD (or 0xC518AD) is unknown color: approx Deep Magenta. HEX triplet: C5, 18 and AD. RGB value is (197,24,173). Sum of RGB (Red+Green+Blue) = 197+24+173=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C518AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C518AD is #3AE752. Grayscale: #5C5C5C. Windows color (decimal): -3860307 or 11344069. OLE color: 11344069.

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

Color convert

RGB19724173-
CMYK00.880.120.23
HSL308.32º78.28%43.33%-
HSV(B)308.32º87.82%77.25%-
XYZ30.915.5440.91-
YUV92.71173.31202.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 6.09%
BLUE value IS 173 (67.97% from 255) = 43.91%
R=50%
G=6.09%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972417300.880.120.23308.3278.2843.33
HexC518AD058C171344e2b
Octal305302550130142746411653
Binary110001011100010101101010110001100101111001101001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C518AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C518AD; }

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

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

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

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

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

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

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

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