#CB5EC9

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

Shades of Fuchsia #CB5EC9

Tints of Fuchsia #CB5EC9

Color information

#CB5EC9 (or 0xCB5EC9) is unknown color: approx Fuchsia. HEX triplet: CB, 5E and C9. RGB value is (203,94,201). Sum of RGB (Red+Green+Blue) = 203+94+201=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EC9 is #34A136. Grayscale: #8A8A8A. Windows color (decimal): -3449143 or 13197003. OLE color: 13197003.

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

Color convert

RGB20394201-
CMYK00.540.010.20
HSL301.1º51.17%58.24%-
HSV(B)301.1º53.69%79.61%-
XYZ39.1724.9258-
YUV138.79163.11173.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.76%
GREEN value IS 94 (37.11% from 255) = 18.88%
BLUE value IS 201 (78.91% from 255) = 40.36%
R=40.76%
G=18.88%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039420100.540.010.20301.151.1758.24
HexCB5EC903611412d333a
Octal3131363110661244556372
Binary110010111011110110010010110110110100100101101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5EC9; }

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

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

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

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

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

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

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

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