#CB5FBF

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

Shades of Fuchsia #CB5FBF

Tints of Fuchsia #CB5FBF

Color information

#CB5FBF (or 0xCB5FBF) is unknown color: approx Fuchsia. HEX triplet: CB, 5F and BF. RGB value is (203,95,191). Sum of RGB (Red+Green+Blue) = 203+95+191=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5FBF is #34A040. Grayscale: #898989. Windows color (decimal): -3448897 or 12541899. OLE color: 12541899.

HSL color Cylindrical-coordinate representation of color #CB5FBF: hue angle of 306.67º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB5FBF is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB20395191-
CMYK00.530.060.20
HSL306.67º50.94%58.43%-
HSV(B)306.67º53.2%79.61%-
XYZ38.1224.6452.04-
YUV138.24157.78174.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 95 (37.5% from 255) = 19.43%
BLUE value IS 191 (75% from 255) = 39.06%
R=41.51%
G=19.43%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039519100.530.060.20306.6750.9458.43
HexCB5FBF035614133333a
Octal3131372770656244636372
Binary11001011101111110111111011010111010100100110011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5FBF; }

 p { color: rgb(203,95,191); }

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

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

 a { background-color: rgb(203,95,191); }

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

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

 span { border-color: rgb(203,95,191); }

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