#CB4DB1

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

Shades of Fuchsia #CB4DB1

Tints of Fuchsia #CB4DB1

Color information

#CB4DB1 (or 0xCB4DB1) is unknown color: approx Fuchsia. HEX triplet: CB, 4D and B1. RGB value is (203,77,177). Sum of RGB (Red+Green+Blue) = 203+77+177=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4DB1 is #34B24E. Grayscale: #7D7D7D. Windows color (decimal): -3453519 or 11619787. OLE color: 11619787.

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

Color convert

RGB20377177-
CMYK00.620.130.20
HSL312.38º54.78%54.9%-
HSV(B)312.38º62.07%79.61%-
XYZ35.2221.1843.83-
YUV126.07156.74182.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.42%
GREEN value IS 77 (30.47% from 255) = 16.85%
BLUE value IS 177 (69.53% from 255) = 38.73%
R=44.42%
G=16.85%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037717700.620.130.20312.3854.7854.9
HexCB4DB103ED141383737
Octal31311526107615244706767
Binary110010111001101101100010111110110110100100111000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4DB1; }

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

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

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

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

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

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

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

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