#CC59D0

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

Shades of Fuchsia #CC59D0

Tints of Fuchsia #CC59D0

Color information

#CC59D0 (or 0xCC59D0) is unknown color: approx Fuchsia. HEX triplet: CC, 59 and D0. RGB value is (204,89,208). Sum of RGB (Red+Green+Blue) = 204+89+208=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC59D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC59D0 is #33A62F. Grayscale: #888888. Windows color (decimal): -3384880 or 13654476. OLE color: 13654476.

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

Color convert

RGB20489208-
CMYK0.020.5700.18
HSL297.98º55.87%58.24%-
HSV(B)297.98º57.21%81.57%-
XYZ39.8624.5462.31-
YUV136.95168.1175.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 89 (35.16% from 255) = 17.76%
BLUE value IS 208 (81.64% from 255) = 41.52%
R=40.72%
G=17.76%
B=41.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204892080.020.5700.18297.9855.8758.24
HexCC59D023901212a383a
Octal3141313202710224527072
Binary1100110010110011101000010111001010010100101010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC59D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC59D0; }

 p { color: rgb(204,89,208); }

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

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

 a { background-color: rgb(204,89,208); }

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

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

 span { border-color: rgb(204,89,208); }

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