#CB3EB1

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

Shades of Fuchsia #CB3EB1

Tints of Fuchsia #CB3EB1

Color information

#CB3EB1 (or 0xCB3EB1) is unknown color: approx Fuchsia. HEX triplet: CB, 3E and B1. RGB value is (203,62,177). Sum of RGB (Red+Green+Blue) = 203+62+177=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3EB1 is #34C14E. Grayscale: #747474. Windows color (decimal): -3457359 or 11615947. OLE color: 11615947.

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

Color convert

RGB20362177-
CMYK00.690.130.20
HSL311.06º57.55%51.96%-
HSV(B)311.06º69.46%79.61%-
XYZ34.2919.3243.52-
YUV117.27161.71189.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.93%
GREEN value IS 62 (24.61% from 255) = 14.03%
BLUE value IS 177 (69.53% from 255) = 40.05%
R=45.93%
G=14.03%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036217700.690.130.20311.0657.5551.96
HexCB3EB1045D141373a34
Octal31376261010515244677264
Binary110010111111101011000101000101110110100100110111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3EB1; }

 p { color: rgb(203,62,177); }

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

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

 a { background-color: rgb(203,62,177); }

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

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

 span { border-color: rgb(203,62,177); }

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