#CB54BD

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

Shades of Fuchsia #CB54BD

Tints of Fuchsia #CB54BD

Color information

#CB54BD (or 0xCB54BD) is unknown color: approx Fuchsia. HEX triplet: CB, 54 and BD. RGB value is (203,84,189). Sum of RGB (Red+Green+Blue) = 203+84+189=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB54BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB54BD is #34AB42. Grayscale: #838383. Windows color (decimal): -3451715 or 12408011. OLE color: 12408011.

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

Color convert

RGB20384189-
CMYK00.590.070.20
HSL307.06º53.36%56.27%-
HSV(B)307.06º58.62%79.61%-
XYZ36.9822.7150.58-
YUV131.55160.42178.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.65%
GREEN value IS 84 (33.20% from 255) = 17.65%
BLUE value IS 189 (74.22% from 255) = 39.71%
R=42.65%
G=17.65%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038418900.590.070.20307.0653.3656.27
HexCB54BD03B7141333538
Octal3131242750737244636570
Binary11001011101010010111101011101111110100100110011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB54BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB54BD; }

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

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

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

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

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

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

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

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