#CB46B5

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

Shades of Fuchsia #CB46B5

Tints of Fuchsia #CB46B5

Color information

#CB46B5 (or 0xCB46B5) is unknown color: approx Fuchsia. HEX triplet: CB, 46 and B5. RGB value is (203,70,181). Sum of RGB (Red+Green+Blue) = 203+70+181=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46B5 is #34B94A. Grayscale: #7A7A7A. Windows color (decimal): -3455307 or 11880139. OLE color: 11880139.

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

Color convert

RGB20370181-
CMYK00.660.110.20
HSL309.92º56.12%53.53%-
HSV(B)309.92º65.52%79.61%-
XYZ35.1620.4145.8-
YUV122.42161.06185.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.71%
GREEN value IS 70 (27.73% from 255) = 15.42%
BLUE value IS 181 (71.09% from 255) = 39.87%
R=44.71%
G=15.42%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037018100.660.110.20309.9256.1253.53
HexCB46B5042B141363836
Octal313106265010213244667066
Binary1100101110001101011010101000010101110100100110110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB46B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB46B5; }

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

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

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

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

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

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

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

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