#CC57B5

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

Shades of Fuchsia #CC57B5

Tints of Fuchsia #CC57B5

Color information

#CC57B5 (or 0xCC57B5) is unknown color: approx Fuchsia. HEX triplet: CC, 57 and B5. RGB value is (204,87,181). Sum of RGB (Red+Green+Blue) = 204+87+181=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC57B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC57B5 is #33A84A. Grayscale: #848484. Windows color (decimal): -3385419 or 11884492. OLE color: 11884492.

HSL color Cylindrical-coordinate representation of color #CC57B5: hue angle of 311.79º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC57B5 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB20487181-
CMYK00.570.110.2
HSL311.79º53.42%57.06%-
HSV(B)311.79º57.35%80%-
XYZ36.6522.9946.22-
YUV132.7155.26178.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 87 (34.38% from 255) = 18.43%
BLUE value IS 181 (71.09% from 255) = 38.35%
R=43.22%
G=18.43%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048718100.570.110.2311.7953.4257.06
HexCC57B5039B141383539
Octal31412726507113244706571
Binary110011001010111101101010111001101110100100111000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC57B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC57B5; }

 p { color: rgb(204,87,181); }

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

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

 a { background-color: rgb(204,87,181); }

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

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

 span { border-color: rgb(204,87,181); }

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