#C415DA

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

Shades of Deep Magenta #C415DA

Tints of Deep Magenta #C415DA

Color information

#C415DA (or 0xC415DA) is unknown color: approx Deep Magenta. HEX triplet: C4, 15 and DA. RGB value is (196,21,218). Sum of RGB (Red+Green+Blue) = 196+21+218=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #C415DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C415DA is #3BEA25. Grayscale: #5F5F5F. Windows color (decimal): -3926566 or 14292420. OLE color: 14292420.

HSL color Cylindrical-coordinate representation of color #C415DA: hue angle of 293.3º 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 #C415DA is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19621218-
CMYK0.100.9000.15
HSL293.3º82.43%46.86%-
HSV(B)293.3º90.37%85.49%-
XYZ35.6917.3367.79-
YUV95.78196.98199.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.06%
GREEN value IS 21 (8.59% from 255) = 4.83%
BLUE value IS 218 (85.55% from 255) = 50.11%
R=45.06%
G=4.83%
B=50.11%

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
Decimal196212180.100.9000.15293.382.4346.86
HexC415DAA5A0F125522f
Octal304253321213201744512257
Binary11000100101011101101010101011010011111001001011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C415DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C415DA; }

 p { color: rgb(196,21,218); }

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

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

 a { background-color: rgb(196,21,218); }

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

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

 span { border-color: rgb(196,21,218); }

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