#C41ABD

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

Shades of Deep Magenta #C41ABD

Tints of Deep Magenta #C41ABD

Color information

#C41ABD (or 0xC41ABD) is unknown color: approx Deep Magenta. HEX triplet: C4, 1A and BD. RGB value is (196,26,189). Sum of RGB (Red+Green+Blue) = 196+26+189=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C41ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41ABD is #3BE542. Grayscale: #5E5E5E. Windows color (decimal): -3925315 or 12393156. OLE color: 12393156.

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

Color convert

RGB19626189-
CMYK00.870.040.23
HSL302.47º76.58%43.53%-
HSV(B)302.47º86.73%76.86%-
XYZ32.3216.1549.56-
YUV95.41180.82199.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.69%
GREEN value IS 26 (10.55% from 255) = 6.33%
BLUE value IS 189 (74.22% from 255) = 45.99%
R=47.69%
G=6.33%
B=45.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962618900.870.040.23302.4776.5843.53
HexC41ABD05741712e4d2c
Octal30432275012742745611554
Binary11000100110101011110101010111100101111001011101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41ABD; }

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

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

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

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

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

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

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

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