#C408D8

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

Shades of Deep Magenta #C408D8

Tints of Deep Magenta #C408D8

Color information

#C408D8 (or 0xC408D8) is unknown color: approx Deep Magenta. HEX triplet: C4, 08 and D8. RGB value is (196,8,216). Sum of RGB (Red+Green+Blue) = 196+8+216=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 216 (84.77% from 255 or 51.43% from 420); Max value from RGB is 216 - color contains mainly: blue. Hex color #C408D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C408D8 is #3BF727. Grayscale: #575757. Windows color (decimal): -3929896 or 14158020. OLE color: 14158020.

HSL color Cylindrical-coordinate representation of color #C408D8: hue angle of 294.23º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C408D8 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1968216-
CMYK0.090.9600.15
HSL294.23º92.86%43.92%-
HSV(B)294.23º96.3%84.71%-
XYZ35.2516.8766.36-
YUV87.92200.28205.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.67%
GREEN value IS 8 (3.52% from 255) = 1.90%
BLUE value IS 216 (84.77% from 255) = 51.43%
R=46.67%
G=1.90%
B=51.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal19682160.090.9600.15294.2392.8643.92
HexC48D89600F1265d2c
Octal304103301114001744613554
Binary1100010010001101100010011100000011111001001101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C408D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C408D8; }

 p { color: rgb(196,8,216); }

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

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

 a { background-color: rgb(196,8,216); }

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

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

 span { border-color: rgb(196,8,216); }

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