#CC56B6

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

Shades of Fuchsia #CC56B6

Tints of Fuchsia #CC56B6

Color information

#CC56B6 (or 0xCC56B6) is unknown color: approx Fuchsia. HEX triplet: CC, 56 and B6. RGB value is (204,86,182). Sum of RGB (Red+Green+Blue) = 204+86+182=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56B6 is #33A949. Grayscale: #838383. Windows color (decimal): -3385674 or 11949772. OLE color: 11949772.

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

Color convert

RGB20486182-
CMYK00.580.110.2
HSL311.19º53.64%56.86%-
HSV(B)311.19º57.84%80%-
XYZ36.6722.8746.74-
YUV132.23156.09179.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 86 (33.98% from 255) = 18.22%
BLUE value IS 182 (71.48% from 255) = 38.56%
R=43.22%
G=18.22%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048618200.580.110.2311.1953.6456.86
HexCC56B603AB141373639
Octal31412626607213244676671
Binary110011001010110101101100111010101110100100110111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC56B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC56B6; }

 p { color: rgb(204,86,182); }

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

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

 a { background-color: rgb(204,86,182); }

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

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

 span { border-color: rgb(204,86,182); }

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