#C41AC7

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

Shades of Deep Magenta #C41AC7

Tints of Deep Magenta #C41AC7

Color information

#C41AC7 (or 0xC41AC7) is unknown color: approx Deep Magenta. HEX triplet: C4, 1A and C7. RGB value is (196,26,199). Sum of RGB (Red+Green+Blue) = 196+26+199=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 26 (10.55% from 255 or 6.18% from 421); Blue value is 199 (78.12% from 255 or 47.27% from 421); Max value from RGB is 199 - color contains mainly: blue. Hex color #C41AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41AC7 is #3BE538. Grayscale: #606060. Windows color (decimal): -3925305 or 13048516. OLE color: 13048516.

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

Color convert

RGB19626199-
CMYK0.020.8700.22
HSL298.96º76.89%44.12%-
HSV(B)298.96º86.93%78.04%-
XYZ33.4416.655.47-
YUV96.55185.82198.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.56%
GREEN value IS 26 (10.55% from 255) = 6.18%
BLUE value IS 199 (78.12% from 255) = 47.27%
R=46.56%
G=6.18%
B=47.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal196261990.020.8700.22298.9676.8944.12
HexC41AC725701612b4d2c
Octal30432307212702645311554
Binary1100010011010110001111010101110101101001010111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41AC7; }

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

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

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

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

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

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

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

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