#CB54CE

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

Shades of Fuchsia #CB54CE

Tints of Fuchsia #CB54CE

Color information

#CB54CE (or 0xCB54CE) is unknown color: approx Fuchsia. HEX triplet: CB, 54 and CE. RGB value is (203,84,206). Sum of RGB (Red+Green+Blue) = 203+84+206=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB54CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB54CE is #34AB31. Grayscale: #858585. Windows color (decimal): -3451698 or 13522123. OLE color: 13522123.

HSL color Cylindrical-coordinate representation of color #CB54CE: hue angle of 298.52º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB54CE is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20384206-
CMYK0.010.5900.19
HSL298.52º55.45%56.86%-
HSV(B)298.52º59.22%80.78%-
XYZ38.9423.4960.87-
YUV133.49168.92177.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.18%
GREEN value IS 84 (33.20% from 255) = 17.04%
BLUE value IS 206 (80.86% from 255) = 41.78%
R=41.18%
G=17.04%
B=41.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal203842060.010.5900.19298.5255.4556.86
HexCB54CE13B01312b3739
Octal3131243161730234536771
Binary110010111010100110011101111011010011100101011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB54CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB54CE; }

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

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

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

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

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

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

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

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