#CC57C6

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

Shades of Fuchsia #CC57C6

Tints of Fuchsia #CC57C6

Color information

#CC57C6 (or 0xCC57C6) is unknown color: approx Fuchsia. HEX triplet: CC, 57 and C6. RGB value is (204,87,198). Sum of RGB (Red+Green+Blue) = 204+87+198=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC57C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC57C6 is #33A839. Grayscale: #868686. Windows color (decimal): -3385402 or 12998604. OLE color: 12998604.

HSL color Cylindrical-coordinate representation of color #CC57C6: hue angle of 303.08º 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 #CC57C6 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB20487198-
CMYK00.570.030.2
HSL303.08º53.42%57.06%-
HSV(B)303.08º57.35%80%-
XYZ38.523.7355.98-
YUV134.64163.76177.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 87 (34.38% from 255) = 17.79%
BLUE value IS 198 (77.73% from 255) = 40.49%
R=41.72%
G=17.79%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048719800.570.030.2303.0853.4257.06
HexCC57C603931412f3539
Octal3141273060713244576571
Binary1100110010101111100011001110011110100100101111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC57C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC57C6; }

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

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

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

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

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

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

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

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