#CC56BB

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

Shades of Fuchsia #CC56BB

Tints of Fuchsia #CC56BB

Color information

#CC56BB (or 0xCC56BB) is unknown color: approx Fuchsia. HEX triplet: CC, 56 and BB. RGB value is (204,86,187). Sum of RGB (Red+Green+Blue) = 204+86+187=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56BB is #33A944. Grayscale: #848484. Windows color (decimal): -3385669 or 12277452. OLE color: 12277452.

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

Color convert

RGB20486187-
CMYK00.580.080.2
HSL308.64º53.64%56.86%-
HSV(B)308.64º57.84%80%-
XYZ37.223.0849.51-
YUV132.8158.59178.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 86 (33.98% from 255) = 18.03%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=42.77%
G=18.03%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048618700.580.080.2308.6453.6456.86
HexCC56BB03A8141353639
Octal31412627307210244656671
Binary110011001010110101110110111010100010100100110101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC56BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC56BB; }

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

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

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

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

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

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

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

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