#CD53AB

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

Shades of Fuchsia #CD53AB

Tints of Fuchsia #CD53AB

Color information

#CD53AB (or 0xCD53AB) is unknown color: approx Fuchsia. HEX triplet: CD, 53 and AB. RGB value is (205,83,171). Sum of RGB (Red+Green+Blue) = 205+83+171=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD53AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD53AB is #32AC54. Grayscale: #818181. Windows color (decimal): -3320917 or 11228109. OLE color: 11228109.

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

Color convert

RGB20583171-
CMYK00.600.170.20
HSL316.72º54.95%56.47%-
HSV(B)316.72º59.51%80.39%-
XYZ35.6222.1140.92-
YUV129.51151.42181.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 83 (32.81% from 255) = 18.08%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=44.66%
G=18.08%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058317100.600.170.20316.7254.9556.47
HexCD53AB03C111413d3738
Octal31512325307421244756770
Binary1100110110100111010101101111001000110100100111101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD53AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD53AB; }

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

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

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

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

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

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

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

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