#C55FB2

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

Shades of Fuchsia #C55FB2

Tints of Fuchsia #C55FB2

Color information

#C55FB2 (or 0xC55FB2) is unknown color: approx Fuchsia. HEX triplet: C5, 5F and B2. RGB value is (197,95,178). Sum of RGB (Red+Green+Blue) = 197+95+178=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C55FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55FB2 is #3AA04D. Grayscale: #868686. Windows color (decimal): -3842126 or 11689925. OLE color: 11689925.

HSL color Cylindrical-coordinate representation of color #C55FB2: hue angle of 311.18º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55FB2 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB19795178-
CMYK00.520.100.23
HSL311.18º46.79%57.25%-
HSV(B)311.18º51.78%77.25%-
XYZ35.1523.2744.76-
YUV134.96152.29172.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.91%
GREEN value IS 95 (37.5% from 255) = 20.21%
BLUE value IS 178 (69.92% from 255) = 37.87%
R=41.91%
G=20.21%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979517800.520.100.23311.1846.7957.25
HexC55FB2034A171372f39
Octal30513726206412274675771
Binary110001011011111101100100110100101010111100110111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55FB2; }

 p { color: rgb(197,95,178); }

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

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

 a { background-color: rgb(197,95,178); }

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

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

 span { border-color: rgb(197,95,178); }

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