#CB59B0

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

Shades of Fuchsia #CB59B0

Tints of Fuchsia #CB59B0

Color information

#CB59B0 (or 0xCB59B0) is unknown color: approx Fuchsia. HEX triplet: CB, 59 and B0. RGB value is (203,89,176). Sum of RGB (Red+Green+Blue) = 203+89+176=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB59B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB59B0 is #34A64F. Grayscale: #848484. Windows color (decimal): -3450448 or 11557323. OLE color: 11557323.

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

Color convert

RGB20389176-
CMYK00.560.130.20
HSL314.21º52.29%57.25%-
HSV(B)314.21º56.16%79.61%-
XYZ36.0422.9843.61-
YUV133152.27177.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 89 (35.16% from 255) = 19.02%
BLUE value IS 176 (69.14% from 255) = 37.61%
R=43.38%
G=19.02%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038917600.560.130.20314.2152.2957.25
HexCB59B0038D1413a3439
Octal31313126007015244726471
Binary110010111011001101100000111000110110100100111010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB59B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB59B0; }

 p { color: rgb(203,89,176); }

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

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

 a { background-color: rgb(203,89,176); }

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

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

 span { border-color: rgb(203,89,176); }

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