#C41ADF

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

Shades of Deep Magenta #C41ADF

Tints of Deep Magenta #C41ADF

Color information

#C41ADF (or 0xC41ADF) is unknown color: approx Deep Magenta. HEX triplet: C4, 1A and DF. RGB value is (196,26,223). Sum of RGB (Red+Green+Blue) = 196+26+223=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 26 (10.55% from 255 or 5.84% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #C41ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41ADF is #3BE520. Grayscale: #626262. Windows color (decimal): -3925281 or 14621380. OLE color: 14621380.

HSL color Cylindrical-coordinate representation of color #C41ADF: hue angle of 291.78º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41ADF is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19626223-
CMYK0.120.8800.13
HSL291.78º79.12%48.82%-
HSV(B)291.78º88.34%87.45%-
XYZ36.4517.871.33-
YUV99.29197.82196.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.04%
GREEN value IS 26 (10.55% from 255) = 5.84%
BLUE value IS 223 (87.5% from 255) = 50.11%
R=44.04%
G=5.84%
B=50.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal196262230.120.8800.13291.7879.1248.82
HexC41ADFC580D1244f31
Octal304323371413001544411761
Binary11000100110101101111111001011000011011001001001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41ADF; }

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

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

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

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

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

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

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

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