#CB5EAE

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

Shades of Fuchsia #CB5EAE

Tints of Fuchsia #CB5EAE

Color information

#CB5EAE (or 0xCB5EAE) is unknown color: approx Fuchsia. HEX triplet: CB, 5E and AE. RGB value is (203,94,174). Sum of RGB (Red+Green+Blue) = 203+94+174=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5EAE is #34A151. Grayscale: #878787. Windows color (decimal): -3449170 or 11427531. OLE color: 11427531.

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

Color convert

RGB20394174-
CMYK00.540.140.20
HSL315.96º51.17%58.24%-
HSV(B)315.96º53.69%79.61%-
XYZ36.2723.7642.72-
YUV135.71149.61176-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.10%
GREEN value IS 94 (37.11% from 255) = 19.96%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=43.10%
G=19.96%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039417400.540.140.20315.9651.1758.24
HexCB5EAE036E1413c333a
Octal31313625606616244746372
Binary110010111011110101011100110110111010100100111100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5EAE; }

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

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

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

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

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

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

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

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