#CB5EC8

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

Shades of Fuchsia #CB5EC8

Tints of Fuchsia #CB5EC8

Color information

#CB5EC8 (or 0xCB5EC8) is unknown color: approx Fuchsia. HEX triplet: CB, 5E and C8. RGB value is (203,94,200). Sum of RGB (Red+Green+Blue) = 203+94+200=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EC8 is #34A137. Grayscale: #8A8A8A. Windows color (decimal): -3449144 or 13131467. OLE color: 13131467.

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

Color convert

RGB20394200-
CMYK00.540.010.20
HSL301.65º51.17%58.24%-
HSV(B)301.65º53.69%79.61%-
XYZ39.0624.8757.39-
YUV138.68162.61173.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.85%
GREEN value IS 94 (37.11% from 255) = 18.91%
BLUE value IS 200 (78.52% from 255) = 40.24%
R=40.85%
G=18.91%
B=40.24%

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
Decimal2039420000.540.010.20301.6551.1758.24
HexCB5EC803611412e333a
Octal3131363100661244566372
Binary110010111011110110010000110110110100100101110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5EC8; }

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

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

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

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

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

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

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

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