#CB2BB5

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

Shades of Fuchsia #CB2BB5

Tints of Fuchsia #CB2BB5

Color information

#CB2BB5 (or 0xCB2BB5) is unknown color: approx Fuchsia. HEX triplet: CB, 2B and B5. RGB value is (203,43,181). Sum of RGB (Red+Green+Blue) = 203+43+181=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2BB5 is #34D44A. Grayscale: #6A6A6A. Windows color (decimal): -3462219 or 11873227. OLE color: 11873227.

HSL color Cylindrical-coordinate representation of color #CB2BB5: hue angle of 308.25º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2BB5 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB20343181-
CMYK00.790.110.20
HSL308.25º65.04%48.24%-
HSV(B)308.25º78.82%79.61%-
XYZ33.8317.7645.36-
YUV106.57170.01196.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 43 (17.19% from 255) = 10.07%
BLUE value IS 181 (71.09% from 255) = 42.39%
R=47.54%
G=10.07%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034318100.790.110.20308.2565.0448.24
HexCB2BB504FB141344130
Octal313532650117132446410160
Binary1100101110101110110101010011111011101001001101001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2BB5; }

 p { color: rgb(203,43,181); }

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

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

 a { background-color: rgb(203,43,181); }

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

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

 span { border-color: rgb(203,43,181); }

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