#CC5BB2

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

Shades of Fuchsia #CC5BB2

Tints of Fuchsia #CC5BB2

Color information

#CC5BB2 (or 0xCC5BB2) is unknown color: approx Fuchsia. HEX triplet: CC, 5B and B2. RGB value is (204,91,178). Sum of RGB (Red+Green+Blue) = 204+91+178=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5BB2 is #33A44D. Grayscale: #868686. Windows color (decimal): -3384398 or 11688908. OLE color: 11688908.

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

Color convert

RGB20491178-
CMYK00.550.130.2
HSL313.81º52.56%57.84%-
HSV(B)313.81º55.39%80%-
XYZ36.6823.5344.73-
YUV134.7152.44177.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 91 (35.94% from 255) = 19.24%
BLUE value IS 178 (69.92% from 255) = 37.63%
R=43.13%
G=19.24%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049117800.550.130.2313.8152.5657.84
HexCC5BB2037D1413a353a
Octal31413326206715244726572
Binary110011001011011101100100110111110110100100111010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5BB2; }

 p { color: rgb(204,91,178); }

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

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

 a { background-color: rgb(204,91,178); }

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

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

 span { border-color: rgb(204,91,178); }

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