#CB49CB

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

Shades of Fuchsia #CB49CB

Tints of Fuchsia #CB49CB

Color information

#CB49CB (or 0xCB49CB) is unknown color: approx Fuchsia. HEX triplet: CB, 49 and CB. RGB value is (203,73,203). Sum of RGB (Red+Green+Blue) = 203+73+203=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB49CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49CB is #34B634. Grayscale: #7E7E7E. Windows color (decimal): -3454517 or 13322699. OLE color: 13322699.

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

Color convert

RGB20373203-
CMYK00.6400.20
HSL300º55.56%54.12%-
HSV(B)300º64.04%79.61%-
XYZ37.7921.7758.71-
YUV126.69171.07182.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 73 (28.91% from 255) = 15.24%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=42.38%
G=15.24%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037320300.6400.2030055.5654.12
HexCB49CB04001412c3836
Octal31311131301000244547066
Binary1100101110010011100101101000000010100100101100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB49CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB49CB; }

 p { color: rgb(203,73,203); }

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

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

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

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

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

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

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