#CC5BAE

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

Shades of Fuchsia #CC5BAE

Tints of Fuchsia #CC5BAE

Color information

#CC5BAE (or 0xCC5BAE) is unknown color: approx Fuchsia. HEX triplet: CC, 5B and AE. RGB value is (204,91,174). Sum of RGB (Red+Green+Blue) = 204+91+174=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5BAE is #33A451. Grayscale: #868686. Windows color (decimal): -3384402 or 11426764. OLE color: 11426764.

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

Color convert

RGB20491174-
CMYK00.550.150.2
HSL315.93º52.56%57.84%-
HSV(B)315.93º55.39%80%-
XYZ36.2823.3842.64-
YUV134.25150.44177.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 91 (35.94% from 255) = 19.40%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=43.50%
G=19.40%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049117400.550.150.2315.9352.5657.84
HexCC5BAE037F1413c353a
Octal31413325606717244746572
Binary110011001011011101011100110111111110100100111100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5BAE; }

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

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

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

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

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

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

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

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