#C516DA

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

Shades of Deep Magenta #C516DA

Tints of Deep Magenta #C516DA

Color information

#C516DA (or 0xC516DA) is unknown color: approx Deep Magenta. HEX triplet: C5, 16 and DA. RGB value is (197,22,218). Sum of RGB (Red+Green+Blue) = 197+22+218=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #C516DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C516DA is #3AE925. Grayscale: #606060. Windows color (decimal): -3860774 or 14292677. OLE color: 14292677.

HSL color Cylindrical-coordinate representation of color #C516DA: hue angle of 293.57º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C516DA is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19722218-
CMYK0.100.9000.15
HSL293.57º81.67%47.06%-
HSV(B)293.57º89.91%85.49%-
XYZ35.9717.5167.81-
YUV96.67196.48199.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.08%
GREEN value IS 22 (8.98% from 255) = 5.03%
BLUE value IS 218 (85.55% from 255) = 49.89%
R=45.08%
G=5.03%
B=49.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal197222180.100.9000.15293.5781.6747.06
HexC516DAA5A0F126522f
Octal305263321213201744612257
Binary11000101101101101101010101011010011111001001101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C516DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C516DA; }

 p { color: rgb(197,22,218); }

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

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

 a { background-color: rgb(197,22,218); }

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

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

 span { border-color: rgb(197,22,218); }

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