#CC5BB1

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

Shades of Fuchsia #CC5BB1

Tints of Fuchsia #CC5BB1

Color information

#CC5BB1 (or 0xCC5BB1) is unknown color: approx Fuchsia. HEX triplet: CC, 5B and B1. RGB value is (204,91,177). Sum of RGB (Red+Green+Blue) = 204+91+177=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5BB1 is #33A44E. Grayscale: #868686. Windows color (decimal): -3384399 or 11623372. OLE color: 11623372.

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

Color convert

RGB20491177-
CMYK00.550.130.2
HSL314.34º52.56%57.84%-
HSV(B)314.34º55.39%80%-
XYZ36.5823.4944.2-
YUV134.59151.94177.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 91 (35.94% from 255) = 19.28%
BLUE value IS 177 (69.53% from 255) = 37.5%
R=43.22%
G=19.28%
B=37.5%

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
Decimal2049117700.550.130.2314.3452.5657.84
HexCC5BB1037D1413a353a
Octal31413326106715244726572
Binary110011001011011101100010110111110110100100111010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5BB1; }

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

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

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

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

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

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

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

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