#cc5bb7

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

Shades of Fuchsia #CC5BB7

Tints of Fuchsia #CC5BB7

Color information

#CC5BB7 (or 0xCC5BB7) is unknown color: approx Fuchsia. HEX triplet: CC, 5B and B7. RGB value is (204,91,183). Sum of RGB (Red+Green+Blue) = 204+91+183=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BB7 is #33A448. Grayscale: #878787. Windows color (decimal): -3384393 or 12016588. OLE color: 12016588.

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

Color convert

RGB20491183-
CMYK00.550.100.2
HSL311.15º52.56%57.84%-
HSV(B)311.15º55.39%80%-
XYZ37.1923.7447.42-
YUV135.27154.94177.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 91 (35.94% from 255) = 19.04%
BLUE value IS 183 (71.88% from 255) = 38.28%
R=42.68%
G=19.04%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049118300.550.100.2311.1552.5657.84
HexCC5BB7037A14137353a
Octal31413326706712244676572
Binary110011001011011101101110110111101010100100110111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc5bb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc5bb7; }

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

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

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

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

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

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

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

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