#C400DD

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

Shades of Deep Magenta #C400DD

Tints of Deep Magenta #C400DD

Color information

#C400DD (or 0xC400DD) is unknown color: approx Deep Magenta. HEX triplet: C4, 00 and DD. RGB value is (196,0,221). Sum of RGB (Red+Green+Blue) = 196+0+221=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #C400DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400DD is #3BFF22. Grayscale: #535353. Windows color (decimal): -3931939 or 14483652. OLE color: 14483652.

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

Color convert

RGB1960221-
CMYK0.11100.13
HSL293.21º100%43.33%-
HSV(B)293.21º100%86.67%-
XYZ35.8216.9669.79-
YUV83.8205.43208.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.00%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 221 (86.72% from 255) = 53.00%
R=47.00%
G=0%
B=53.00%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19602210.11100.13293.2110043.33
HexC40DDB640D125642b
Octal30403351314401544514453
Binary1100010001101110110111100100011011001001011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C400DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C400DD; }

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

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

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

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

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

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

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

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