#C55DBE

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

Shades of Fuchsia #C55DBE

Tints of Fuchsia #C55DBE

Color information

#C55DBE (or 0xC55DBE) is unknown color: approx Fuchsia. HEX triplet: C5, 5D and BE. RGB value is (197,93,190). Sum of RGB (Red+Green+Blue) = 197+93+190=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C55DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DBE is #3AA241. Grayscale: #868686. Windows color (decimal): -3842626 or 12475845. OLE color: 12475845.

HSL color Cylindrical-coordinate representation of color #C55DBE: hue angle of 304.04º degrees, saturation: 0.47, 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 #C55DBE is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB19793190-
CMYK00.530.040.23
HSL304.04º47.27%56.86%-
HSV(B)304.04º52.79%77.25%-
XYZ36.2323.4251.33-
YUV135.15158.96172.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.04%
GREEN value IS 93 (36.72% from 255) = 19.38%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=41.04%
G=19.38%
B=39.58%

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
Decimal1979319000.530.040.23304.0447.2756.86
HexC55DBE0354171302f39
Octal3051352760654274605771
Binary11000101101110110111110011010110010111100110000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55DBE; }

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

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

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

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

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

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

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

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