#C41ACF

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

Shades of Deep Magenta #C41ACF

Tints of Deep Magenta #C41ACF

Color information

#C41ACF (or 0xC41ACF) is unknown color: approx Deep Magenta. HEX triplet: C4, 1A and CF. RGB value is (196,26,207). Sum of RGB (Red+Green+Blue) = 196+26+207=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #C41ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41ACF is #3BE530. Grayscale: #606060. Windows color (decimal): -3925297 or 13572804. OLE color: 13572804.

HSL color Cylindrical-coordinate representation of color #C41ACF: hue angle of 296.35º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41ACF is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19626207-
CMYK0.050.8700.19
HSL296.35º77.68%45.69%-
HSV(B)296.35º87.44%81.18%-
XYZ34.416.9860.5-
YUV97.46189.82198.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.69%
GREEN value IS 26 (10.55% from 255) = 6.06%
BLUE value IS 207 (81.25% from 255) = 48.25%
R=45.69%
G=6.06%
B=48.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal196262070.050.8700.19296.3577.6845.69
HexC41ACF5570131284e2e
Octal30432317512702345011656
Binary11000100110101100111110110101110100111001010001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41ACF; }

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

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

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

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

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

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

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

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