#C518AE

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

Shades of Deep Magenta #C518AE

Tints of Deep Magenta #C518AE

Color information

#C518AE (or 0xC518AE) is unknown color: approx Deep Magenta. HEX triplet: C5, 18 and AE. RGB value is (197,24,174). Sum of RGB (Red+Green+Blue) = 197+24+174=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C518AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C518AE is #3AE751. Grayscale: #5C5C5C. Windows color (decimal): -3860306 or 11409605. OLE color: 11409605.

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

Color convert

RGB19724174-
CMYK00.880.120.23
HSL307.98º78.28%43.33%-
HSV(B)307.98º87.82%77.25%-
XYZ30.9915.5841.42-
YUV92.83173.81202.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.87%
GREEN value IS 24 (9.77% from 255) = 6.08%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=49.87%
G=6.08%
B=44.05%

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
Decimal1972417400.880.120.23307.9878.2843.33
HexC518AE058C171344e2b
Octal305302560130142746411653
Binary110001011100010101110010110001100101111001101001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C518AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C518AE; }

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

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

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

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

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

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

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

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