#CB5FC9

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

Shades of Fuchsia #CB5FC9

Tints of Fuchsia #CB5FC9

Color information

#CB5FC9 (or 0xCB5FC9) is unknown color: approx Fuchsia. HEX triplet: CB, 5F and C9. RGB value is (203,95,201). Sum of RGB (Red+Green+Blue) = 203+95+201=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5FC9 is #34A036. Grayscale: #8B8B8B. Windows color (decimal): -3448887 or 13197259. OLE color: 13197259.

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

Color convert

RGB20395201-
CMYK00.530.010.20
HSL301.11º50.94%58.43%-
HSV(B)301.11º53.2%79.61%-
XYZ39.2625.158.03-
YUV139.38162.78173.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.68%
GREEN value IS 95 (37.5% from 255) = 19.04%
BLUE value IS 201 (78.91% from 255) = 40.28%
R=40.68%
G=19.04%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039520100.530.010.20301.1150.9458.43
HexCB5FC903511412d333a
Octal3131373110651244556372
Binary110010111011111110010010110101110100100101101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5FC9; }

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

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

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

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

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

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

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

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