#C55ABC

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

Shades of Fuchsia #C55ABC

Tints of Fuchsia #C55ABC

Color information

#C55ABC (or 0xC55ABC) is unknown color: approx Fuchsia. HEX triplet: C5, 5A and BC. RGB value is (197,90,188). Sum of RGB (Red+Green+Blue) = 197+90+188=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C55ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ABC is #3AA543. Grayscale: #848484. Windows color (decimal): -3843396 or 12344005. OLE color: 12344005.

HSL color Cylindrical-coordinate representation of color #C55ABC: hue angle of 305.05º 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 #C55ABC is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB19790188-
CMYK00.540.050.23
HSL305.05º47.98%56.27%-
HSV(B)305.05º54.31%77.25%-
XYZ35.7622.8150.1-
YUV133.17158.95173.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.47%
GREEN value IS 90 (35.55% from 255) = 18.95%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=41.47%
G=18.95%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979018800.540.050.23305.0547.9856.27
HexC55ABC0365171313038
Octal3051322740665274616070
Binary11000101101101010111100011011010110111100110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55ABC; }

 p { color: rgb(197,90,188); }

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

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

 a { background-color: rgb(197,90,188); }

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

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

 span { border-color: rgb(197,90,188); }

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