#C41AB7

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

Shades of Deep Magenta #C41AB7

Tints of Deep Magenta #C41AB7

Color information

#C41AB7 (or 0xC41AB7) is unknown color: approx Deep Magenta. HEX triplet: C4, 1A and B7. RGB value is (196,26,183). Sum of RGB (Red+Green+Blue) = 196+26+183=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C41AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41AB7 is #3BE548. Grayscale: #5E5E5E. Windows color (decimal): -3925321 or 11999940. OLE color: 11999940.

HSL color Cylindrical-coordinate representation of color #C41AB7: hue angle of 304.59º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41AB7 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB19626183-
CMYK00.870.070.23
HSL304.59º76.58%43.53%-
HSV(B)304.59º86.73%76.86%-
XYZ31.6815.8946.2-
YUV94.73177.82200.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.40%
GREEN value IS 26 (10.55% from 255) = 6.42%
BLUE value IS 183 (71.88% from 255) = 45.19%
R=48.40%
G=6.42%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962618300.870.070.23304.5976.5843.53
HexC41AB70577171314d2c
Octal30432267012772746111554
Binary11000100110101011011101010111111101111001100011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41AB7; }

 p { color: rgb(196,26,183); }

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

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

 a { background-color: rgb(196,26,183); }

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

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

 span { border-color: rgb(196,26,183); }

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