#CB46B1

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

Shades of Fuchsia #CB46B1

Tints of Fuchsia #CB46B1

Color information

#CB46B1 (or 0xCB46B1) is unknown color: approx Fuchsia. HEX triplet: CB, 46 and B1. RGB value is (203,70,177). Sum of RGB (Red+Green+Blue) = 203+70+177=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB46B1 is #34B94E. Grayscale: #797979. Windows color (decimal): -3455311 or 11617995. OLE color: 11617995.

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

Color convert

RGB20370177-
CMYK00.660.130.20
HSL311.73º56.12%53.53%-
HSV(B)311.73º65.52%79.61%-
XYZ34.7520.2543.67-
YUV121.96159.06185.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.11%
GREEN value IS 70 (27.73% from 255) = 15.56%
BLUE value IS 177 (69.53% from 255) = 39.33%
R=45.11%
G=15.56%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037017700.660.130.20311.7356.1253.53
HexCB46B1042D141383836
Octal313106261010215244707066
Binary1100101110001101011000101000010110110100100111000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB46B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB46B1; }

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

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

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

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

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

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

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

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