#CC56B9

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

Shades of Fuchsia #CC56B9

Tints of Fuchsia #CC56B9

Color information

#CC56B9 (or 0xCC56B9) is unknown color: approx Fuchsia. HEX triplet: CC, 56 and B9. RGB value is (204,86,185). Sum of RGB (Red+Green+Blue) = 204+86+185=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56B9 is #33A946. Grayscale: #848484. Windows color (decimal): -3385671 or 12146380. OLE color: 12146380.

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

Color convert

RGB20486185-
CMYK00.580.090.2
HSL309.66º53.64%56.86%-
HSV(B)309.66º57.84%80%-
XYZ36.992348.39-
YUV132.57157.59178.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 86 (33.98% from 255) = 18.11%
BLUE value IS 185 (72.66% from 255) = 38.95%
R=42.95%
G=18.11%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048618500.580.090.2309.6653.6456.86
HexCC56B903A9141363639
Octal31412627107211244666671
Binary110011001010110101110010111010100110100100110110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC56B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC56B9; }

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

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

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

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

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

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

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

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