#C41ABC

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

Shades of Deep Magenta #C41ABC

Tints of Deep Magenta #C41ABC

Color information

#C41ABC (or 0xC41ABC) is unknown color: approx Deep Magenta. HEX triplet: C4, 1A and BC. RGB value is (196,26,188). Sum of RGB (Red+Green+Blue) = 196+26+188=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C41ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41ABC is #3BE543. Grayscale: #5E5E5E. Windows color (decimal): -3925316 or 12327620. OLE color: 12327620.

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

Color convert

RGB19626188-
CMYK00.870.040.23
HSL302.82º76.58%43.53%-
HSV(B)302.82º86.73%76.86%-
XYZ32.2116.1148.99-
YUV95.3180.32199.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.80%
GREEN value IS 26 (10.55% from 255) = 6.34%
BLUE value IS 188 (73.83% from 255) = 45.85%
R=47.80%
G=6.34%
B=45.85%

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
Decimal1962618800.870.040.23302.8276.5843.53
HexC41ABC05741712f4d2c
Octal30432274012742745711554
Binary11000100110101011110001010111100101111001011111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41ABC; }

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

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

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

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

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

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

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

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