#C400C9

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

Shades of Deep Magenta #C400C9

Tints of Deep Magenta #C400C9

Color information

#C400C9 (or 0xC400C9) is unknown color: approx Deep Magenta. HEX triplet: C4, 00 and C9. RGB value is (196,0,201). Sum of RGB (Red+Green+Blue) = 196+0+201=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #C400C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400C9 is #3BFF36. Grayscale: #505050. Windows color (decimal): -3931959 or 13172932. OLE color: 13172932.

HSL color Cylindrical-coordinate representation of color #C400C9: hue angle of 298.51º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C400C9 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1960201-
CMYK0.02100.21
HSL298.51º100%39.41%-
HSV(B)298.51º100%78.82%-
XYZ33.3115.9556.58-
YUV81.52195.43209.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 201 (78.91% from 255) = 50.63%
R=49.37%
G=0%
B=50.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19602010.02100.21298.5110039.41
HexC40C926401512b6427
Octal3040311214402545314447
Binary110001000110010011011001000101011001010111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C400C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C400C9; }

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

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

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

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

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

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

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

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