#CB54C6

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

Shades of Fuchsia #CB54C6

Tints of Fuchsia #CB54C6

Color information

#CB54C6 (or 0xCB54C6) is unknown color: approx Fuchsia. HEX triplet: CB, 54 and C6. RGB value is (203,84,198). Sum of RGB (Red+Green+Blue) = 203+84+198=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB54C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB54C6 is #34AB39. Grayscale: #848484. Windows color (decimal): -3451706 or 12997835. OLE color: 12997835.

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

Color convert

RGB20384198-
CMYK00.590.020.20
HSL302.52º53.36%56.27%-
HSV(B)302.52º58.62%79.61%-
XYZ37.9923.1155.89-
YUV132.58164.92178.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.86%
GREEN value IS 84 (33.20% from 255) = 17.32%
BLUE value IS 198 (77.73% from 255) = 40.82%
R=41.86%
G=17.32%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038419800.590.020.20302.5253.3656.27
HexCB54C603B21412f3538
Octal3131243060732244576570
Binary1100101110101001100011001110111010100100101111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB54C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB54C6; }

 p { color: rgb(203,84,198); }

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

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

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

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

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

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

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