#CB46D0

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

Shades of Fuchsia #CB46D0

Tints of Fuchsia #CB46D0

Color information

#CB46D0 (or 0xCB46D0) is unknown color: approx Fuchsia. HEX triplet: CB, 46 and D0. RGB value is (203,70,208). Sum of RGB (Red+Green+Blue) = 203+70+208=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB46D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46D0 is #34B92F. Grayscale: #7D7D7D. Windows color (decimal): -3455280 or 13649611. OLE color: 13649611.

HSL color Cylindrical-coordinate representation of color #CB46D0: hue angle of 297.83º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB46D0 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20370208-
CMYK0.020.6600.18
HSL297.83º59.48%54.51%-
HSV(B)297.83º66.35%81.57%-
XYZ38.221.6361.84-
YUV125.5174.56183.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.20%
GREEN value IS 70 (27.73% from 255) = 14.55%
BLUE value IS 208 (81.64% from 255) = 43.24%
R=42.20%
G=14.55%
B=43.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal203702080.020.6600.18297.8359.4854.51
HexCB46D024201212a3b37
Octal31310632021020224527367
Binary11001011100011011010000101000010010010100101010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB46D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB46D0; }

 p { color: rgb(203,70,208); }

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

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

 a { background-color: rgb(203,70,208); }

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

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

 span { border-color: rgb(203,70,208); }

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