#CB5EB3

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

Shades of Fuchsia #CB5EB3

Tints of Fuchsia #CB5EB3

Color information

#CB5EB3 (or 0xCB5EB3) is unknown color: approx Fuchsia. HEX triplet: CB, 5E and B3. RGB value is (203,94,179). Sum of RGB (Red+Green+Blue) = 203+94+179=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EB3 is #34A14C. Grayscale: #888888. Windows color (decimal): -3449165 or 11755211. OLE color: 11755211.

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

Color convert

RGB20394179-
CMYK00.540.120.20
HSL313.21º51.17%58.24%-
HSV(B)313.21º53.69%79.61%-
XYZ36.7723.9645.33-
YUV136.28152.11175.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.65%
GREEN value IS 94 (37.11% from 255) = 19.75%
BLUE value IS 179 (70.31% from 255) = 37.61%
R=42.65%
G=19.75%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039417900.540.120.20313.2151.1758.24
HexCB5EB3036C14139333a
Octal31313626306614244716372
Binary110010111011110101100110110110110010100100111001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5EB3; }

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

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

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

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

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

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

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

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