#CD55AB

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

Shades of Fuchsia #CD55AB

Tints of Fuchsia #CD55AB

Color information

#CD55AB (or 0xCD55AB) is unknown color: approx Fuchsia. HEX triplet: CD, 55 and AB. RGB value is (205,85,171). Sum of RGB (Red+Green+Blue) = 205+85+171=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD55AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD55AB is #32AA54. Grayscale: #828282. Windows color (decimal): -3320405 or 11228621. OLE color: 11228621.

HSL color Cylindrical-coordinate representation of color #CD55AB: hue angle of 317º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD55AB is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB20585171-
CMYK00.590.170.20
HSL317º54.55%56.86%-
HSV(B)317º58.54%80.39%-
XYZ35.7822.4240.97-
YUV130.68150.76181.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 85 (33.59% from 255) = 18.44%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=44.47%
G=18.44%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058517100.590.170.2031754.5556.86
HexCD55AB03B111413d3739
Octal31512525307321244756771
Binary1100110110101011010101101110111000110100100111101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD55AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD55AB; }

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

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

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

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

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

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

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

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