#CB4DB8

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

Shades of Fuchsia #CB4DB8

Tints of Fuchsia #CB4DB8

Color information

#CB4DB8 (or 0xCB4DB8) is unknown color: approx Fuchsia. HEX triplet: CB, 4D and B8. RGB value is (203,77,184). Sum of RGB (Red+Green+Blue) = 203+77+184=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4DB8 is #34B247. Grayscale: #7E7E7E. Windows color (decimal): -3453512 or 12078539. OLE color: 12078539.

HSL color Cylindrical-coordinate representation of color #CB4DB8: hue angle of 309.05º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4DB8 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB20377184-
CMYK00.620.090.20
HSL309.05º54.78%54.9%-
HSV(B)309.05º62.07%79.61%-
XYZ35.9321.4647.6-
YUV126.87160.24182.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.75%
GREEN value IS 77 (30.47% from 255) = 16.59%
BLUE value IS 184 (72.27% from 255) = 39.66%
R=43.75%
G=16.59%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037718400.620.090.20309.0554.7854.9
HexCB4DB803E9141353737
Octal31311527007611244656767
Binary110010111001101101110000111110100110100100110101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4DB8; }

 p { color: rgb(203,77,184); }

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

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

 a { background-color: rgb(203,77,184); }

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

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

 span { border-color: rgb(203,77,184); }

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