#CB5AAE

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

Shades of Fuchsia #CB5AAE

Tints of Fuchsia #CB5AAE

Color information

#CB5AAE (or 0xCB5AAE) is unknown color: approx Fuchsia. HEX triplet: CB, 5A and AE. RGB value is (203,90,174). Sum of RGB (Red+Green+Blue) = 203+90+174=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5AAE is #34A551. Grayscale: #858585. Windows color (decimal): -3450194 or 11426507. OLE color: 11426507.

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

Color convert

RGB20390174-
CMYK00.560.140.20
HSL315.4º52.07%57.45%-
HSV(B)315.4º55.67%79.61%-
XYZ35.9223.0642.6-
YUV133.36150.94177.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.47%
GREEN value IS 90 (35.55% from 255) = 19.27%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=43.47%
G=19.27%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039017400.560.140.20315.452.0757.45
HexCB5AAE038E1413b3439
Octal31313225607016244736471
Binary110010111011010101011100111000111010100100111011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5AAE; }

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

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

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

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

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

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

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

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