#C441AD

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

Shades of Fuchsia #C441AD

Tints of Fuchsia #C441AD

Color information

#C441AD (or 0xC441AD) is unknown color: approx Fuchsia. HEX triplet: C4, 41 and AD. RGB value is (196,65,173). Sum of RGB (Red+Green+Blue) = 196+65+173=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C441AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C441AD is #3BBE52. Grayscale: #747474. Windows color (decimal): -3915347 or 11354564. OLE color: 11354564.

HSL color Cylindrical-coordinate representation of color #C441AD: hue angle of 310.53º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C441AD is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB19665173-
CMYK00.670.120.23
HSL310.53º52.61%51.18%-
HSV(B)310.53º66.84%76.86%-
XYZ32.218.5341.42-
YUV116.48159.9184.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.16%
GREEN value IS 65 (25.78% from 255) = 14.98%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=45.16%
G=14.98%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966517300.670.120.23310.5352.6151.18
HexC441AD043C171373533
Octal304101255010314274676563
Binary1100010010000011010110101000011110010111100110111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C441AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C441AD; }

 p { color: rgb(196,65,173); }

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

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

 a { background-color: rgb(196,65,173); }

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

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

 span { border-color: rgb(196,65,173); }

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