#CB5EB9

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

Shades of Fuchsia #CB5EB9

Tints of Fuchsia #CB5EB9

Color information

#CB5EB9 (or 0xCB5EB9) is unknown color: approx Fuchsia. HEX triplet: CB, 5E and B9. RGB value is (203,94,185). Sum of RGB (Red+Green+Blue) = 203+94+185=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EB9 is #34A146. Grayscale: #888888. Windows color (decimal): -3449159 or 12148427. OLE color: 12148427.

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

Color convert

RGB20394185-
CMYK00.540.090.20
HSL309.91º51.17%58.24%-
HSV(B)309.91º53.69%79.61%-
XYZ37.3924.248.6-
YUV136.96155.11175.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.12%
GREEN value IS 94 (37.11% from 255) = 19.50%
BLUE value IS 185 (72.66% from 255) = 38.38%
R=42.12%
G=19.50%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039418500.540.090.20309.9151.1758.24
HexCB5EB9036914136333a
Octal31313627106611244666372
Binary110010111011110101110010110110100110100100110110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5EB9; }

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

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

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

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

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

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

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

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