#CC5BBA

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

Shades of Fuchsia #CC5BBA

Tints of Fuchsia #CC5BBA

Color information

#CC5BBA (or 0xCC5BBA) is unknown color: approx Fuchsia. HEX triplet: CC, 5B and BA. RGB value is (204,91,186). Sum of RGB (Red+Green+Blue) = 204+91+186=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BBA is #33A445. Grayscale: #878787. Windows color (decimal): -3384390 or 12213196. OLE color: 12213196.

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

Color convert

RGB20491186-
CMYK00.550.090.2
HSL309.56º52.56%57.84%-
HSV(B)309.56º55.39%80%-
XYZ37.5123.8649.08-
YUV135.62156.44176.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 91 (35.94% from 255) = 18.92%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=42.41%
G=18.92%
B=38.67%

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
Decimal2049118600.550.090.2309.5652.5657.84
HexCC5BBA037914136353a
Octal31413327206711244666572
Binary110011001011011101110100110111100110100100110110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5BBA; }

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

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

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

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

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

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

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

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