#CB44B4

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

Shades of Fuchsia #CB44B4

Tints of Fuchsia #CB44B4

Color information

#CB44B4 (or 0xCB44B4) is unknown color: approx Fuchsia. HEX triplet: CB, 44 and B4. RGB value is (203,68,180). Sum of RGB (Red+Green+Blue) = 203+68+180=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB44B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB44B4 is #34BB4B. Grayscale: #787878. Windows color (decimal): -3455820 or 11814091. OLE color: 11814091.

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

Color convert

RGB20368180-
CMYK00.670.110.20
HSL310.22º56.49%53.14%-
HSV(B)310.22º66.5%79.61%-
XYZ34.9320.1345.22-
YUV121.13161.23186.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.01%
GREEN value IS 68 (26.95% from 255) = 15.08%
BLUE value IS 180 (70.70% from 255) = 39.91%
R=45.01%
G=15.08%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036818000.670.110.20310.2256.4953.14
HexCB44B4043B141363835
Octal313104264010313244667065
Binary1100101110001001011010001000011101110100100110110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB44B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB44B4; }

 p { color: rgb(203,68,180); }

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

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

 a { background-color: rgb(203,68,180); }

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

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

 span { border-color: rgb(203,68,180); }

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