#CB5EC5

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

Shades of Fuchsia #CB5EC5

Tints of Fuchsia #CB5EC5

Color information

#CB5EC5 (or 0xCB5EC5) is unknown color: approx Fuchsia. HEX triplet: CB, 5E and C5. RGB value is (203,94,197). Sum of RGB (Red+Green+Blue) = 203+94+197=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EC5 is #34A13A. Grayscale: #8A8A8A. Windows color (decimal): -3449147 or 12934859. OLE color: 12934859.

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

Color convert

RGB20394197-
CMYK00.540.030.20
HSL303.3º51.17%58.24%-
HSV(B)303.3º53.69%79.61%-
XYZ38.7124.7355.56-
YUV138.33161.11174.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 94 (37.11% from 255) = 19.03%
BLUE value IS 197 (77.34% from 255) = 39.88%
R=41.09%
G=19.03%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039419700.540.030.20303.351.1758.24
HexCB5EC503631412f333a
Octal3131363050663244576372
Binary1100101110111101100010101101101110100100101111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5EC5; }

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

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

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

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

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

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

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

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