#CB41AB

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

Shades of Fuchsia #CB41AB

Tints of Fuchsia #CB41AB

Color information

#CB41AB (or 0xCB41AB) is unknown color: approx Fuchsia. HEX triplet: CB, 41 and AB. RGB value is (203,65,171). Sum of RGB (Red+Green+Blue) = 203+65+171=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB41AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB41AB is #34BE54. Grayscale: #767676. Windows color (decimal): -3456597 or 11223499. OLE color: 11223499.

HSL color Cylindrical-coordinate representation of color #CB41AB: hue angle of 313.91º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB41AB is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB20365171-
CMYK00.680.160.20
HSL313.91º57.02%52.55%-
HSV(B)313.91º67.98%79.61%-
XYZ33.8719.4240.49-
YUV118.35157.72188.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.24%
GREEN value IS 65 (25.78% from 255) = 14.81%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=46.24%
G=14.81%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036517100.680.160.20313.9157.0252.55
HexCB41AB044101413a3935
Octal313101253010420244727165
Binary11001011100000110101011010001001000010100100111010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB41AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB41AB; }

 p { color: rgb(203,65,171); }

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

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

 a { background-color: rgb(203,65,171); }

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

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

 span { border-color: rgb(203,65,171); }

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