#C55DCC

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

Shades of Fuchsia #C55DCC

Tints of Fuchsia #C55DCC

Color information

#C55DCC (or 0xC55DCC) is unknown color: approx Fuchsia. HEX triplet: C5, 5D and CC. RGB value is (197,93,204). Sum of RGB (Red+Green+Blue) = 197+93+204=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #C55DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DCC is #3AA233. Grayscale: #888888. Windows color (decimal): -3842612 or 13393349. OLE color: 13393349.

HSL color Cylindrical-coordinate representation of color #C55DCC: hue angle of 296.22º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55DCC is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19793204-
CMYK0.030.5400.2
HSL296.22º52.11%58.24%-
HSV(B)296.22º54.41%80%-
XYZ37.8424.0659.78-
YUV136.75165.96170.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.88%
GREEN value IS 93 (36.72% from 255) = 18.83%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=39.88%
G=18.83%
B=41.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal197932040.030.5400.2296.2252.1158.24
HexC55DCC336014128343a
Octal3051353143660244506472
Binary1100010110111011100110011110110010100100101000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55DCC; }

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

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

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

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

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

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

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

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