#C405D4

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

Shades of Deep Magenta #C405D4

Tints of Deep Magenta #C405D4

Color information

#C405D4 (or 0xC405D4) is unknown color: approx Deep Magenta. HEX triplet: C4, 05 and D4. RGB value is (196,5,212). Sum of RGB (Red+Green+Blue) = 196+5+212=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 212 (83.20% from 255 or 51.33% from 413); Max value from RGB is 212 - color contains mainly: blue. Hex color #C405D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C405D4 is #3BFA2B. Grayscale: #555555. Windows color (decimal): -3930668 or 13895108. OLE color: 13895108.

HSL color Cylindrical-coordinate representation of color #C405D4: hue angle of 295.36º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C405D4 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1965212-
CMYK0.080.9800.17
HSL295.36º95.39%42.55%-
HSV(B)295.36º97.64%83.14%-
XYZ34.716.663.66-
YUV85.71199.28206.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.46%
GREEN value IS 5 (2.34% from 255) = 1.21%
BLUE value IS 212 (83.20% from 255) = 51.33%
R=47.46%
G=1.21%
B=51.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal19652120.080.9800.17295.3695.3942.55
HexC45D48620111275f2b
Octal30453241014202144713753
Binary1100010010111010100100011000100100011001001111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C405D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C405D4; }

 p { color: rgb(196,5,212); }

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

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

 a { background-color: rgb(196,5,212); }

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

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

 span { border-color: rgb(196,5,212); }

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