#CB44BE

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

Shades of Fuchsia #CB44BE

Tints of Fuchsia #CB44BE

Color information

#CB44BE (or 0xCB44BE) is unknown color: approx Fuchsia. HEX triplet: CB, 44 and BE. RGB value is (203,68,190). Sum of RGB (Red+Green+Blue) = 203+68+190=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB44BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB44BE is #34BB41. Grayscale: #797979. Windows color (decimal): -3455810 or 12469451. OLE color: 12469451.

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

Color convert

RGB20368190-
CMYK00.670.060.20
HSL305.78º56.49%53.14%-
HSV(B)305.78º66.5%79.61%-
XYZ35.9920.5550.78-
YUV122.27166.23185.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 68 (26.95% from 255) = 14.75%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=44.03%
G=14.75%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036819000.670.060.20305.7856.4953.14
HexCB44BE0436141323835
Octal31310427601036244627065
Binary110010111000100101111100100001111010100100110010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB44BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB44BE; }

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

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

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

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

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

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

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

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