#C455AB

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

Shades of Fuchsia #C455AB

Tints of Fuchsia #C455AB

Color information

#C455AB (or 0xC455AB) is unknown color: approx Fuchsia. HEX triplet: C4, 55 and AB. RGB value is (196,85,171). Sum of RGB (Red+Green+Blue) = 196+85+171=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C455AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C455AB is #3BAA54. Grayscale: #7F7F7F. Windows color (decimal): -3910229 or 11228612. OLE color: 11228612.

HSL color Cylindrical-coordinate representation of color #C455AB: hue angle of 313.51º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C455AB is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB19685171-
CMYK00.570.130.23
HSL313.51º48.47%55.1%-
HSV(B)313.51º56.63%76.86%-
XYZ33.3621.1740.86-
YUV127.99152.27176.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.36%
GREEN value IS 85 (33.59% from 255) = 18.81%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=43.36%
G=18.81%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968517100.570.130.23313.5148.4755.1
HexC455AB039D1713a3037
Octal30412525307115274726067
Binary110001001010101101010110111001110110111100111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C455AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C455AB; }

 p { color: rgb(196,85,171); }

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

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

 a { background-color: rgb(196,85,171); }

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

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

 span { border-color: rgb(196,85,171); }

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