#CB5FBE

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

Shades of Fuchsia #CB5FBE

Tints of Fuchsia #CB5FBE

Color information

#CB5FBE (or 0xCB5FBE) is unknown color: approx Fuchsia. HEX triplet: CB, 5F and BE. RGB value is (203,95,190). Sum of RGB (Red+Green+Blue) = 203+95+190=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5FBE is #34A041. Grayscale: #898989. Windows color (decimal): -3448898 or 12476363. OLE color: 12476363.

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

Color convert

RGB20395190-
CMYK00.530.060.20
HSL307.22º50.94%58.43%-
HSV(B)307.22º53.2%79.61%-
XYZ38.0224.651.46-
YUV138.12157.28174.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.60%
GREEN value IS 95 (37.5% from 255) = 19.47%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=41.60%
G=19.47%
B=38.93%

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
Decimal2039519000.530.060.20307.2250.9458.43
HexCB5FBE035614133333a
Octal3131372760656244636372
Binary11001011101111110111110011010111010100100110011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5FBE; }

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

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

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

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

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

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

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

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