#CB40AE

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

Shades of Fuchsia #CB40AE

Tints of Fuchsia #CB40AE

Color information

#CB40AE (or 0xCB40AE) is unknown color: approx Fuchsia. HEX triplet: CB, 40 and AE. RGB value is (203,64,174). Sum of RGB (Red+Green+Blue) = 203+64+174=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB40AE is #34BF51. Grayscale: #757575. Windows color (decimal): -3456850 or 11419851. OLE color: 11419851.

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

Color convert

RGB20364174-
CMYK00.680.140.20
HSL312.52º57.2%52.35%-
HSV(B)312.52º68.47%79.61%-
XYZ34.119.4242-
YUV118.1159.55188.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.03%
GREEN value IS 64 (25.39% from 255) = 14.51%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=46.03%
G=14.51%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036417400.680.140.20312.5257.252.35
HexCB40AE044E141393934
Octal313100256010416244717164
Binary1100101110000001010111001000100111010100100111001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB40AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB40AE; }

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

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

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

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

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

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

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

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