#CD59D2

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

Shades of Fuchsia #CD59D2

Tints of Fuchsia #CD59D2

Color information

#CD59D2 (or 0xCD59D2) is unknown color: approx Fuchsia. HEX triplet: CD, 59 and D2. RGB value is (205,89,210). Sum of RGB (Red+Green+Blue) = 205+89+210=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 210 - color contains mainly: blue. Hex color #CD59D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD59D2 is #32A62D. Grayscale: #898989. Windows color (decimal): -3319342 or 13785549. OLE color: 13785549.

HSL color Cylindrical-coordinate representation of color #CD59D2: hue angle of 297.52º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD59D2 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20589210-
CMYK0.020.5800.18
HSL297.52º57.35%58.63%-
HSV(B)297.52º57.62%82.35%-
XYZ40.3824.7863.63-
YUV137.48168.93176.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 89 (35.16% from 255) = 17.66%
BLUE value IS 210 (82.42% from 255) = 41.67%
R=40.67%
G=17.66%
B=41.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205892100.020.5800.18297.5257.3558.63
HexCD59D223A01212a393b
Octal3151313222720224527173
Binary1100110110110011101001010111010010010100101010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD59D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD59D2; }

 p { color: rgb(205,89,210); }

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

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

 a { background-color: rgb(205,89,210); }

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

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

 span { border-color: rgb(205,89,210); }

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