#C55CCC

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

Shades of Fuchsia #C55CCC

Tints of Fuchsia #C55CCC

Color information

#C55CCC (or 0xC55CCC) is unknown color: approx Fuchsia. HEX triplet: C5, 5C and CC. RGB value is (197,92,204). Sum of RGB (Red+Green+Blue) = 197+92+204=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #C55CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CCC is #3AA333. Grayscale: #878787. Windows color (decimal): -3842868 or 13393093. OLE color: 13393093.

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

Color convert

RGB19792204-
CMYK0.030.5500.2
HSL296.25º52.34%58.04%-
HSV(B)296.25º54.9%80%-
XYZ37.7523.8859.75-
YUV136.16166.29171.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.96%
GREEN value IS 92 (36.33% from 255) = 18.66%
BLUE value IS 204 (80.08% from 255) = 41.38%
R=39.96%
G=18.66%
B=41.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal197922040.030.5500.2296.2552.3458.04
HexC55CCC337014128343a
Octal3051343143670244506472
Binary1100010110111001100110011110111010100100101000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55CCC; }

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

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

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

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

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

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

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

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