#C55DC9

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

Shades of Fuchsia #C55DC9

Tints of Fuchsia #C55DC9

Color information

#C55DC9 (or 0xC55DC9) is unknown color: approx Fuchsia. HEX triplet: C5, 5D and C9. RGB value is (197,93,201). Sum of RGB (Red+Green+Blue) = 197+93+201=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #C55DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DC9 is #3AA236. Grayscale: #888888. Windows color (decimal): -3842615 or 13196741. OLE color: 13196741.

HSL color Cylindrical-coordinate representation of color #C55DC9: hue angle of 297.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55DC9 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19793201-
CMYK0.020.5400.21
HSL297.78º50%57.65%-
HSV(B)297.78º53.73%78.82%-
XYZ37.4823.9257.9-
YUV136.41164.46171.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.12%
GREEN value IS 93 (36.72% from 255) = 18.94%
BLUE value IS 201 (78.91% from 255) = 40.94%
R=40.12%
G=18.94%
B=40.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal197932010.020.5400.21297.785057.65
HexC55DC923601512a323a
Octal3051353112660254526272
Binary1100010110111011100100110110110010101100101010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55DC9; }

 p { color: rgb(197,93,201); }

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

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

 a { background-color: rgb(197,93,201); }

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

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

 span { border-color: rgb(197,93,201); }

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