#C411DD

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

Shades of Deep Magenta #C411DD

Tints of Deep Magenta #C411DD

Color information

#C411DD (or 0xC411DD) is unknown color: approx Deep Magenta. HEX triplet: C4, 11 and DD. RGB value is (196,17,221). Sum of RGB (Red+Green+Blue) = 196+17+221=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #C411DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C411DD is #3BEE22. Grayscale: #5D5D5D. Windows color (decimal): -3927587 or 14488004. OLE color: 14488004.

HSL color Cylindrical-coordinate representation of color #C411DD: hue angle of 292.65º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C411DD is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19617221-
CMYK0.110.9200.13
HSL292.65º85.71%46.67%-
HSV(B)292.65º92.31%86.67%-
XYZ36.0217.3669.86-
YUV93.78199.8200.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.16%
GREEN value IS 17 (7.03% from 255) = 3.92%
BLUE value IS 221 (86.72% from 255) = 50.92%
R=45.16%
G=3.92%
B=50.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal196172210.110.9200.13292.6585.7146.67
HexC411DDB5C0D125562f
Octal304213351313401544512657
Binary11000100100011101110110111011100011011001001011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C411DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C411DD; }

 p { color: rgb(196,17,221); }

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

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

 a { background-color: rgb(196,17,221); }

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

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

 span { border-color: rgb(196,17,221); }

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