#CB4DBE

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

Shades of Fuchsia #CB4DBE

Tints of Fuchsia #CB4DBE

Color information

#CB4DBE (or 0xCB4DBE) is unknown color: approx Fuchsia. HEX triplet: CB, 4D and BE. RGB value is (203,77,190). Sum of RGB (Red+Green+Blue) = 203+77+190=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4DBE is #34B241. Grayscale: #7F7F7F. Windows color (decimal): -3453506 or 12471755. OLE color: 12471755.

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

Color convert

RGB20377190-
CMYK00.620.060.20
HSL306.19º54.78%54.9%-
HSV(B)306.19º62.07%79.61%-
XYZ36.5821.7250.98-
YUV127.56163.24181.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 77 (30.47% from 255) = 16.38%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=43.19%
G=16.38%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037719000.620.060.20306.1954.7854.9
HexCB4DBE03E6141323737
Octal3131152760766244626767
Binary11001011100110110111110011111011010100100110010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4DBE; }

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

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

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

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

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

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

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

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