#CD52AB

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

Shades of Fuchsia #CD52AB

Tints of Fuchsia #CD52AB

Color information

#CD52AB (or 0xCD52AB) is unknown color: approx Fuchsia. HEX triplet: CD, 52 and AB. RGB value is (205,82,171). Sum of RGB (Red+Green+Blue) = 205+82+171=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD52AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD52AB is #32AD54. Grayscale: #808080. Windows color (decimal): -3321173 or 11227853. OLE color: 11227853.

HSL color Cylindrical-coordinate representation of color #CD52AB: hue angle of 316.59º 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 #CD52AB is Cyan = 0, Magento = 0.6, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB20582171-
CMYK00.60.170.20
HSL316.59º55.16%56.27%-
HSV(B)316.59º60%80.39%-
XYZ35.5421.9540.89-
YUV128.92151.75182.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.76%
GREEN value IS 82 (32.42% from 255) = 17.90%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=44.76%
G=17.90%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058217100.60.170.20316.5955.1656.27
HexCD52AB03C111413d3738
Octal31512225307421244756770
Binary1100110110100101010101101111001000110100100111101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD52AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD52AB; }

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

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

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

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

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

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

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

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