#C41ABF

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

Shades of Deep Magenta #C41ABF

Tints of Deep Magenta #C41ABF

Color information

#C41ABF (or 0xC41ABF) is unknown color: approx Deep Magenta. HEX triplet: C4, 1A and BF. RGB value is (196,26,191). Sum of RGB (Red+Green+Blue) = 196+26+191=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 26 (10.55% from 255 or 6.30% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C41ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41ABF is #3BE540. Grayscale: #5F5F5F. Windows color (decimal): -3925313 or 12524228. OLE color: 12524228.

HSL color Cylindrical-coordinate representation of color #C41ABF: hue angle of 301.76º 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 #C41ABF is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB19626191-
CMYK00.870.030.23
HSL301.76º76.58%43.53%-
HSV(B)301.76º86.73%76.86%-
XYZ32.5416.2450.71-
YUV95.64181.82199.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.46%
GREEN value IS 26 (10.55% from 255) = 6.30%
BLUE value IS 191 (75% from 255) = 46.25%
R=47.46%
G=6.30%
B=46.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962619100.870.030.23301.7676.5843.53
HexC41ABF05731712e4d2c
Octal30432277012732745611554
Binary1100010011010101111110101011111101111001011101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41ABF; }

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

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

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

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

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

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

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

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