#CB55AE

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

Shades of Fuchsia #CB55AE

Tints of Fuchsia #CB55AE

Color information

#CB55AE (or 0xCB55AE) is unknown color: approx Fuchsia. HEX triplet: CB, 55 and AE. RGB value is (203,85,174). Sum of RGB (Red+Green+Blue) = 203+85+174=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB55AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB55AE is #34AA51. Grayscale: #828282. Windows color (decimal): -3451474 or 11425227. OLE color: 11425227.

HSL color Cylindrical-coordinate representation of color #CB55AE: hue angle of 314.75º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB55AE is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB20385174-
CMYK00.580.140.20
HSL314.75º53.15%56.47%-
HSV(B)314.75º58.13%79.61%-
XYZ35.5222.2542.47-
YUV130.43152.59179.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.94%
GREEN value IS 85 (33.59% from 255) = 18.40%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=43.94%
G=18.40%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038517400.580.140.20314.7553.1556.47
HexCB55AE03AE1413b3538
Octal31312525607216244736570
Binary110010111010101101011100111010111010100100111011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB55AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB55AE; }

 p { color: rgb(203,85,174); }

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

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

 a { background-color: rgb(203,85,174); }

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

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

 span { border-color: rgb(203,85,174); }

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