#CB5EB4

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

Shades of Fuchsia #CB5EB4

Tints of Fuchsia #CB5EB4

Color information

#CB5EB4 (or 0xCB5EB4) is unknown color: approx Fuchsia. HEX triplet: CB, 5E and B4. RGB value is (203,94,180). Sum of RGB (Red+Green+Blue) = 203+94+180=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EB4 is #34A14B. Grayscale: #888888. Windows color (decimal): -3449164 or 11820747. OLE color: 11820747.

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

Color convert

RGB20394180-
CMYK00.540.110.20
HSL312.66º51.17%58.24%-
HSV(B)312.66º53.69%79.61%-
XYZ36.872445.87-
YUV136.4152.61175.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 94 (37.11% from 255) = 19.71%
BLUE value IS 180 (70.70% from 255) = 37.74%
R=42.56%
G=19.71%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039418000.540.110.20312.6651.1758.24
HexCB5EB4036B14139333a
Octal31313626406613244716372
Binary110010111011110101101000110110101110100100111001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5EB4; }

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

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

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

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

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

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

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

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