#C55CBD

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

Shades of Fuchsia #C55CBD

Tints of Fuchsia #C55CBD

Color information

#C55CBD (or 0xC55CBD) is unknown color: approx Fuchsia. HEX triplet: C5, 5C and BD. RGB value is (197,92,189). Sum of RGB (Red+Green+Blue) = 197+92+189=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CBD is #3AA342. Grayscale: #868686. Windows color (decimal): -3842883 or 12410053. OLE color: 12410053.

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

Color convert

RGB19792189-
CMYK00.530.040.23
HSL304.57º47.51%56.67%-
HSV(B)304.57º53.3%77.25%-
XYZ36.0423.250.72-
YUV134.45158.79172.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.21%
GREEN value IS 92 (36.33% from 255) = 19.25%
BLUE value IS 189 (74.22% from 255) = 39.54%
R=41.21%
G=19.25%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979218900.530.040.23304.5747.5156.67
HexC55CBD0354171313039
Octal3051342750654274616071
Binary11000101101110010111101011010110010111100110001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55CBD; }

 p { color: rgb(197,92,189); }

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

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

 a { background-color: rgb(197,92,189); }

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

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

 span { border-color: rgb(197,92,189); }

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