#CC5BB9

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

Shades of Fuchsia #CC5BB9

Tints of Fuchsia #CC5BB9

Color information

#CC5BB9 (or 0xCC5BB9) is unknown color: approx Fuchsia. HEX triplet: CC, 5B and B9. RGB value is (204,91,185). Sum of RGB (Red+Green+Blue) = 204+91+185=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 91 (35.94% from 255 or 18.96% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BB9 is #33A446. Grayscale: #878787. Windows color (decimal): -3384391 or 12147660. OLE color: 12147660.

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

Color convert

RGB20491185-
CMYK00.550.090.2
HSL310.09º52.56%57.84%-
HSV(B)310.09º55.39%80%-
XYZ37.423.8248.53-
YUV135.5155.94176.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.5%
GREEN value IS 91 (35.94% from 255) = 18.96%
BLUE value IS 185 (72.66% from 255) = 38.54%
R=42.5%
G=18.96%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049118500.550.090.2310.0952.5657.84
HexCC5BB9037914136353a
Octal31413327106711244666572
Binary110011001011011101110010110111100110100100110110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5BB9; }

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

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

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

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

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

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

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

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