#C55BC0

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

Shades of Fuchsia #C55BC0

Tints of Fuchsia #C55BC0

Color information

#C55BC0 (or 0xC55BC0) is unknown color: approx Fuchsia. HEX triplet: C5, 5B and C0. RGB value is (197,91,192). Sum of RGB (Red+Green+Blue) = 197+91+192=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 91 (35.94% from 255 or 18.96% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BC0 is #3AA43F. Grayscale: #858585. Windows color (decimal): -3843136 or 12606405. OLE color: 12606405.

HSL color Cylindrical-coordinate representation of color #C55BC0: hue angle of 302.83º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55BC0 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB19791192-
CMYK00.540.030.23
HSL302.83º47.75%56.47%-
HSV(B)302.83º53.81%77.25%-
XYZ36.2823.1652.43-
YUV134.21160.62172.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.04%
GREEN value IS 91 (35.94% from 255) = 18.96%
BLUE value IS 192 (75.39% from 255) = 40%
R=41.04%
G=18.96%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979119200.540.030.23302.8347.7556.47
HexC55BC003631712f3038
Octal3051333000663274576070
Binary1100010110110111100000001101101110111100101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55BC0; }

 p { color: rgb(197,91,192); }

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

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

 a { background-color: rgb(197,91,192); }

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

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

 span { border-color: rgb(197,91,192); }

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