#CB5DAE

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

Shades of Fuchsia #CB5DAE

Tints of Fuchsia #CB5DAE

Color information

#CB5DAE (or 0xCB5DAE) is unknown color: approx Fuchsia. HEX triplet: CB, 5D and AE. RGB value is (203,93,174). Sum of RGB (Red+Green+Blue) = 203+93+174=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5DAE is #34A251. Grayscale: #868686. Windows color (decimal): -3449426 or 11427275. OLE color: 11427275.

HSL color Cylindrical-coordinate representation of color #CB5DAE: hue angle of 315.82º 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 #CB5DAE is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB20393174-
CMYK00.540.140.20
HSL315.82º51.4%58.04%-
HSV(B)315.82º54.19%79.61%-
XYZ36.1823.5842.69-
YUV135.12149.94176.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 93 (36.72% from 255) = 19.79%
BLUE value IS 174 (68.36% from 255) = 37.02%
R=43.19%
G=19.79%
B=37.02%

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
Decimal2039317400.540.140.20315.8251.458.04
HexCB5DAE036E1413c333a
Octal31313525606616244746372
Binary110010111011101101011100110110111010100100111100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5DAE; }

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

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

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

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

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

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

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

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