#CC56BA

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

Shades of Fuchsia #CC56BA

Tints of Fuchsia #CC56BA

Color information

#CC56BA (or 0xCC56BA) is unknown color: approx Fuchsia. HEX triplet: CC, 56 and BA. RGB value is (204,86,186). Sum of RGB (Red+Green+Blue) = 204+86+186=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56BA is #33A945. Grayscale: #848484. Windows color (decimal): -3385670 or 12211916. OLE color: 12211916.

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

Color convert

RGB20486186-
CMYK00.580.090.2
HSL309.15º53.64%56.86%-
HSV(B)309.15º57.84%80%-
XYZ37.0923.0448.95-
YUV132.68158.09178.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 86 (33.98% from 255) = 18.07%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=42.86%
G=18.07%
B=39.08%

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
Decimal2048618600.580.090.2309.1553.6456.86
HexCC56BA03A9141353639
Octal31412627207211244656671
Binary110011001010110101110100111010100110100100110101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC56BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC56BA; }

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

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

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

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

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

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

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

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